Léo Gaspard

Results 144 issues of Léo Gaspard

**Summary** Feature gate: `per_package_target` Discussion: https://internals.rust-lang.org/t/proposal-move-some-cargo-config-settings-to-cargo-toml/13336 Implementation: https://github.com/rust-lang/cargo/pull/9030 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#per-package-target Issues: https://github.com/rust-lang/cargo/labels/Z-per-package-target **Unresolved issues** - [ ] The interaction with proposals like [RFC 3028](https://github.com/rust-lang/rfcs/pull/3028) does not work well. Selection for...

S-needs-mentor
S-needs-design
C-tracking-issue
Z-per-package-target
S-waiting-on-feedback

Hello, I've started using the mail exporter yesterday, and it's very convenient! I just have noticed a few issues with it, so I'll open related issues to get your opinion...

Today, after around 5-10 hours of runtime, with 8 probes all configured to watch the same maildir (so /cur and /new as per #35) and one mail per minute with...

Hello, I've just recently come across `rustyknife`, and it looks really nice :) I'm considering dropping my own SMTP parsing library in favor of `rustyknife`, as you appear to have...

Hello, Random thought coming to my mind: right now, crate2nix doesn't (AFAIK) allow building the examples, meaning that it's not possible to just use nix to build&run examples. What do...

enhancement
help wanted

Hello, I'm just now learning of colmena, and it looks great! I'm just opening this issue because I was originally looking for a flakeless alternative to deploy-rs, and having looked...

Hello, I have just been pointed to this repository, as I'm currently investigating scripting languages accessible from rust that would support builtins that return `-> impl Future` (and thus have...

Hello, So, in my process of starting using criterion, I've noticed something: the CPU heats, and heats makes frequency scaling have an impact. Between two runs with the same code,...

Random drive-by thought: if `external_library` generated code like this when not having the `dlopen` feature: ```rust mod private { #[link(name = "foo")] extern "C" { static me: c_int; static you:...

As far as I can see, `bincode::serialize` cannot actually return an `Err`. If it cannot, maybe this could be documented (and hopefully the return type changed to `Vec` if/when v2...

not-stale
bincode-1.x
documentation