Dabiel González Ramos

Results 15 issues of Dabiel González Ramos

### 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://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Bug: Validated

**Describe the bug** Does it seem that somehow we are forced to have @angular dependencies when having nothing related to it 🤔 **To Reproduce** 1. Set up an Nx monorepo...

bug

**Describe the bug** The `nx g @nxext/stencil:lib components` commands fails if `@nrwl/storybook` is not installed 😕 ![CleanShot 2022-08-30 at 17 20 32](https://user-images.githubusercontent.com/328492/187461924-e11ab01c-1bea-4a02-8b4e-9a8e03bb4e7d.png) **To Reproduce** - Create a Nx workspace -...

bug

The `removeComments` parameter will remove all the HTML comments (if set to `true`) or only the want matching a regular expression provided. Eg: ```js export const parameters = { html:...

The missing `,` make that `yarn install` breaks

**Describe the bug** Adding `@nxext/stencil` into a newly created Nx workspace with the latest version (v18) leads to an unresolved dependency tree error. **To Reproduce** 1. Create a new Nx...

bug

**Describe the bug** Enabling the `prerender` option in the target build makes the `@nxext/stencil:build` fail. ![image](https://user-images.githubusercontent.com/328492/199957613-4af121b1-6193-4aa3-9766-2997ba420ae4.png) **To Reproduce** 1. Create an Nx workspace: `npx create-nx-workspace@latest myorg --preset=ts` 2. Make sure...

bug

**Describe the bug** When adding the `@nxext/stencil` to a project, if the `@nrwl/storybook` is not installed we're unable to use nxext/stencil generators: ![CleanShot 2022-11-03 at 11 42 56](https://user-images.githubusercontent.com/328492/199689344-498d1f8f-5bae-4759-a81a-f1e92d03fa56.png) **To Reproduce**...

bug

Hello there 👋🏼 I have a monorepo configured with Nx configured with the following dependencies: ```json { ... "@jscutlery/semver": "2.30.1", "@nrwl/angular": "14.8.8", "@nrwl/cli": "14.8.8", "@nrwl/devkit": "14.8.8", "@nrwl/eslint-plugin-nx": "14.8.8", "@nrwl/jest": "14.8.8",...

**Question** We use lit-HTML on our storybook stories, unfortunately whenever the storybook gets compiled, lit will add a tag comment with an identifier on the SB stories. Is there a...

bug
needs triage
CLI