martin-kolarik

Results 8 issues of martin-kolarik

I have difficulties with using metadata in Linux. The code is working in Windows, look at debug output: `Index: Some(File { path: "index.html", contents: "", metadata: Some(Metadata { accessed: 1740785934s,...

Tests of failing flatten. In general, when outer signal_vec item is removed/replaced, its items are not removed when flattening. This PR only adds tests, solution seems not to be straightforward.

Addition to #86, tests added in PR.

`async-global-executor` added as the fourth executor. The PR extends PR #3790. *This is a breaking change* -- `async-global-executor` has MSRV 1.80, therefore `sqlx` will have to be upgraded too.

breaking:MSRV

I looked a bit more to how to use `allsorts` shaping in the current code and it seems difficult. More precisely, I do not know plans with `printpdf`, so I...

Upgrade to `printpdf` 0.8 adds 37 new crates. For me, who is using `printpdf` for generating PDF from the code, the HTML/text layout functionality is needless. It is gated behind...

ToUnicode map was generated from gid to gid mapping, but ToUnicode needs gid to char. Or CID. But, I do not know, what should be put into ToUnicode having CID,...

`async-fs` has a bug in 2.0.0 regarding version of `futures-lite` dependency, which prevents CI check `-Z minimal-versions` in `sqlx`. The issue has been fixed in `[email protected]`. Likely also other crates...