Johann Dirry
Johann Dirry
[@sworley](https://github.com/sworley) I'll give you exact numbers next week. I think the most important part is that build artifacts and packages (which is most of the folder size) need to be...
Some statistics about the codebase I am working on currently: ``` Languages: - C# (99.6 %) - PowerShell (0.2 %) - Visual Basic (0.2 %) Lines of code: 1,706,418 Number...
The way I'm doing it currently is having an index using the [Repomix CLI](https://github.com/yamadashy/repomix) to create an local index and using Repomix`s MCP API for LLM queries. Unfortunately that is...
At least the package should be updated. Currently I get the following warnings when restoring the package using an `net9.0-windows` WPF project: ``` warning NU1701: Package 'OpenTK 3.3.1' was restored...
I cannot reproduce it in the current version. So I assume it is fixed. Thanks!
I'd like to also include dynamic color palettes. To do so, we would need to port the code in the [material-color-utilities](https://github.com/material-foundation/material-color-utilities) project.
> they have a PyTorch implementation While it might be helpful, Torch (and in extension PyTorch) is not working on all platforms. Torch does not support ARM (or RISC-V) architectures...