Tim Voronov
Tim Voronov
By ``OTHER_ARGS`` I implied any valid getpapers arguments :)
Thanks for your PR. Could you fix the linter issues before I merge it, please?
Hey, Have you tried to use the following query? ```aql LET bin = IO::FS::READ(@filepath) LET doc = PARSE(TO_STRING(bin)) RETURN doc.innerHtml ```
Hey, thanks for the fix! But, could you write some unit tests, please?
Hey, you can extend the existing one and [register it](https://github.com/MontFerret/ferret/blob/master/examples/embedded/main.go#L66) as a custom driver.
What happens on the page when you submit the form?
It could be due to the page navigation event. Probably, when the return statement had been executed the page was not fully loaded yet.
@anttiviljami don't you think if your schema says `it must be a number`, your code should receive it as a number? Why would I need to parse numbers (and to...
@ydayagi no, I meant that I want this library to parse numbers for me. I do not want to parse params in every handler.
I faced the same issue today. I'm using an authenticator function with Echo. In the authenticator, I updated the request object using Echo context by setting a new context with...