a
a
the ci doesn't build because the replace directive/go.mod doesnt seem to get used for the actual ci build i guess?
i fixed that lint error, but still have the same lint error as master.
so i think i kept it fully backwards compatible with the global block, in the way that even you can have both?
@vnxme it may be wanted to put global configuration for the layer4 module in a [layer4] block instead of [global] block. this was my thought. to me that makes more...
@vnxme hi. i commit files just to save progress so i can revert for my own work, so there are no messages. they are not meant to be read or...
my use case is to convert a human input amount, say 0.001 usdc, to the raw value, so multiply 0.001*1e6, or even something like, 1.5 eth -> 15e17, etc. `BigInt(parseInt(decimalAmount))...
got it, that makes sense. I can be happy with this solution! accessing [0] felt weird, but it's correct for sure so i can do it. Maybe it would be...
maybe argument could be set to just explicitly only set -1->0 for GET/HEAD requests only, but its only GET requests where it matters i think? so i felt this is...
tests pass now :) it might be appropriate to add some more advanced adapt test cases to mainline, and make sure we pass them here as well. will also for...
@mholt >is the value inside the [ ] arbitrary, like http.server? Or is it correlated to the JSON config structure, or...? Like does the . mean anything, as in a...