Arnaud Meuret

Results 9 issues of 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: ![image](https://user-images.githubusercontent.com/28158/180588636-46daf5e8-6618-4e8d-9674-938132bb439a.png) # Current behaviour ``` spread(n=3, spacing=10) cube(size=[3,2,1], center=true); ``` produces ![image](https://user-images.githubusercontent.com/28158/180588730-cdfad940-4882-4834-a654-362d227c2f3e.png)

bug

### 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 ![image](https://user-images.githubusercontent.com/28158/107844067-b8469700-6e13-11eb-93dc-22f12d038d23.png)

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...

Feature

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...

bug