Sergey Bugaev
Sergey Bugaev
High-level ideas: * Now that `async`/`.await` is stable, wcrs should be natively async * Event loop integration: it should not fork or spawn threads behind your back * Less allocations,...
Resolves https://github.com/go-gitea/gitea/issues/28704 Example of an entry in the generated `APKINDEX` file: ``` C:Q1xCO3H9LTTEbhKt9G1alSC87I56c= P:hello V:2.12-r1 A:x86_64 T:The GNU Hello program produces a familiar, friendly greeting U:https://www.gnu.org/software/hello/ L:GPL-3.0-or-later S:15403 I:36864 o:hello...
I'd love to run A/UX through this! [Unlike NeXTSTEP](https://github.com/mihaip/infinite-mac/issues/121), this is actual Mac OS.
Need to double-check this, but I must have misunderstood what the `native: true` argument does. I thought it causes `find_program()` to look for a program whose _host_ is same as...
We should run https://include-what-you-use.org/ on wl-clipboard and apply (some of) its suggestions, within reason. It's easy to use with Meson, see https://github.com/mesonbuild/meson/issues/2637#issuecomment-504839877
Currently wl-clipboard doesn't do anything OS X / Darwin-specific when running on that platform, but we should! * [ ] Apparently `readlink("/dev/fd/...")` doesn't work too well there, we should use...
This might or might not be the same as https://github.com/linux-surface/linux-surface/issues/1191 Since recently (I estimate 1 to 3 weeks ago — perhaps a bad kernel update?), touchpad started behaving erratically; it...
`linux-surface-default-watchdog.`{`service`, `path`, `sh`} does not seem to work for me; the latest kernel version is not what GRUB defaults to. `linux-surface-default-watchdog.service`, when run, outputs to the journal: ``` surface-pro-6 systemd[1]:...
I.e. `dnf install --allowerasing cairo fontconfig freetype`-- and then fonts, the repo, etc.
Seeing that my #100 finally got merged, I thought to try doing more improvements & modernizations. This is what it looks like:  I'm not at all...