-
My desktop has 8 cores/16 threads so my MAKEOPTS is set to -j16, but when linking chromium with thinlto enabled, the 32GB of RAM eventually fills up. Could you add an environment variable or other way…
-
### What problem does this feature solve?
The SFC compiler only preserves whitespace in `pre` tag, if you want to preserve whitespace when passing content to custom components or tags that require …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com/io…
-
Currently we use `CRYPTOGRAPHY_DONT_BUILD_RUST=1` as a workaround to install pre-compiled `cryptography` wheel. This is only a temporary solution and long-term we should install Rust compiler. This wi…
-
### 🐛 Describe the bug
I'm trying out things like triton and torchao on Windows
In `torch/_inductor/codecache.py`, function `write_atomic`, when updating a cache entry, `tmp_path.rename` on Wind…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only relate…
-
## 🐞 Bug report
### Description
This code use to work but somewhere along the line whilst upgrading to 17 it stopped working. All components in the "landing" project have been converted to modules…
-
provide some support for git hooks. For example, a pre-commit hook would run KRL through krl-compiler and fail with a message on compile error; otherwise it would allow the commit to proceed
-
Understanding compilation errors in the zpp output can be challenging because of mismatching line numbers.
C family languages support `#line` directives. Those can be used to re-sync the
compiler …
-
There is existing art to workaround this. Basically compiling a small file.
The common use case is when creating a docker image you want to do this cached work up front.