Jonathan Gelin

Results 21 issues of Jonathan Gelin

I am trying to make yerna working on my environment (very interested by a minimalist lerna like). I am under windows 10 (not my choice). I already had an issue...

Bug

When you are generating the schemas and the related services, each service will import the schemas based on the relative path. However, if we specify a schema output path that...

enhancement

Usually, in Angular development, we are using the Angular CLI that is specifying a way to run/configure/test/etc... the project. For example, you can have multiple applications and you can start...

enhancement

In `openapi generator` there is a possibility to have a common configuration for all API generation. By using a glob pattern on the target, the generation will scan and generate...

enhancement

Since Angular 13, libraries should be compatible with https://angular.io/guide/angular-package-format Would it be possible to make it compatible?

Hello, I am using your library for some time now and I wanted to share about the fact that chaining `cy.pipe` is bringing some flakiness too. In your tests, I...

We discovered this library which is really useful to test components in an isolated way. We really like it to test our components using [component harness architecture](https://material.angular.io/cdk/test-harnesses/overview) but it seems...

enhancement
question
cypress-harness

Hello, I am following the issue [#6510](https://github.com/angular/angular-cli/issues/6510) on angular cli and, one of the last reaction of @shlomiassaf is a list of key features that a library template should provide....

enhancement
help wanted
migration-path

**Describe the bug** I have an application that follows the micro-frontends architecture. It means that some parts of the application are bundled separately and loaded in async mode. I would...

bug

I have an issue when not using the component directly in storybook configuration but when using it inside a template: ![image](https://user-images.githubusercontent.com/954509/103609732-c94fde80-4f1e-11eb-93a5-073e843b6faa.png) I reproduce it on my fork: https://github.com/jogelin/cypress-storybook/tree/issue_with_host_component I didn't...