Kalin-Rudnicki

Results 16 issues of Kalin-Rudnicki

I really would like to learn from the repo, but how can I when the first instruction in the tutorial doesnt even work... ``` /home/kalin/.jdks/openjdk-15.0.1/bin/java -Djline.terminal=jline.UnsupportedTerminal -Dsbt.log.noformat=true -Dfile.encoding=UTF-8 -Didea.managed=true -Dfile.encoding=UTF-8...

- Is this a deliberate decision, or just was not thought of? - I see there is this `suspend` function, which will at least defer on `unsafeDecodeMissing`, but then as...

This is my first time trying to do anything with making an intellij plugin, so Im sorry if this is a stupid question. Here is what happens when I run...

I am very unfamiliar with all of the inter-workings of plugins / language-servers, do you imaging your language server would be able to work with either of these? - https://github.com/gtache/intellij-lsp...

integration

given: ```scala trait MyTypeClass[T

enhancement

```scala private def izumiTagTest[A: Tag](exp: TypeTag.TypeRef): TestSpec = test(exp.polyShow(_.prefixAll)) { assertTrue(TypeTag.usingTag[A].tag == exp) } ``` ``` - TypeTagSpec / from: / izumiTag / oxygen.core.TypeTagSpec.types.Stage1.Stage2[java.lang.String] Exception in thread "zio-fiber-" java.lang.StringIndexOutOfBoundsException: begin...

Looking at the function signatures for: ```scala def zServerSecurityLogic[R, U]( f: SECURITY_INPUT => ZIO[R, ERROR_OUTPUT, U] ): ZPartialServerEndpoint[R, SECURITY_INPUT, U, INPUT, ERROR_OUTPUT, OUTPUT, C] = ZPartialServerEndpoint(e, f) def serverLogic[R0](logic: PRINCIPAL...

Seems like a pretty straight forward one. - Theres a version of this in `Symbol.newVal` which accepts flags - The function downstream of this accepts flags, and all other `ValDef.let`...

needs-minor-release