Edu

Results 73 issues of Edu

Was redirected here from https://github.com/rust-lang/cargo/issues/8428. Given `cargo doc --open` uses this tool internally, seems like taking a look at `opener` could help resolve that issue. I'm not familiar with how...

bug

The `n` constant currently approximated as `n = 1.1578 * 10^77` https://github.com/bitcoinbook/bitcoinbook/blob/97df56f77c06813b1e028b5b1f2dbc036f27b1fc/ch04.asciidoc?plain=1#L63 can be more accurately approximated as `n = 1.1579 * 10^77`

The book states the NIST established secp256k1, https://github.com/bitcoinbook/bitcoinbook/blob/97df56f77c06813b1e028b5b1f2dbc036f27b1fc/ch04.asciidoc?plain=1#L128 However, that is not the case. It was established by SEC, and doesn't have a NIST equivalent. See, - https://crypto.stackexchange.com/questions/106461/what-is-the-relationship-between-nist-and-secp256k1#106462 - https://www.ietf.org/rfc/rfc8422.html#appendix-A...

Given handlers are not re-bound, added an example on how the same handler can be used to modify behaviour based on app state. Also provides more robust example on how...

### Problem In the wake of the increasingly adopted WebBTC standard, and from how the [Integration of WebBTC Request Standard for Stacks Wallets SIP](Integration of WebBTC Request Standard for Stacks...

feature

@pablo-abc, is this project still actively maintained?

Macaron's Vite plugin seems to be using a deprected version of their API, ``` The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. ```

### Describe The Problem To Be Solved Would be great if [`clickOutside`](https://www.solidjs.com/tutorial/bindings_directives?solved) could be added to the primitives. ### Suggest A Solution Add `clickOutside` to primitives.

enhancement
PRs welcome

Great work on vscode-uuid-generator, probably the best UUID generator for VS Code. I use it frequently, and having used [`nuuid`](https://github.com/kburdett/vim-nuuid#usage), there's one feature I miss: replacing uuids. When files or...

Provides more details on what to do with the runtime directory.

A-documentation