Andrew Jackson (Ajax)
Andrew Jackson (Ajax)
Is it possible to make & grow a version of this which could guarantee thread safety of memory accesses. V1: Use of go keyword: - only gets non-pointer args -...
300kb minified is a bit heavy for my needs, so I'm using a very old, unmaintained port. For my situation, I only need QR, but I see there are many...
Other than your input validator, consider the JSON Schema validator (jsonschema.org). Although similar, it has the advantage of write-once, run anywhere. The same validation schema could run on the browser...
When append() sees the underlying array is used to capacity, it allocates a bigger array, copies values, zeroes the rest, and returns. This proposal will make this grow() logic cheaper:...
What is the recommended path for those developing for the PinePhone who wish to use its other features too, like: - Touch - Pushbutton - BLE - Heart Rate Monitor...
## Related Issues The GPU picker will run ffiwrapper calls on an assigned GPU using a subprocess. ## Proposed Changes ## Additional Info ## Checklist Before you mark the PR...
## Related Issues The 40MB+ of actors bundle content should not be implicitly included in everything that wants to know the build version. ## Proposed Changes ## Additional Info ##...
## Related Issues Network-level optimization has not been a priority. Here is a straightforward way we could implement it. ## Proposed Changes CanAccept's end (once hard requirements are met) can...
This ffi is used in chain binaries as well as SP binaries. The SP binaries do not need most of it, for example the SP binaries do not need: -...