-
-
### Actual behavior
After 'npm install' into my 'theme' dir I got an error:
`npm error code 128
npm error An unknown git error occurred
npm error command git --no-replace-objects clone -b v3.4.4…
-
1. Create a stencil. Use airbrush...
2. Go to spare screen.
3. Turn Stencil off in order to test something like adjusting airbrush size (why is the S label of stencil in the bar of the spare screen …
-
**Describe the bug**
Cannot create a buildable and publishable stencil library.
**To Reproduce**
1. Create an nx workspace: `npx create-nx-workspace@latest stencil-test`
2. Add dependencies: `…
-
The README doesn't describe how to handle ParallelStencil's initialization requirements. It should mention that each dependent package needs a `__init__()` function that calls `@init_parallel_stencil`…
-
When using scatterer 0.0878 or 0.0880 with KerbalVR, the sky generally will appear black - unless you look up. There is a hard clipping line where the sky is drawn normally. I think I've tracked thi…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
### Describe the project you are working on
Godot engine
### Describe the problem or limitation you are having in your project
1. No stencil buffer support which makes a number of important e…
-
## Login Input
### Props
- `type `
- `value `
- `onChange `
- `placeholder `
### Keep in mind:
- Should support transliterated error messages.
- Variable names used in transliteration shou…
-
I have created a CheckBox group component using the stencil, now I am trying to use it in the angular app.
I want to get all the checked values of the checkbox group component using ngModel/ reactive…