-
object slicer allocates byte buffers of certain size using Go built-in `make` function. From one side, it's normal default behavior for the library functionality. At the same time, some applications m…
-
| | |
| --- | --- |
| Bugzilla Link | [34456](https://llvm.org/bz34456) |
| Version | trunk |
| OS | Windows NT |
## Extended Description
In DynamicLibraryTest.cpp, the unit test "Shutdown" crashe…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
```
In multiple places, it's mentioned that allocating many small objects is slow
in C++, such as creating tuples over and over again.
However, the size of objects is known at parse and compile time…
-
Regarding https://github.com/flatironinstitute/Cryo-EM-Heterogeneity-Challenge-1/pull/100
I had issues installing, specifically this line of the installs https://github.com/I2PC/Flexutils-Toolkit/b…
-
As of the time of writing, the MSRV for `softbuffer` is **1.64.0**. As far as I can tell there is no MSRV policy, but the informal rule seems to be that the limit is Rust versions released up to seven…
-
IMPORTANT: Your crash has already been automatically reported to our crash system. Please file this bug only if you can provide more information about it.
Brave Version: 1.68.134 Chromium: 127.0.…
-
### Describe the bug
When you don't specify a completer for a custom command, the default completer is used. This is the case even for argument types that would never accept a string/file/path.
…
-
### Checklist
- [ ] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue y…
-
Is it possible to instruct zcbor to store string data as value in generated structure instead of just a pointer?
It would be convenient to avoid dependency on the CBOR binary blob sometimes and to…