theotherp
theotherp
For a couple of weeks (possibly with the update to 2019.3) the filters are not applied to the console when I run a program. I found out that if I...
Please comment here if you're interested in testing an alpha/beta with a new database library. This new version may hopefully be a bit more performant, *may* result in smaller database...
UI rewrite using Angular, TypeScript and Bootstrap 4. # New features: - [ ] Responsive layout - [ ] Search results on one page - [ ] Logging to server...
Apparently some indexers need it while others can't handle it.
Since one of the last updates (sorry, can't say for sure which one) the variable `$PROJECT_DIR$` in the file `checkstyle-idea.xml` is replaced with absolute paths which changes the file and...
**Describe the issue** Building my project using the native-maven-plugin I get the error message `Detected a ZipFile object in the image heap.`. I attached a debugger and found out that...
Unfortunately in my case when calling `getJobApi().getJobsForPipeline()` gitlab returns more than 100 results. Paging support for this call would be great. I don't think there's any other way of calling...
``` Access is allowed from event dispatch thread only java.lang.reflect.InvocationTargetException at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.intellij.execution.process.ProcessHandler$2.invoke(ProcessHandler.java:247) at com.sun.proxy.$Proxy51.startNotified(Unknown Source) at com.intellij.execution.process.ProcessHandler.startNotify(ProcessHandler.java:58) at com.intellij.execution.process.BaseOSProcessHandler.startNotify(BaseOSProcessHandler.java:108) at com.intellij.javaee.appServers.run.execution.LocalJavaeeServerProcessHandler.startNotify(LocalJavaeeServerProcessHandler.java:167) at com.intellij.javaee.appServers.run.execution.J2EEProcessHandlerWrapper$3.onProcess(J2EEProcessHandlerWrapper.java:160)...