-
My clang development setup works fine without libcxx. However, when I enable it:
```json
"LLVM_ENABLE_RUNTIMES": "libcxx;compiler-rt;libcxxabi;libunwind"
```
I start getting a bunch of errors wh…
-
Installation of `lit` package is failing right now when using `esm.sh` as a provider.
## Expected
Installs the package and updates the `import-map`
## Result
Fails with a error in resolving a …
-
(Note that all of this is based on an **artificial benchmark with no warmups**, so take these results with a grain of salt when assessing real-world performance. This also may be a bug with the be…
-
### 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…
-
This is potential future work.
It turns out we could do better in determining branching statically. Currently, in `SymExec.hs` we have:
```
PleaseAskSMT cond _ continue -> do
…
-
### OS
Windows 10
### HOI4 Version
1.13.5
### Kaiserreich Version
1.0
### List any other mods used
none
### Were you using Steam?
yes
### Were you in multiplayer?
no
### Which expansions d…
-
In the https://webreflection.github.io/uhtml/#faq, I suggest a section about tooling such as:
- Minification
- I found `@literals/rollup-plugin-html-css-minifier` to be useful for minimizing th…
-
### Description
When you have a grid with all-rows-visible attribute, you must set explicit height otherwise you might get maximum recursion or Maximum call stack size exceeded.
It also occurs …
-
# Description
When running `lit-localize build` with the `--config` flag, the `localeCodesModule` file will be output relative to the directory that the command is run from, not the directory t…
-
Taking the example of the Calculator AST from the docs, serializing a simple `plus(3, 5)` expression as JSON:
```kt
fun example() {
val ast = EnhancedCalculatorAst.build {
binary(plu…