Zaar Hai

Results 89 comments of Zaar Hai

Works nice! Got ``` RuntimeError: surname is read-only ``` Many thanks!

Thanks for answering (and writing the lib :). A more general question then, please. Suppose you have a microservice. It has some core parameters, e.g. `max_connections` that change rarely, but...

> Then you put all the loading logic either in initialiser or some factory methods and the user of this class is totally unaware of where the values come from....

@diamondburned Can you please elaborate how I can supply packages to install for this action from `shell.nix` file? I.e. what should I write in `mypackages.nix` for it to advertize packages...

Thanks! That's what I was looking for. However caching doesn't seem to work. Here are my files: ``` $ cat .nix/action-deps.nix let commit = "ce6aa13369b667ac2542593170993504932eb836"; # nixos-22.05 official pkgsSrc =...

Oh, I get it, I should just run commands as if I was already in the nix-shell (like I am in my local dev). That works indeed and works well....

Google acknowledge they have an issue and there is a public bug we can track: https://issuetracker.google.com/issues/180490128 (i.e. people still stumble upon this one)

Had a chance to talk to GKE PM regarding this problem. While they won't fix the current issue (which is caused by NEG switching), they do have plans to alleviate...

Same happens on NixOS with KDE 5.23.3 and flameshot-12.1.0. I've been using NixOS with KDE for several months and copying to keyboard using `CTRL-C` shortcut never worked.

Yes, 100% on wayland: ``` $ echo $XDG_SESSION_TYPE wayland ``` Here is the snipped from Flameshot config screen: ![Screenshot_20220729_210050](https://user-images.githubusercontent.com/58201/181745848-5ec12f63-a16c-4a5c-8b60-7aff42cc4d89.png)