Dan Aloni
Dan Aloni
If `systemd-resolved` is not enabled, then `/etc/nsswitch.conf` configuration can be made to fallback to `resolveconf`. Order matters in how backends are specified in `nsswitch.conf`. In other words, it depends on...
Important to note is that if `resolve` does not appear in `/etc/hosts`, then most programs, which do not resolve directly via `systemd-resolved` will not benefit from the update, even if...
> This [ArchWiki OpenVPN page](https://wiki.archlinux.org/index.php/OpenVPN#DNS) is quite interesting: > > > For Linux, the OpenVPN client can receive DNS host information from the server, but the client expects an external...
@Mic92 Issue 100% reproducible in unit tests when running under Rocky 8 docker: ``` docker run -it --rm -w $(pwd) -v $(pwd):$(pwd) rockylinux:8.8.20230518 bash -c 'dnf install -y gcc gcc-c++...
Good point, though tons of Python scripts still rely on `os.path` and friends, and the older APIs persist in the mind of many programmers. I'd say since it's sort of...
I'm still the out-of-date Syntastic due to the lack of this. It has issues with newer Nvim. Do you know a good alternative?
@guymguym I tested `GdsBackend` in cuFile POSIX compat mode with `use_direct_io=True`.
There is a new `batched_get_blocking` backend API that each backend can implement, and I am considering moving this to `GdsBackend`. @chunxiaozheng what backend were you using?
Got something even worse - I get a dialog from Hyprland saying that the application is not responsive, for an application that called `request_repaint_after`, while I switched to another workspace....
Hi all, I've implemented this feature over current Rust beta in: https://github.com/da-x/rust/tree/function-macro I have not included type parameters in the output string because it's not very useful for me. But...