Weilin Shi

Results 22 comments of Weilin Shi

This was added in #20 and I never thought it will be called after another get call. Also that PR did not include a TS definition. I will try to...

Yes, once you register a route, `use` will not append to existing route, that is the limitation.

I'll try to fix it during the weekend. I think the original intension of the Golang implementation is that, there should be only one route for any path. With that...

Hi @noahehall , if you know how Golang works, you can just copy everything, including the tests, from here: https://github.com/julienschmidt/httprouter/pull/329

I see no easy way to get the matched route pattern without hurting performance. However, PRs are welcome if you can fix it. Since Koa middleware run in the order...

What is the function that you want the router to expose?

Let me think about it. Meanwhile, PRs are welcome.

The only thing I can do is to migrate my code to only use pngjs in the future, since I'm only using the png part of the library. For now,...

#17 I won't switch to jump-compact. I'll switch to pngjs.

1. About the image size in BMP info header, wikipedia says a dummy 0 can be used here. https://en.wikipedia.org/wiki/BMP_file_format. I have never heard of google search console before, and I...