Nicolas Hillegeer

Results 135 comments of Nicolas Hillegeer

> @aktau I haven't looked into this too much yet. On Linux there is a "cookie" used to tie the RENAME FROM and TO events together, but this isn't currently...

Done, thanks: https://github.com/fsnotify/fsnotify/issues/26

This also broke some other stuff. For example, I used to use: ``` 'perforce': 'DIFF=%d" -U0" vcsdiff %f || [[ $? == 1 ]]', ``` Where `vcsdiff` is a shim...

I was looking for such an option too. Thanks for filing a FR before I could :).

This also happens on Linux (Debian Bullseye, Intel Gen7, Vulkan). Beetle PSX commit c7c8ffd3d2cf1c780ccf98417e60908f9adf970d. Common options to all tests: | Option | Value | | -------- | -------- | |...

For now, the `data-pjax-reload` attribute is working very well for me right now :).

Which functions are we talking about here?

The question becomes then if we want to fallback to whatever is the most efficient way of doing subtree wachtes on an OS that succeeds, and if we want to...

At first sight I thought of https://pkg.go.dev/google.golang.org/protobuf/types/dynamicpb, but that's more of a solution for unmarshaling and inspecting a proto of which you don't know the type. If you do have...

> I was not able to register Files since opts.Resolver in anypb.UnmarshalNew is not implemented by Files `anypb.UnmarshalNew` takes a second `opts` argument, on which you can set any `Resolver`:...