djdv

Results 15 issues of djdv

This implementation is mostly copied from the Linux version, with types and methods being adjusted for Windows. I wrote a test which covers this and passes, but I'm not sure...

I might be wrong here, but I think there's a problem with how twalk is being handled that forces `File` implementations to have non-compliant `Walk` methods. When wrapped as `Server`...

tl;dr Need to be able to use `errors.Is(clientError, linux.Errno(someVal))` in code that uses `Client`, *** Long version: `internal` and `internal/linux` pkgs can't be used by calling code, which makes handling...

closes: https://github.com/ipfs/kubo/issues/10018 This simply removes the need to dial the domain by specifying the dialer in the transport. And removes any concerns in regards to the socket's path containing characters...

intro(5) says >All directories must support walks to the directory .. (dot–dot) meaning parent directory, although by convention directories contain no explicit entry for .. or . (dot). The parent...

I was experiencing https://github.com/rohit-px2/nvui/issues/144 and managed to generate working build files (via `cmake -B build . -DCMAKE_TOOLCHAIN_FILE=.\vcpkg\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release`) after making these changes. I'm using a preview version of Visual Studio...

This needs some refinement, but I'm putting it up early. Follow up to https://github.com/kardianos/service/pull/273 I encountered problems in my own tests related to detecting that the service is _not_ installed....

On other platforms, this will return an error. For the sake of consistency we may want to do it here too. It seems like a programmer error for something like...

tl;dr this should fix: https://github.com/kardianos/service/issues/30 *** When running my own tests, I was encountering random failure/success related to sequences of `service.Control` functions. Specifically the sequence `["install", "start", "restart"]` failed more...

I assume these repos were valid at one point, but were renamed after the docs were written. As-is, the links lead to a `404`. This commit just updates them to...