jzbor

Results 82 comments of jzbor

One case where I get the error is after actually adding a token...

It also seems like clearing data and cookies can help fix the issue

I believe this output contains secrets, so I have censored some values: ``` quiz-api | Checking for script in /app/prestart.sh quiz-api | Running script /app/prestart.sh quiz-api | /usr/local/lib/python3.11/site-packages/cbor2/decoder.py:7: UserWarning: The...

I didn't even know of deadnix-action. Currently I use deadnix from nixpkgs, so just using that might work. One thing is, that it will not be cached like the default...

So I have now successfully created a [static build](https://github.com/jzbor/nix-overlay/blob/2849cb481f36b437c019a7536f9d5c25cdd15257/packages/deadnix-static/default.nix) with [crane](https://github.com/ipetkov/crane). Sadly however the benefit seems to be negated by the usage of flakes, as their download takes almost as...

Hi, I have build something similar with https://github.com/jzbor/nix-flake-workflow. Although this is currently mostly for my personal use and may change over time. But feel free to use it as inspiration...

Oh I assumed RS256 was now supported *in addition* to HS256. It seems like this is not the case, so feel free to close the issue if this is expected...

In this case however I would be interested what the migration path for old setups using environment variables for secret configuration is. It does not seem to be outlined in...

> In general, we don't want to support mixing the versions like this Yeah this is what I thought and I am completely fine with that. I understand supporting multiple...

> you can also make a home-manager module containing the user you want (`modules/home/jzbor.nix`), and import it on all your host's `users/jzbor.nix` Yes, but this still only works for machines...