Nicholas
Nicholas
### Expected Behavior I expect the project to compile. ### Actual Behaviour Get a stackoverflow error. ``` Caused by: java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1410) at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:688) at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getKind(Symbol.java:1476) at io.micronaut.inject.processing.JavaModelUtils.resolveKind(JavaModelUtils.java:76) at io.micronaut.inject.processing.JavaModelUtils.resolveKind(JavaModelUtils.java:94)...
### Task List - [x] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [ ] Example that reproduces the problem uploaded to Github - [ ]...
## Description ## Screencast ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [x] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [x] I ran `npm run build` and [tested...
This feature adds actions for scrolling messages line-by-line. I didn't set any default keybindings as I figured the maintainers would decide on this if they wanted to add them. I...