Rémi NICOLE

Results 49 comments of Rémi NICOLE

Finally found what was the problem! Django was updated from 5.0 to 5.1, due to some vulnerabilities, but Django has breaking changes from 5.0 to 5.1. So I've reintroduced Django...

@mweinelt good point, thanks! Done.

@AkechiShiro thanks! It should be fixed now. I wish GitHub would notify me when my PRs gets conflicted

Merging, as this is the last day breaking changes are allowed. If this causes issues (hopefully not), I'll open follow-up PRs.

@felbinger I can reproduce the issue on an instance upgraded from 3.7, but not on a fresh 4.1 instance. Not sure where this comes from yet. I think the demo...

@felbinger Okay, I think I found the issue, and I'll open a fix tomorrow. In the meantime you can run: ```bash rm -rf /var/lib/netbox/static netbox-manage collectstatic ``` and hard refresh...

> We probably want to save the version of netbox somewhere in /var/lib/netbox a d when that changes invalidate the static cache. We're actually already doing that here: https://github.com/NixOS/nixpkgs/blob/71408df70fd5bfbc0e5fc3776a942e2b0b93dad6/nixos/modules/services/web-apps/netbox.nix#L301-L303 The...

@LilleAila aha! Hadn't thought about that particular usecase, thanks! I've opted for a slightly different implementation. Let me know what you think.

> But maybe `commonSettings` should be renamed to just `settings`, to comply with the naming scheme of most other modules. I'm not completely sure, this `settings` option doesn't map to...

Hmmm, I've tried adding you @LilleAila but home-manager doesn't seem to know you: ``` error: undefined variable 'LilleAila' at /home/minijackson/Documents/Dev/dev/github.com/nix-community/home-manager/modules/programs/wlr-which-key.nix:7:46: 6| in { 7| meta.maintainers = with lib.maintainers; [ LilleAila...