Stig Johan Berggren
Stig Johan Berggren
I cannot replicate this, and the issue in streamlit/streamlit#389 was closed with version 0.48. I think this issue might be fixed?
The value `currentColor` is a special case in the `tinycss2` package [^1] which is used to parse color values, and it seems to be replaced with black in Weasyprint here...
We're using a PDF generator, Prince, that supports a wide range of Page regions. In addition to `@top-left`, `@top-center`, etc. - which are supported by Lightning CSS - there are...
I could mention that this patch is motivated by a student who got stuck on this step because writing a literal `` in the command did not work. On the...
There is a PR to support `web-sys` (#4), but the Yew repo has switched to `wasm-logger` in its examples (https://github.com/yewstack/yew/pull/1181)
I remember an issue I had getting started with wasm-pack/rollup where the problem turned out to be the Node version I was using. I had to tell NVM to use...
It seems that this was fixed in adc06df9c895cb29f44d3039cb70186c59769e76.
It turns out that everything from `num` used by this crate is in `num-traits`, so that's a few dependencies saved. I understeed that you wanted the dependencies to be the...
This is also a problem for me, trying to interact with Gitlab. I've installed jj with winget and am on version 0.23.0. This is what I get in a colocated...
This warning suggests that relying on pkg_resources via setuptools may not be a lasting workaround. I get the warning when running liccheck in a project with Python 3.11.9 and an...