Marcelo Shima
Marcelo Shima
I don’t think we should go this way. ``` import { RelationshipTypes, ONE_TO_ONE } from '../../entity/support/index.js'; RelationshipTypes[ONE_TO_ONE]) ``` Instead of typescript verified. ``` 'one-to-one' ``` It’s much more complicated.
Yes, I understand that it should be not be implemented in prettier-plugin-java. The proposal is to add a new package in this repository.
> I agree with @murdos : this might be out of the scope of prettier > > @mshima : if you want to include this project to jhipster organization, it...
> can you provide a PR so we can evaluate the impacts? @DanielFran the idea is to move the entire project to https://github.com/jhipster/prettier-java/tree/main/packages/java-lint. As impact, maybe we should migrate prettier-java...
@bnasslahsen how should I handle backward compatibility?
`ServletServerHttpRequest` could be used instead of `HttpServletRequest` to provide a webflux/webmvc common api using `ServerHttpRequest` interface.
We are considering enabling download by default at jhipster. But this is a blocker IMO. It should fetch amd64 instead of arm64. There won’t be a stable arm64 so soon.
``` % npx -v 10.7.0 % npx [email protected] --version 8.3.0 % npm ls -g /opt/homebrew/lib . ├── [email protected] . ``` Anything else I could do to debug?
> does you cwd has that package installed ? what does `npm ls` shows from where you are running the command ? It's an empty folder. ``` % npm ls...
@milaninfy I think a found a way to reproduce: ``` npm install -g [email protected] generator-jhipster-native@latest % npx [email protected] --version 8.3.0 ``` If I remove every global package and install the...