Daniel Phan

Results 37 comments of Daniel Phan

Huh, after writing the patch for tab container indicator, I tried to reproduce again by importing this repo and after that reapplied my patch but it didn't work. It did...

> This is interesting, because a lot of these issues I am not seeing even on an entirely new device with a fresh install (and on Windows, not Linux as...

Speaking of folder layout, here is mine based on digga's example `groupByConfig`: ``` ├── home/ │ ├── modules/ │ ├── profiles/ │ ├── users/ │ └── default.nix └── nixos/ ├──...

Yes, it can. Head over to [`vs-ext`](https://github.com/divnix/vs-ext) for usage, assuming this PR is merged.

Note that I also haven't really figure out how to terminate shkwd via systemd. Granted, you can reload, pause loading or continue loading config file with HUP or USR signals,...

> - I totally agree that a tool like swhkd should be 100% init system independent. > - Do you think we should create a cgroup right on startup of...

> The Firefox module [hardcodes `mozillaConfigPath`](https://github.com/nix-community/home-manager/blob/2c94b9801f1a11cde0fc97aa850687bb9137d42c/modules/programs/firefox.nix#L12). There are some cases where the user might want to change this. For example, if the user is using the Flatpak version of Firefox,...

Oh, I meant for the lower/upper case transformation.

The scheme (e.g. `https` vs `HTTPS`) and the host (e.g. `example.com` vs `EXamPLe.COm`) of a URI are case-insensitive, but the rest (paths, queries etc.) are not, at least according to...

I'm trying to set tags on each Aim clients in federated learning and I would prefer that clients only have a hash that the server sent them so that they...