Nicolas Goy
Nicolas Goy
Yes, exactly, dog should not do anything smart to resolve the address in a different way than the system, but if dog can just alert the user that he has...
`Linux yoda 5.3.11-arch1-1 #1 SMP PREEMPT Tue, 12 Nov 2019 22:19:48 +0000 x86_64 GNU/Linux` I did an strace, it is very verbose, but I think this part can be of...
I use i3 and start X11 with `startx` so it might be a reason, I still get the socket in `ss-l` `u_str LISTEN 0 128 @/tmp/.X11-unix/X0 31069 ` I tried...
Yeah of course, `xhost +` was just to make it work, mounting `.Xauthority` is the way to go. As for dummy X11, there is `xf86-video-dummy` and `xf86-video-nested` which is the...
I suggest we keep this issue open for now, and if other people mention interest in it I'll try to implement it. I think it could be of interest for...
Yes I think the base image lib should have some kind of simple transaction (like the `commit()` call in my example) and the drawing API (in a separate, higher level...
I think a drawing/rastering API is out of the scope of an image read/write library. It should be separate. It can live in the same repository, but the base library...
One thing the library could support is sub buffer manipulation. For example if I set a single pixel in the image, it should only have a small buffer. And many...
I think the easiest way is to use media query: ``` @media (prefers-color-scheme: dark) { ... } ``` without any setting.
> > Any dark themes, styles or versions of h5ai with a functioning audio player when used in firefox? > > Thus far none seem to work. > > If...