Nicolas Dumazet

Results 9 issues of Nicolas Dumazet

I see that `asset_share.shares` is an `int64`. While this generally makes sense intuitively, this means that it becomes hard to use budgetwarrior for share vesting schemes. In my case, my...

Otherwise Python3 is unhappy with this file: ``` Traceback (most recent call last): File "beangrow/configure.py", line 23, in from beangrow.config_pb2 import Config File "beangrow/config_pb2.py", line 36, in _descriptor.FieldDescriptor( File "/lib/python3.11/site-packages/google/protobuf/descriptor.py",...

Heya, First of, thanks for this module, it helped me reason about secret management. One user journey which seemed tricky to me was the provisioning of a new host, after...

Greetings, I would like to suggest an alternative to https://github.com/FiloSottile/age/pull/591 which will allow unblocking the consumer https://github.com/getsops/sops/pull/1641. (I'm interested in plugin support in `sops` so I can try out FIDO2...

@terlar I have the impression that 911f096b1ce16176aa77d6e64f462169a5065e00 broke for stable nix users. Symptoms look like: ``` 2025/06/12 04:56:04 INFO using config file: /nix/store/wksa5bxnzq02gbqs4yg4xkmf62mb420j-treefmt.toml ERRO file has changed path=nix/modules/home/cli/fish/up-or-search.fish prev_size=465 prev_mod_time="1970-01-01...

bug

Use `fs.FS` to load templates and various third_party files, instead of expecting those files to be available relative to the repository root. This is useful in a Blaze/Bazel environment, where...

service/terraform

Right now this is only happening when there are override resources. This should actually happen for all resources. This will create minor ordering diffs in output, but is actuall a...

Calling a templating method on resources means that the resource object currently means that Resources need to be aware of template locations, filesystem considerations, and in the future `fs.FS` objects....