Demian
Demian
@ashald sorry for the delay, i didn't see your comment. I use https://www.jetbrains.com/help/idea/docker.html
it seems that relative paths also cause an issue doing `../src/json` throws `Execution default of goal org.jsonschema2pojo:jsonschema2pojo-maven-plugin:1.0.1:generate failed.: NullPointerException -> [Help 1]` ``` at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at...
No, I meant I want to use it as a module and the parent has the source json. But your comment got me thinking that I was using old style...
hey @joelittlejohn sorry for the delay. Not sure I follow you, My structure is ``` myproject ├── myproject-java │ ├── pom.xml ├── pom.xml ├── src │ └── json │ └──...
I have the same problem. `Docker version 18.09.3, build 774a1f4` `docker-compose version 1.17.1, build unknown` on `Ubuntu 18.04 LTS` compose is ``` version: "3" services: ldap: image: osixia/openldap expose: -...
> I've manage to make it work by pssing environment like this: @amsdard this didn't work for me. Any chance you could share your compose yml?
Couldn't this be done via an extension? That would also alleviate some of the issues raised in #206 and #207 -> each extension can have their own minimal JDK version
I had the same problem, suppressing the TS error with ` // @ts-ignore` above the `.on` part allows it to run (and works fine) e.g ``` mockDM.on('connection', socket => {...
I have the same result. However, in my logs it is due to ``` TypeError: unsupported operand type(s) for |: 'type' and 'NoneType' ``` Home Assistant core 2022.8.6 on Raspberry...
I get you @mkotsur. I've been looking into it and I could find a simple solution either. I thought in Stub#isApplicable do some aspect interceptor to log or maybe something...