David Henri

Results 24 comments of David Henri

I do not know if this is relevant, but after few tries, I realized that the original --input-text-bottom-border-color is used/applied only when it is not composed of a color(). So...

Unfortunately, I was never able to make it works as you want. I also have a situation where this would be needed.

After some investigation, I found out that this seems to work: `/:animal((?!foo)[a-zA-Z0-9]+)/:id([0-9]+)` See [CodeSandbox](https://codesandbox.io/s/path-to-regexp-examples-forked-s7c92?file=/src/index.js)

@rikschennink We are using FilePond and it is really nice, thanks. I was investigating performance issues and I came across the always-called tick function. It seems to take a lot...

@chriseppstein I cannot recall. I understand that my original post lack details in order to reproduce it. Honestly I do not remember the exact environment/project in which I saw this...

I am also having the issue. In my case, the url is formed with the pattern ```/user/:userId```. The userId has a value of ```%a```. When encoded in the url I...

@azakus Any news on this one?