Bruno Bigras

Results 169 issues of Bruno Bigras

### 1~3 main use cases of the proposed feature As someone with a phone, I want to access affine on mobile. ### Ideas for solution _No response_ ### what types...

I'm using opentelemetry everywhere, and maybe it could be nice if hasura would send performance traces to opentelemetry ### Is your proposal related to a problem? No, unless maybe to...

k/enhancement

```sh nix shell "nixpkgs#nodejs" # skeleton project, "no" to everything npm create svelte@latest svelte-dream2nix cd svelte-dream2nix mv .gitignore .gitignore.bak nix flake init -t github:nix-community/dream2nix#simple git init git add . nix...

bug
architecture

I would like to use `go-http-auth` to authenticate users with a LDAP server. I'm able to do it with the following code but I would like to avoid having to...

``` warning: large size difference between variants --> src/main.rs:24:5 | 24 | / error_chain! { 25 | | foreign_links { 26 | | Io(::std::io::Error) #[cfg(unix)]; 27 | | Log(::log::SetLoggerError); ......

```rust foreign_links { Nom(::nom::IError); Io(::std::io::Error); ParseInt(::std::num::ParseIntError); } ``` ``` error[E0599]: no method named `cause` found for type `&nom::IError` in the current scope --> src/main.rs:56:5 | 56 | / error_chain! {...

Edit the README since the 'prefix' variable from the Bakefile is lowercase

Any plan for an Android client? If so, what would be the alternative to iptables on non-rooted android clients? Thanks, nice project!

platform

> Some cookies are misusing the recommended “SameSite“ attribute 6 Cookie “last_zoom” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without...

enhancement