Mat Gienieczko
Mat Gienieczko
I'm using Criterion with throughput calculation and it'd be really useful, but unfortunately thus far all data that we have reported was in GB/s, as in one billion bytes. Criterion...
I am trying to write my own `LinearMemory` implementation. The issue that I am facing is that it appears the `as_ptr` function is inherently incompatible with the `Sync` trait bound....
#### What version of regex are you using? 1.10.2 (latest) #### Describe the bug at a high level. Parsing a regex string with combined characters/grapheme clusters and an error causes...
**Which version of Microsoft.IdentityModel are you using?** Note that to get help, you need to run the latest version. Microsoft.IdentityModel 7.0.0 **Where is the issue?** * [ ] M.IM.JsonWebTokens *...
### Describe the bug The first example in the book on [Pipelines](https://www.nushell.sh/book/pipelines.html) contains the `inc` command: ```nu > open "Cargo.toml" | inc package.version --minor | save "Cargo_new.toml" ``` I am...
Related discussion: https://github.com/morelinq/MoreLINQ/issues/815
**Is your feature request related to a problem? Please describe.** As per [the spec](https://www.rfc-editor.org/rfc/rfc9535#section-2.1-7) if we encounter a case where an integer overflows (for example the current array index) it...
This is more of a checklist for myself to track all the tedium related to actually releasing this as a production-ready package. - [ ] Rename `rsonpath` to `rsonquery` as...
**Is your feature request related to a problem? Please describe.** The engine currently violates the JSON spec by not normalizing Unicode escapes. We do this for performance purposes, since ordinal...
**Is your feature request related to a problem? Please describe.** We should use the `proptest` crate to comprehensively test the query parser. **Describe the solution you'd like** As usual for...