Alec Larson
Alec Larson
…and it shouldn't assume UTF8 encoding. Currently, when calculating the content hash, UTF8 encoding is assumed: https://github.com/mhart/aws4/blob/a413aadd9e4b4e58842937a9ad53354be41ef4a1/aws4.js#L14-L15
**Describe the bug** The glob `packages/*/package.json` has unexpected behavior, **but only when `pnpm` is used.** **Versions (please complete the following information):** - Chokidar version: `3.4.0` - Node version `12.13.0` -...
``` ~/nimdbx/nimdbx/Cursor.nim(106, 6) Error: 'pastMinKey' can have side effects > ~/nimdbx/nimdbx/Cursor.nim(106, 43) Hint: 'pastMinKey' calls `.sideEffect` 'compareKey' >> ~/nimdbx/nimdbx/Cursor.nim(92, 6) Hint: 'compareKey' called by 'pastMinKey' ```
I get `Error Type` when hovering over `mdbx_` symbols in VS Code. Is this expected? - nim 1.5.1
I'm getting this error: ``` MDBX_BUSY: Another write transaction is running, or environment is already used while opening with MDBX_EXCLUSIVE flag ``` Is there a workaround for this?
I found your thread: https://forum.nim-lang.org/t/6301#38854 I'm trying to use `getCollectionOrNil` but I can't prove to the compiler that the collection is non-nil by using `raise` within a `if col ==...
I get this error when I try using `--incremental:on` ``` Error: the compiler was not built with incremental compilation features; bootstrap with -d:nimIncremental to enable ``` Is there something I...
``` Javascript var str = "My colored string".hex("#00b8ff") ``` With or without the `"#"` is fine. Thoughts?
I know assignment scope has been discussed at length for CS2 (#4951), but I don't see a discussion in the context of CS3. So here it is. ### Block...