messense
messense
In the meantime you can try enable `generate-import-lib` feature of pyo3. See https://pyo3.rs/v0.21.2/features.html?highlight=generate-import-lib#generate-import-lib
Interesting, might be a bug in maturin, I'll take a look when I have the time.
core.info should be visible by default, so it's simply didn't run. https://github.com/tox-dev/pyproject-fmt-rust/actions/runs/9068434736/job/24915732974?pr=11#step:3:34 this one does have the output.
What json data? Can you elaborate?
@barredterra See API in https://github.com/messense/typst-py/blob/main/python/typst/__init__.pyi
> Would it also fall under this feature request to allow `compile` to work with the output of `metadata`? Could you elaborate? I'm not sure what do you mean by...
Pull requests are welcome.
Honestly I don't think it should be splited by each service, It'll just add lots of bloated binary wheels that contains duplicated opendal, tokio and TLS library compiled machine code...
Yeah it's been working great for a long time now, I think we can make `maturin` to enable the feature automatically when cross compiling to Windows when `--locked` and `--frozen`...
Consider making them available in `$PATH`, we can't simply support anything that manages python interpreter separately from system packages. That said, we could support `uv` since we already have a...