William Ghelfi

Results 17 issues of William Ghelfi

As Bower is starting to fade away, it would be nice to have angular-editable-text published on NPM. We need it at work and I could just fork and publish myself,...

Both the express and NestJS app generator schematics produce an app with a simple working REST endpoint: some `GET /api/v1/example` with a simple JSON response body. I think this is...

:new: enhancement
@nxrocks/nx-spring-boot

And I'd really need it for my tests :smile:

But `nx-plugin-unused-deps` doesn't seem to work anymore (tests don't pass) 😭 I also had to update to a version that's not the latest because I had an error with a...

Creating this: `nx generate @trumbitta/nx-plugin-openapi:api-spec --name=spec --directory=app-name/api` Then this: `nx generate @trumbitta/nx-plugin-openapi:api-lib --name=api-lib --sourceSpecFileRelativePath=src/app-name.openapi.yaml --sourceSpecLib=app-name-api-spec` Something like this gets added in the project configuration for `api-lib`: ```json [...] "sourceSpecPathOrUrl": "libs/app-name-api-spec/src/app-name.openapi.yaml",...

bug
help wanted
good first issue
plugin-openapi

Preliminary ideas: - [ ] Create new validation executor to validate the openapi spec (research for best tool for the job) - [ ] Add generator to configure the validation...

enhancement
plugin-openapi

Can this help? https://github.com/nrwl/nx/issues/3926#issuecomment-735258823

plugin-openapi

Examples using `nx affected`, maybe one or two quick videos or gifs.

plugin-openapi