-
I have a workspace with multiple packages and I want to visualize if there's any inter-dependency between them. Is that possible?
-
use requirements.txt in projects instead of poetry to support conda and uv.
add a flag to use poetry, but default to reqs
resolves #40
-
[example6-src.spdx.txt](https://github.com/user-attachments/files/16850443/example6-src.spdx.txt)
[example6-lib.spdx.txt](https://github.com/user-attachments/files/16850444/example6-lib.spdx.txt)
[m…
-
There's probably software packages out there that this project can use to speed up development, should research and create issues to implement any found if needed
-
![image](https://github.com/user-attachments/assets/3c354321-ee5e-4562-b776-f989f3aeed0d)
-
### Description
Templates on the Typst Universe have thumbnails, which greatly help with distinguishing between them and getting a notion of what they do and how they look at a glance. I think it wou…
-
For WGSL in an npm/cargo package, static group and binding indices aren't a good idea. The indices need to be chosen by the application (preferably the application host code), not a library.
For e…
-
Goal is to test for any "runtime" issues and or give us an area to test integrations into frameworks and such like nextjs.
-
We want packages to be able to write [entry point functions](https://www.w3.org/TR/WGSL/#entry-points).
But packages aren't in a good position to choose unique application wide names for entry poi…
-
It's pretty clear that we don't want to a wesl utility package published on npm/cargo to write:
```
@group(0) @binding(1) var src: array;
```
because the package is in no position to …