Felix Bühler

Results 110 comments of Felix Bühler

the `independet_set` search does not yield a speedup itself. But keep in mind, that the graph is not updated until the whole set is contracted. thereby the graph has to...

@shawnfunke a current workaround for me: `choco download prometheus-windows-exporter.install --no-progress --version 0.22.0 --internalize-all-urls --internalize version=0.22.0`

I added: ``` - rule: ExcludePath masks: "*Demo*" ``` this fixes my problem for now. Not sure where this file is from. Not visible via UI. ~~we can close it...

@allburov sorry eddited my response just 5 min after i posted it. Still a bug.

@MatthewCroughan i guess you are talking about: https://github.com/NixOS/nix/issues/6381 ? is there a more up-to-date discussion?

I like the idea, so every user could "workaround", until we have released the new version. Sadly I have limited time this weekend for testing. Please be patient.

fyi: #208 just got merged. thanks to @coastalwhite :+1:

my first attempt to have a nixos-module: https://github.com/NixOS/nixpkgs/pull/329496 . the `poweroff` and `shutdown` does not yet work, but the rest seems fine to me. (At least QEMU boots fine)

having it as a `-p` option is a bad idea, since the package selection in the workspace of the original `cargo` command is done with this flag. having it available...

please try: ``` glib-compile-schemas ~/.local/share/glib-2.0/schemas ``` and ``` export XDG_DATA_DIRS=$HOME/.local/share/:$XDG_DATA_DIRS ```