Arnaud Meuret
Arnaud Meuret
Apache, Unicorn, nGinX, Webrick, Mongrel2 AND the myriad of Rack adapters don't really agree on the way the request URI should be split and which `ENV` variable drives it. It...
I expect `spread(n, spacing=10)` to behave exactly as `spread(n, spacing=[10, 0, 0])` That is:  # Current behaviour ``` spread(n=3, spacing=10) cube(size=[3,2,1], center=true); ``` produces 
### Describe the change It adds a rounded corners border type. ### Why are we doing this? Because everyone loves rounded corners. ### Benefits It will bring more joy to...
~~Charecters~~ -> Characters 
I use OpenSCAD as a previewer while I code in the comfort of my usual editor (EMACS), leveraging the auto-reload. What would RapCAD bring to the table for people with...
The list method for Endpoints lacks support for offset and limit options. I added them mimicking other resources.
certbot: ``` The 'certbot_plugin_gandi.main' plugin errored while loading: No module named 'six'. ``` Fixed with pip install six (under Conda).
**Describe the bug** Blur and pixelate tools leave a border of untouched pixel inside the selection rectangle. **To Reproduce** 1. Use the blur or pixelate tool **Expected behavior** I expect...