Miguel Sánchez de León Peque
Miguel Sánchez de León Peque
Have a look at: - https://keithp.com/blogs/picolibc/ - https://github.com/keith-packard/picolibc Update on picolibc (now Amazon is paying the developer): https://static.sched.com/hosted_files/osselc21/7b/picolibc.pdf
Moved to Portugal 2019 milestone. Added "on hold" label as this method results in less reliable readings. We probably need some hardware changes to improve that (i.e.: add capacitors next...
@luckyagarwal Sure! I updated the description to make it more clear. :blush: The issue is pretty large, so I tried to separate it into different steps (numbered list items). Each...
What structure do you propose?
I think it is more common to name the `obj` directory as `build`?
I think they should all go in `build`, modifying the Makefile accordingly (don't know how :joy:). Maybe we could create a top-level Makefile? To handle all tasks. In example: -...
I had the same issue with [Three.js](https://github.com/mrdoob/three.js/). A workaround is to use the already-suggested `preserveDrawingBuffer`: ``` renderer = new THREE.WebGLRenderer({ antialias: true, preserveDrawingBuffer: true }); ``` **UPDATE**: I ended-up using...
~~@bochecha Isn't that already supported? https://github.com/flatpak/flatpak/issues/1438~~ Nevermind, I just realized you were saying `gpg-agent`, not `ssh`. :sweat_smile:
Any updates on this matter? :blush:
Wouldn't it be possible to upload it with another name to PyPI for now? Other projects would need to update the dependency name in their setup/requirements, but all the imports...