Nicolas Bachschmidt

Results 17 comments of Nicolas Bachschmidt

Hello Julien, Are you sure the `\n` character hasn't been added to the secret by mistake? This may happen when using the `echo` command. For example, this would add an...

@julienkosinski I'm glad the problem is solved. @tmarmillot Good idea. I will update the docs.

I agree. The response to a HEAD request should be identical to that to a GET request. A developer may implement custom routes for HEAD but the default behaviour should...

### Special cases * `rx` is absent → `ry` is used instead. * `ry` is absent → `rx` is used instead. * `rx` or `ry` is equal to zero →...

I've just found out there's already a similar PR (#1816), which I totally missed. Sorry for the dupe. 😅

I think this issue has been addressed in #200 and may be closed.

While detecting and merging overlapping shapes would be a nice compromise, I have two objections. ### How doable is it? Detecting overlapping shapes is non trivial. SVGO won't do it...

I think I was a little bit too pessimistic and spoke too fast. > I can whip something up for that, we already have custom sorting and optimization logic. I...

@Lukasa Thanks for your feedback. I've applied your suggestions. I agree: it is better.