TzeKei Lee

Results 4 comments of TzeKei Lee

Same error using 2.5.2 with scala 3 under Linux, here are some observations: 1. the loading path from error message is the path of ammonite source code, not package/classname and...

the technical difficulties for this feature are 1. tailscale does not support multicast/broadcast yet so there is no efficient way to detect other localsend peer. 2. tailscale assigns ip from...

While not a solution, this is result of few hours digging, hopefully it will help other people to code solutions. 1. for schema with `oneOf` and `discriminator`, code [here](https://github.com/Rebilly/ReDoc/blob/82c0cb1a3c6eefc50872ee5d86d53551f3c5783b/src/services/models/Schema.ts#L220) expecting...

Just took a peek at sbt repo, I don't think sbt use zinc API to run with custom JDK. What it does is: 1. besides standard JAVA_HOME env var, the...