Aeva
Aeva
You can probably get most or all blocking APIs from vk.xml by searching for commands that list `VK_TIMEOUT` as a success code, and/or have a `uint64_t` parameter called `timeout`. The...
I'd be happy to! I assume it used to build all the profiles in /data/profiles? And that the usage of cd-create-profile within the build script in that directory is the...
the _s forms look to be introduced in C11 though, so I'm guessing you don't want a PR that replaces them?
The packages already have license metadata in addition to the actual licenses involved. Perhaps `raco distribute` could be given an exclude option to prevent certain licenses from being added? It...
I would be happy to try it out and give feedback when it is ready.
~~I don't know enough about how the packaging works, but we should take care in selecting the licenses of packages like `math-win32-x86_64` which as I understand it are just simple...
This is somewhat orthogonal, but I think it would also help tremendously for projects like mine if there were a few simple example repositories demonstrating the best practice for organizing...
> packaging scenarios you're thinking about so as to think precisely about what files get included. > > Currently, the "math-win32-x86_64" package contains only the following: `info.rkt` metadata files, which...
> > I would be happy to try it out and give feedback when it is ready. > > Here: https://github.com/sorawee/license-audit / https://docs.racket-lang.org/license-audit/ I'll try to have a look this...