First, thanks for bidi - it's great, we have used it for frontend and backend routing for years and it has greatly simplified swaths of code around urls. If it didn't exist, we'd need to start by making something just like it (but ours would be worse).
iiuc, this should be a safe change, because the two-argument arity of static /decode always takes two strings. Maybe this would be a nice improvement to include in a future release.
First, thanks for
bidi
- it's great, we have used it for frontend and backend routing for years and it has greatly simplified swaths of code around urls. If it didn't exist, we'd need to start by making something just like it (but ours would be worse).Low-priority note:
I get a reflection warning while compiling bidi:
It's right here:
I experimented with this:
And it's cleaned up:
iiuc, this should be a safe change, because the two-argument arity of static
/decode
always takes two strings. Maybe this would be a nice improvement to include in a future release.Thanks again for your time and consideration.