Nemo157
Nemo157
# Proposal ## Problem statement Given some unsized type `T` it's not possible to create an `Arc` except for some special cases supported in `std` (e.g. `Arc::new_uninit_slice`). ## Motivating examples...
It's common for projects to build C dependencies in the build-scripts of `-sys` dependencies. To be able to use these along with miri's new FFI support requires some weird contortions:...
Current [`compile_commands.json` parser](https://github.com/w0rp/ale/blob/d476578a402763f2c6e4e0ada2eb345d0ac938d7/autoload/ale/c.vim#L176) only parses from the `command` string property. Using [Bear](https://github.com/rizsotto/Bear) to generate my `compile_commands.json` I instead have an `arguments` array of arguments, which is [an alternative supported by...
### Describe the bug When loading a plugin the loader and plugin assume that the `zenoh_plugin_trait::Compatibility` type is ABI-stable enough to pass between arbitrary versions to then verify if they...
The current path-taking attributes like `#[serde(crate = ...)]` require the path to be wrapped in a string literal. I believe this is due to a limitation in older versions of...
In some situations it's necessary to have tests defined in a different workspace to the library. Currently afaict there is no way to record the coverage data from these tests....
### Problem you are trying to solve Visiting rustup.rs from a dark-theme device can be blinding as it is an almost entirely plain white page. ### Solution you'd like A...
Currently it's allowed to project to an align-1 field of a `repr(packed)` struct, and this seems to be fine because the compiler does not move the field's value before dropping...
Since the latest update whenever I try to play any track it fails with an error in the event log and 90% of the time the app crashes: ``` Player...