-
### 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…
-
Output of `helm version`:
```
version.BuildInfo{Version:"v3.1.2", GitCommit:"d878d4d45863e42fd5cff6743294a11d28a9abce", GitTreeState:"clean", GoVersion:"go1.13.8"}
```
Output of `kubectl vers…
-
### Brief Issue Summary
When my CMakeLists.txt adds an external project via the ExternalProject_add command, the added subproject is not handled as I would expect it to be. This is especially probl…
-
In `scripts/launch` the pre and postcmd are executed in their own jobs, so they don't have any effect the compile execution
to do this right we need to spawn a a single job (maybe using bash -c ) to …
-
# Summary
Putting `#![allow(clippy::non_minimal_cfg)]` at the top of the module, or on the mod statement, sometimes doesn't work!
### Lint Name
non_minimal_cfg
## To reproduce
### `Carg…
-
http://paste.pocoo.org/show/158009/
yields:
ooc_tmp/ooc/gen.c: In function 'A_mul_impl':
ooc_tmp/ooc/gen.c:25: error: lvalue required as unary '&' operand
C compiler failed, aborting compilation pro…
-
Hi,
with modularization, I want to get rid of the _@GwtIncompatible_ annotations of the core Vavr lib.
**Goal/Acceptance Criteria:**
Let the GWT compiler know which methods are not compatible…
-
### Description
### Description
I have encountered an issue with Conan v2 ( 2.0.7 to 2.6.0) where certain packages do not support the following configuration:
> [settings]
> arch=x86_64
> buil…
-
### Steps to Reproduce
1. Create SortAbility.roc with contents:
```
module [
Comparison,
Sort,
]
Comparison : [LessThan, Equal, GreaterThan]
Sort implements
compare : a, a -> Co…
-
It looks like in `tools/nacl_emscripten.mk` there is a mention of emcc's `--js-library` option, however, I don't think I see usage of that - seems like `--pre-js` is used to include the code?
In gene…