kiwiyou
kiwiyou
CI Runs successfully, but some tests are currently expected to fail.
I'd love to. But there seems to be some issues that should be resolved first: - Should we replace current `append` and `set` to `File`-aware variant or create a new...
@sfbr As a workaround, you can manually build a `FormData` body and set appropriate headers to send multipart data. crate `multipart` will do this for you.
Sorry for late response. I meant creating a form data, encoding it into a byte array, and attaching it as a request body. `FormData` cannot be directly sent with current...
I tested each server with `examples/servers.rs`, and got only broken pipe errors. And with other server list ping softwares, I found them offline. Could you post other opened servers or,...
@cleonyc Sorry for late response. I tested all servers except the first (which refused connection) multiple times and got all ok.
@NotNite I tried `101.67.57.177` with `examples/servers.rs`. `version` is parsed as "N/A" but no panic. Could you check what version of craftping you're using?
Despite not reproduced, `entity.rs:54` is very likely to be the problem. Returning Error::UnsupportedProtocol on invalid index access may be a solution, but to comprehensively support available servers, more investigation is...
When the svg document contains a `,` (comma) inside, satori's regex greedily matches the group `encodingType` up to the last occurrence of `,`. This results in incorrect parsing of `encodingType`...
@steven-tey After some inspecting, it turns out that there are two problems in satori's *image* rendering process: - Invalid parsing of plaintext data URI for *svgs*. - Invalid caching of...