Kormákur
Kormákur
I just spent 20 minutes figuring out why one page wasn't displaying something... Turned out I had previously created a `@Page` annotation for the same uri somewhere a while ago...
I noticed that if I have a file called login.html in my templates folder it will override the admin center login, loading my own page instead. I think to myself...
Hey, thank you for this amazing plugin. Use case: In Visual Studio, if a PDB is loaded for a DLL or EXE, you can in the debugger watch window cast...
I sometimes forget to destructure or deep clone a nested Hookstate object when assigning state, which often results in a proxy object placed within the state object. When this happens,...
So I just spend a few hours debugging a strange issue that was due to this kind of code: ```Kotlin @Test fun `verify circular reference in kmongo, codec and jackson...
Hey, not sure if this is still being developed but here it goes. JTidy dependency used to convert HTML snippet to full page will malformat special characters (þ, æ, ð,...
This is mainly so next version of Hot Reload can update script runner files
```js var i = undefined; i?.call(); var x = i ?? 0; ``` This will cause a parser error. Not sure if you use a library for this that needs...
### Expected Behavior Java and Kotlin code should work in harmony, where only one bean (and one path mapping) per Java class gets generated. This bug happened when adding Kotlin...