naris
naris
If I disconnect my corporate VPN connection and remove the proxy setting I get this instead: `╰─ npx @openapitools/openapi-generator-cli version ─╯ Unable to query repository, because of: "unable to get...
I managed to work around the issue by installing and using the previous version : npm install @openapitools/openapi-generator-cli@previous ╰─ npx @openapitools/openapi-generator-cli version ─╯ 4.3.1
Yes, this issue still applies and is still a problem
##### **JHipster Version(s)** ``` [email protected] C:\src\totalfact +-- [email protected] | `-- [email protected] `-- [email protected] ``` ##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder** .yo-rc.json file { "generator-jhipster": {...
> Tests cleans the entire database so when persisting a new entity it will be the last one. > > We need a `jhipster info` output to reproduce the error....
That is not a valid condition unless using h2 or some other temporary database. Also, most databases DO NOT guarantee that the last value inserted into a table will be...
> But thats how we setup the tests (and use testcontainers for). We treat the database in tests as ephemeral. Also, I can't use containers as the powers that be...
@mshima, Unfortunately, the current testcontains approach does not work at all without purchasing a Docker Desktop license. This is something that our cheap architect will not allow :( I have...
I have run into an issue attempting to upgrade my project again and ran into several problems: The last problem was that, at the end of the upgrade after merging...
I also have this problem and Removing ttSelectableRow is NOT an option as the editable row is for a new entry that the user has to be able to select...