Bruno Bigras

Results 169 issues of Bruno Bigras

I might be missing something but wouldn't using io::Write allow to write into a file directly?

> The function-cache is not locked for the duration of the function's execution, so initial (on an empty cache) concurrent calls of long-running functions with the same arguments will each...

```toml [dependencies] opentelemetry-surf = { git = "https://github.com/asaaki/opentelemetry-surf", branch = "main" } ``` ``` builder for '/nix/store/601g5y6hd9wkz84csgp5915walkgv7ng-rust_opentelemetry-surf-0.1.1.drv' failed with exit code 1; last 10 log lines: error: environment variable `CARGO_CRATE_NAME`...

bug
help wanted

I can't figure out how to use `separateDebugInfo`. I guess I would need something like: ```nix { extraRustcOpts = ["-g"]; separateDebugInfo = true; } ``` and I think I would...

help wanted

I was able to use crate2nix on this project. I think I just did a `cargo update`. crate2nix 0.8.0 rustc 1.45.0-nightly (a08c47310 2020-05-07) ``` ❯ nix-build trace: root_crate is deprecated...

I have a noob question. I would like to do something like: ```rust use async_std::sync::{Arc, Mutex}; use async_trait::async_trait; use failure::Error; use odbc_safe::AutocommitOn; use std::env; struct Conn { conn: Mutex

enhancement
S-blocked
A-odbc

If I run `agenix -e secret1.age` and hit CTRL+C when it's asking for my passphrase. Then if I try to type stuff in my prompt, I don't see what I...

> Before the conversion, the standalone scripts will try to update all dynamic blocks and recompute all tables in the source Org file, a potentially destructive operation for which the...

My goal is to package openmoji in my distro. I downloaded openmoji and set `emojify-emojis-dir` to `~/src/openmoji/color` and `emojify-emoji-set` to `72x72`. I did a test and emacs tries to load...

I asked [a question on the nix community forum](https://discourse.nixos.org/t/is-it-possible-to-disable-vendorsha256-with-buildgomodule-to-make-updates-easier-with-niv/8082) yesterday but maybe you people could help me better. In https://github.com/bbigras/nix-matrix-yggdrasil/blob/master/default.nix, I'm using niv and github actions. It's awesome but I...

enhancement