iacore
iacore
Also, do you have other community channels, like Matrix? I'm interested in talking to you about ditto.
You can avoid `anytype` if you put everything inside of `fn xxxx(comptime T: type) { ... }`. Then, you have to use `xxxx(WHATEVER_HERE).f(foo)` instead of `f(foo)`.
> > proposals are not being accepted > > I see you have some [actual experience using zig in earnest](https://github.com/the-argus/libdemo) so it's ok 👍 @andrewrk Can you update the issue...
I found this Wayland/X11 nested compositor from ChromiumOS: https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/vm_tools/sommelier/ > X11 Sommelier > An X11 sommelier instance provides X11 forwarding. Xwayland is used to accomplish this. A single X11 sommelier...
For some reason, kakoune doesn't use the terminal I want. I fixed it by adding the following to the start of `kakrc`. ``` set global windowing_modules 'x11' require-module x11 set...
All without descriptive title: https://exercism.org/dashboard https://exercism.org/journey https://exercism.org/journey/badges#journey-content https://exercism.org/mentoring/discussions/06d5c2cb7d2744aea56230209e8903bb https://exercism.org/mentoring/inbox https://exercism.org/mentoring/queue https://exercism.org/mentoring/requests/bd4674e183784d799fdbe88fe6cbb77f https://exercism.org/mentoring/testimonials https://exercism.org/tracks https://exercism.org/tracks?criteria=go&page=1 https://exercism.org/tracks/go/exercises/hello-world/edit https://exercism.org/users/sign_in
When editing solution for a problem on Exercism, when I press "Enter" key, there is no auto indentation. I have to manually indent every line. Example URL: https://exercism.org/tracks/nim/exercises/bob/edit Try typing...
I see. I don't have much motivation for a change since I only just started using Lume CMS. If I have to use this CMS daily, I would much prefer...
> But it can show subfolders. If the file is `/articles/first-article/chapter-1.md` it would take `first-article/chapter-1.md` to generate the name. > > Example: [image] oh well this is more confusing isn't...
Is it possible for the OS to provide clipboard access to Virtual Keyboard apps but not other apps?