Emil Nikolov

Results 30 comments of Emil Nikolov
trafficstars

> Is packed encoding of arrays used in the real world? One place where it can be used is for EIP-712 hashes - https://eips.ethereum.org/EIPS/eip-712#definition-of-encodedata. For example if there is a...

I use MySQL. I think the generated id field gets scanned from the database, which is what I'm interested in.

I think I get a similar behaviour in my case. I have two tables - action and action_version which have a one-to-many relationship. I start from a list of versions...

This is still an issue. https://github.com/nix-community/home-manager/pull/4421 is my attempt at mitigating it by introducing a configuration option and a flag to set the priority of the packages installed by home-manager

I am also getting this error. Aren't flakes a replacement for channels? Why are they still needed for this?

I just wasn't aware that it's possible to use channels when using flakes. I got started with flakes directly and have never used channels.

I can imagine that this could be considered as breaking backwards compatibility, so perhaps there could be new functions to do this instead of modifying the behaviour of the existing...

This commit is from a [PR](https://github.com/NixOS/nixpkgs/pull/270727) that isn't merged yet and it discusses /run/dbus, not /run/user/$UID. On my purely NixOS system I have these permissions: ```bash ❯ stat -c %a...

Initially I had a service to fix the permissions when 1Password starts up inside WSL: ```nix systemd.user.services = { _1password_gui_autostart = { Unit = { Description = "1Password GUI Autostart";...