Gabriel Vergnaud

Results 51 comments of Gabriel Vergnaud

Hey, Sorry for answering this late, I didn't have much time recently to take care of this. I agree removing the trailing slash would be cleaner, and I think it...

Yep as you can see I was planing on migrating to path-to-regexp, but I didn't manage to make it work on my first try for some reason. I agree it...

I ran into this issue as well, I'm using hyperx to build a reactive programming framework ([evolui](https://github.com/gvergnaud/evolui)) for a few months. I really tried to contribute, but didn't manage to...

Thanks for the PR, I'll take a look at this soon (sorry for the delay, I'm kind of busy lately)

Hey! I agree it would be preferable not to track the deno_dist build. Since I'm not so familiar with github actions, so I'd be super interested if you want to...

Hey @garronej, I haven't forgotten your PR! I'm sorry for the delay, I just didn't have the time to read and understand your github action config and I didn't want...

> It tirggers only on the main branch and on the branches of the repo that have an open PR on main. Branches of forks that have an open PR...

Hi, Thank you for creating a test repo with the action enabled! Unfortunately I didn't have the time to test it and your invitation has expired. Could you invite me...

Hey! Could you provide a link to a project/repo reproducing the issue so I can take a look?

Hi That's a good feature request, I was thinking about adding a `P.rest(subpattern?)` pattern that could be combine with tuple in patterns that would look like `[1, 2, P.rest(P.number)]` (which...