Marcelo Shima

Results 573 comments of Marcelo Shima

Following https://github.com/mklabs/tabtab/issues/46#issuecomment-3151346389, https://github.com/pnpm/tabtab seems to be the best alternative for now. But it seems to be quite complex, I'm not interested in implementing the migration, so my vote is to...

> I don't think this will work because `loginAsUser()` in utils expects to enter a username and password whereas with OAuth you'll be entering a username and password on a...

@mraible I think we should switch to [react-bootstrap](https://www.npmjs.com/package/react-bootstrap). We had problems in the past and will have problems in the future.

@DanielFran @sendilkumarn main branch has spring-boot v2 templates with updated frontends, build-stack, and others. Templates are in place for v3, they are renamed to v2 paths/names. https://github.com/jhipster/jhipster-kotlin/tree/spring-boot-v3 branch has https://github.com/jhipster/jhipster-kotlin/tree/v8.0.0...

@asomov I've added some info to contributing https://github.com/jhipster/jhipster-kotlin/blob/main/CONTRIBUTING.md#synchronizing-generator-jhipster-templates and https://github.com/jhipster/jhipster-kotlin/pull/433 This is the first time I have touch kotlin files, so I cannot help much with the conversion. The first...

@asomov you need to follow install khipster globally: I will try to improve the contributing guide in https://github.com/jhipster/jhipster-kotlin/blob/improve-contributing/CONTRIBUTING.md

> Is this PR going to evolve in order to get SB v3 working ? It should be the base for SB v3, but I don't know kotlin so I...

> By release I mean a new version of the kotlin generator including this modifications. Spring Boot v3 is not ready. A release with Spring Boot 2 and updated frontends...