Eli Schwartz
Eli Schwartz
Then kbfs.service should create it, perhaps. But I think it is reasonable to try to make the directory even so. The majority of applications that create files in e.g. `$XDG_CONFIG_HOME/foo`...
Well, I am sort of interested in getting these assumptions cleaned up. :) So it is worth it to me to make sure the point has been considered. An open...
So, documentation seems to suggest the pull request I just created should work, though, disclaimer, I still don't actually really understand golang... (Also it compiled on my machine, and created...
> @felixonmars, could we update the description of the community package to explicitly say it doesn't include KBFS? I'd rather add kbfs to the package, TBH. Actually, since it exists...
The cmake definition could be trivially modified to change this, e.g. https://github.com/eli-schwartz/doctest/commit/3c27fd049cedefafdcd04132c6fe87d090905033 Hopefully someone could confirm whether this is indeed desirable...
Snap is a lot less widespread than flatpak, since the former is FOSS-client-proprietary-server and few really buy into it other than Canonical, while flatpak is community driven and fully FOSS....
Instead of searching a git repository for Arch Linux packages -- actually two, because there is community.git and packages.git -- please use `https://www.archlinux.org/packages/search/json/?q=${searchterms}` or for individual packages `https://www.archlinux.org/packages/${repo}/${arch}/${pkgname}/json/`. These are...
what exactly does `tox = "^tox 3.11"` even mean? I don't see it described in the poetry documentation...
And how can SolidPython rely on an undocumented parsing edge case in poetry? Poetry could tighten up its data validation routines at any time, resulting in their pyproject.toml failing to...
Reading poetry's documentation on how to write a pyproject.toml it's not even clear this is supposed to be valid in the first place. :( You're entirely correct, the resolver should...