Utility for showing live demos with source code
vscode extension to highlight all occurrences of words or expression
java library for chain.com bitcoin api
A mobile client to access your clightning node
rsbondi/clightning-go-plugin 7
Go clightning plugins
Sharing my learning experience of the inner workings of bitcoin
bticoin-qt debug window clone for use with local or remote daemon
Javascript bitcoin library for node.js and browsers
Simple fast iterator to extract data from bitcoind's blockchain files.
startedkylemcdonald/nvidia-co2
started time in 4 hours
issue commentrsbondi/highlight-words
Running the contributed command: 'highlightwords.addHighlight' failed.
I follow the Microsoft VSCode Extension dev guide, and setup a dev environment with your source code. I got these Errors while debugging:
node_modules/@types/node/index.d.ts(66,11): error TS2300: Duplicate identifier 'IteratorResult'. src/tree.ts(51,6): error TS2611: 'tooltip' is defined as a property in class 'TreeItem', but is overridden here in 'HighlightNode' as an accessor. ../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts(41,6): error TS2300: Duplicate identifier 'IteratorResult'.
After doing these changes, i can run the extension well:
- Comment the 'tooltip()' function, for skip 'tooltip' funciton error
- Add '"skipLibCheck": true' into "compilerOptions" of 'tsconfig.json' file, for fix Duplicate identifier 'IteratorResult' error
I'm not familiar with typescript, hope these info can be helpful, thanks.
comment created time in 7 hours
startedextrawurst/gitui
started time in 19 hours
push eventfiatjaf/nostr-tools
commit sha ea5101dbc1dae65f5412da2f2bf49bf0ff572740
repo
push time in 2 days
push eventfiatjaf/nostr-relay-poc
commit sha 029049e587fed69a125a1cd8d7702f9978d245d4
remove writedeadline for writing ping.
push time in 2 days
push eventfiatjaf/nostr-tools
commit sha 6586a1b85de9853cd2f4f447196a25719fc862de
remove hanging if no connection
push time in 2 days
PR merged fiatjaf/nostr-tools
await untilOpen
would cause to hang if there was an error. This would cause the UI to hang even if other relays were connected, since the await is in a loop.
The key to this PR is adding the rejectOpen
(also renamed isOpen
to resolveOpen
for clarity), this will keep the hang up. This will more than likely have upstream effects but less severe than the hang, additional handling most likely needed in the client app, but it appears to work for now.
Also, I wrapped the await
in the trySend
which has additional checks for the web socket status.
This will also try to reconnect on an interval if previous connection failed.
pr closed time in 2 days
issue commentrsbondi/highlight-words
Running the contributed command: 'highlightwords.addHighlight' failed.
Command 'Highlight Toggle Sidebar' resulted in an error (Running the contributed command: 'highlightwords.toggleSidebar' failed.)
Command 'Highlight Toggle Current' resulted in an error (Running the contributed command: 'highlightwords.addHighlight' failed.)
Also met this problem, while 'Set Highlight Mode' command running fine.
vscode version info: Version: 1.52.1 Commit: ea3859d4ba2f3e577a159bc91e3074c5d85c0523 Date: 2020-12-16T16:30:02.420Z Electron: 9.3.5 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0
comment created time in 2 days
startedsignalapp/libsignal-client
started time in 3 days
created repositoryfumeapp/test-fume-example
rich example with tailwindcss and typescript
created time in 4 days
startedi2p/i2p.i2p-bote
started time in 5 days
startedre-vault/revault-demo
started time in 5 days
created repositoryre-vault/coordinator
The synchronisation server, a convenient mean to avoid direct connections between participants
created time in 6 days
startedopensource9ja/danfojs
started time in 7 days
startedbitcoinfees/feesim
started time in 9 days
startedsanket1729/elements-miniscript
started time in 9 days
startedmcginty/snow
started time in 10 days
created repositorybtcpayserver/prestashop-plugin
BTCPay Server plugin for Prestashop
created time in 11 days
startedhsjoberg/blixt-wallet
started time in 14 days
created repositoryfumeapp/test-force-error
test forcing a nuxt error for gracefulness
created time in 15 days
startedgeohot/minikeyvalue
started time in 15 days
starteddxx-rebirth/dxx-rebirth
started time in 15 days
startedpeers/peerjs
started time in 15 days
issue commentrsbondi/highlight-words
Running the contributed command: 'highlightwords.addHighlight' failed.
I also met this problem when I want to highlight word in a large file.
comment created time in 15 days