FireFragment
FireFragment
Is it possible to construct `CxxString` on the Rust side and return it to the C++ side? Returning `Pin` doesn't work, because it's just a reference to local variable, which...
When building the `ashpd` crate with crate2nix, build fails with many errors similar to this one: ``` error[E0433]: failed to resolve: could not find `zvariant` in the list of imported...
For my use case, I need to reverse geocode a place and get the full response to get access to the [individual components of place name](https://docs.rs/geocoding/latest/geocoding/opencage/struct.Results.html#structfield.components). However, I don't need...
When using the `vulkan` feature on both `llama_cpp` and `whisper-rs` from the same crate, build fails with many error messages similiar to this one: ``` /bin/ld: /home/user/Programming/Rust/tests/problem_isolation/vulkan-ai/target/debug/deps/libllama_cpp_sys-6172acf8774b4f66.rlib(3487caebe0aa41d4-ggml-vulkan.o):/home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/llama_cpp_sys-0.3.2/./thirdparty/llama.cpp/ggml-vulkan-shaders.hpp:69574: multiple definition of...
This makes `trunk serve` working out of the box through Nix and the `nix develop` command. Before: ``` error[E0463]: can't find crate for `core` | = note: the `wasm32-unknown-unknown` target...
Lot of boundary relations in Prague with admin_level=10 (such as [relation 428369](https://www.openstreetmap.org/relation/428369#)) are not passed to the `relation_function`. What is interesting is that they ARE passed to the `relation_scan_function` and...