Oscar Walter

Results 17 issues of Oscar Walter

Hello, I believe bloomrpc cannot be build on node 16 (see [1] for logs). The problem is I believe due to `node-sass` not supporting node 16 (see [stackoverflow](https://stackoverflow.com/questions/67241196/error-no-template-named-remove-cv-t-in-namespace-std-did-you-mean-remove)). Would be...

**Describe the bug** When you generate code programmatically for protobufs containing messages with `oneof` and option `generate_accessors: Some(false)` the generated code doesn't compile. I get this error: ``` error[E0599]: no...

1. Database version (Ex: PostgreSQL 10.0): PostgrSQL 10.6 2. TablePlus version (the number on the welcome or about screen, Ex: build 81): Build 36 3. Linux distro (Ex: Ubuntu 18.04):...

When using container attributes `into`, all fields attributes `serialize_with` (and most probably others) are effectively ignored. Would be nice to provide a warning or an error in those cases. If...

derive

## Setup ### Versions - **Rust:** rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball) - **Diesel:** master - **Database:** PostgreSQL (but in this case doesn't matter) - **Operating System:**...

bug
help wanted

## Setup ### Versions - **Rust:** rustc --version = rustc 1.70.0 (90c541806 2023-05-31) - **Diesel:** master - **Database:** _ - **Operating System** Archlinux ### Feature Flags - **diesel:** "postgres", "r2d2",...

bug
Release Blocker

Hello 👋 Thanks a lot for this awesome librairy and VSCode extension 😊 Would you be open to adding an integration with [`cargo machete`](https://github.com/bnjbvr/cargo-machete) to highlight unused dependencies in toml...

feature
vscode
lsp

Hey :wave: Thanks for the awesome crate 🙏 Reading from the code they're seems to be some un-intentional edge cases with `:camel`. For example: 1. `my__ident` will be converted to...

Hello Daniel, We're hosting a Rust meetup on November 16 at [Stockly](https://www.stockly.ai/) in our [offices](https://goo.gl/maps/qygxgQ9hza4CohPN8). During this meetup, there will be 3 talks of about 20 minutes, 15 minutes presentation...

Hello 👋 Thanks for the amazing crate 🙏 I was just playing around with Rust latest release and discovered that the code underneath doesn't compile. ```rust pub trait TraitWithGat {...