Christian Helmbold

Results 6 issues of Christian Helmbold

When trying to reformat code using the Google Java Format IntelliJ plugin, I get the following error: ``` Got unexpected exception during formatting PsiJavaFile:AccountCreationResult.java java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: No enum constant javax.lang.model.element.Modifier.SEALED...

IntelliJ

The [Rythm Template Engine](http://rythmengine.org/) is inspired by Microsofts Razor template engine with a nice, concise syntax. It would be nice if jbake would support Rythm. Example: ``` @for(Product product: products)...

enhancement

I try to use the tree table with Angular 10, but I get the following error on compilation: > node_modules/ng-material-treetable/src/app/treetable/component/treetable.component.d.ts:4:36 - error TS2306: File 'D:/Web/node_modules/@angular/material/index.d.ts' is not a module. It...

It would be great, if it would be possible to paste an URL to Google Web Fonts and let the webfonts helper extract the linked fonts automatically. Let's say I...

While writing a JUnit test in Kotlin, I've got the following exception from the IntelliJ IDEA plug-in: ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:66) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:841)...

If I generate Java classes from xsd files the resulting classes are not found. During compilation I get ` Unresolved reference: MyClass` errors. The configuration is like the following: ```...