Bruno Bigras

Results 169 issues of Bruno Bigras

```sh ❯ nix build && ./result/bin/test-rustls ./result/bin/test-rustls: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory ❯ nix build && ldd ./result/bin/test-rustls linux-vdso.so.1...

### Description ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `nix fmt` or `./format`. - [x] Code tested through `nix-shell --pure tests -A run.all` or...

## Problem Managing users without sso is less optimal. Sso allows to: - use the same secure login everywhere - lock an account from 1 place - use the same...

work: backend
needs: requirements
needs: implementation specs
type: enhancement

To be able to start tkey-ssh-agent on demand. IIRC, `systemd` creates the socket and `tkey-ssh-agent` would need to be modified to use that socket.

with https://git.sr.ht/~leon_plickat/wayprompt ``` jui 14 22:24:12 desktop tkey-ssh-agent[118913]: Listening on /run/user/1000/tkey-ssh-agent jui 14 22:25:17 desktop tkey-ssh-agent[118913]: Handling a client connection jui 14 22:25:17 desktop tkey-ssh-agent[118913]: Auto-detected serial port /dev/ttyACM0 jui...

**What is the problem this feature would solve? Please describe.** I would like to avoid the token being stored on my disk. To prevent a rogue script from reading it....

suggestion

maybe like #170 ``` error: Cannot build '/nix/store/sprqykd823mga6dw6yrp9m0hy56z0vr6-skopeo-1.21.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/v75ghkv3al3jdg6wa8yb7n5vllsscvfk-skopeo-1.21.0 /nix/store/wa45a495xri9fqsfjjxc0yn0ik3rqggj-skopeo-1.21.0-man Last 8 log lines: > Running phase: unpackPhase > unpacking source...

[Playwright](https://playwright.dev/) support would be nice. Currently I'm using: ```nix inputs = { nix-playwright-browsers.url = "github:voidus/nix-playwright-browsers"; nix-playwright-browsers.inputs = { nixpkgs.follows = "nixpkgs"; }; }; # [...] devenv.shells.default = let browsers =...

enhancement

I got a bunch of "5u" characters when using fish. https://github.com/termux/termux-app/issues/4338