PgBiel
PgBiel
Regression from #4540 - seems like the `preview` namespace check below was removed: https://github.com/typst/typst/blob/810491c9d31b614a435020f888fbd380e8e039a1/crates/typst-cli/src/package.rs#L60-L66 vs now: https://github.com/typst/typst/blob/672f6e5f97c2bdcd3e94754c9486869bf7b8de56/crates/typst-kit/src/package.rs#L87-L91 cc @tingerrr @laurmaedje
The CSL spec doesn't seem to enforce a specific standard, although sorting by codepoint is probably a bad default for non-Latin script languages. Though an initial search reveals that there...
I can see it being a part of Foundations similar to `system`. Could also go in Scripting
This is indeed a bug caused by how tablex uses introspection to produce headers. This should hopefully be fixed in v0.1.0, which will bring a rework to the rendering system....
> I found that fslock actually have a per PID locking by simply putting PID number in the lock file. IIUC, this means that it is super portable and has...
Problem: My handmade recursive directory walker is too naive and can enter infinite symlink loops. I'll probably add a new method to `FileSystemReader` where we can address this at the...
Alright, I've made the implementation more robust (it also now supports copying nested Erlang modules), added detection of conflicting `.gleam` and `.mjs` files (but not of conflicting `.gleam` and `.erl`...
I'm not sure that would be desirable since the main point of FFI is to have full control over what the final transpiled code does. Besides, we would have to...
I think this is fine to be honest... Forcing people to name their modules like `folder@folder2@something` in every folder doesn't sound good or useful realistically. And it can clash either...
> I think it would make sense to remove this duplication and instead to have the trait know nothing about directory walking and then the walking logic depends on the...