-
Given the following:
```rust
#[derive(Clone, Debug, knuffel::Decode)]
pub struct ManifestNode {
#[knuffel(child, unwrap(argument))]
pub version: f32,
}
```
`cargo check`
```
erro…
-
### Code
```toml
[package]
name = "enum_strum"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dep…
-
## Description
I have two tables, post and post_meta. Post contains two foreign keys (post_data, and original_post_data) which both point to post_meta. I created these tables in MySQL, used s…
-
**Describe the bug**
[The original message](https://discord.com/channels/1031224392174293002/1031224393126387764/1123947796102389860)
My gpu memory is getting filled fast when creating a new graphic…
-
## Description
I updated some code from 0.10.3 to 0.11.1. The generated entities now have a column type with `BlobSize` set, but the prelude doesn't contain that export so it causes a compilati…
-
Running slint via winit with gemtovg as the the renderer causes a backtrace. This is slint-viewer compiled from git
Language: Rust
OS: Arch lnux
Env: Sway
Command: `RUST_BACKTRACE=full SLINT_…
-
Been using this library for a while.
Tried to bump my code to the latest version 0.15 and started getting compilation errors (without any other changes):
```
error[E0433]: failed to resolve: co…
-
I noticed while building from the latest change to the Dockerfile that many dependencies are repeated with different versions. It would be nice to make sure that we only depend on 1 version of any giv…
-
I noticed heavy aliasing artefacts almost on every capture ....on high pitched notes ..with higain ...
the developer needs to implement anti-aliasing filters in the plugin, but given that the plugin …
-
Upgraded to rust 1.68 and my project does not compile. It appears to be multiple bugs appearing at once right after the upgrade. The same binary compiled using 1.67.
```
~/w/trane-cli ❯❯❯ cargo ch…