Ferenc Tamás
Ferenc Tamás
Frequent major releases can be rather annoying for downstream maintainers, it also causes people to depend on various incompatible versions of the library at the same time. We cannot just...
`OperationHandler` is hidden because it is basically a hack that allows for variadic functions. It is implemented for functions that are valid axum handlers while all the parameters implement `OperationInput`...
@panekj, I have updated the `VSCE_TOKEN` actions variable with a marketplace token that should be valid for an another year. Sorry everyone about the long wait.
Thank you all for the input, it looks like an organization is the way to go then. I will try to set one up as well as collect ideas/thoughts/TODOs like...
Thank you, I think I'll just need a deep breath and a weekend, I wanted this done already, but might still take a while.
> Hello, a lot of time has passed and project did not move much (in my case due to health issues but I also didn't put much effort due to...
This is quite unfortunate, I had the impression that Tombi had much better groundwork (and the codebase seemed much more reasonable as well). I have been using taplo since the...
Thank you for looking into this, I'll try to bisect it and/or run it with miri over the weekend to see if I find anything. Of course if it's not...
I reduced the test data a bit further, the issue seems to be a combination of things in it, the html itself is well-formed, and adding/removing nodes randomly will trigger...
> Address Sanitizer Oddly enough the bug does not seem to trigger it. Also I've noticed that I was using `Html::parse_fragment`, changing it to `Html::parse_document` works correctly, which is fair...