Cheng Lian
Cheng Lian
May I ask what is the motivation here? On Fri, Dec 13, 2019, 07:44 Vinnie Falco wrote: > Is there any chance this could be re-released under the Boost Software...
Not quite sure whether my issue shares the same root cause: https://github.com/Hammerspoon/hammerspoon/issues/3224
Hmm, I'm not a 1Password user, but I'm using LastPass. I don't remember hitting this issue in Firefox, where LastPass is also installed. Also, after moving to an M1, I'm...
Having the same trouble here. Using Firefox 57 on macOS Sierra 10.12.6. Except for exactly the same debug trace @m0n0l0c0 provided, I also saw the following one: ``` TypeError: Argument...
@saucam Thanks for working on this! To be more specific, Spark SQL itself can be configured to be either case sensitive or case insensitive. But when using Spark SQL to...
Would you mind to provide some sample use cases for this feature?
@sideeffffect, thanks for reporting! I was trying to reproduce this issue, but running either `sbt fix` or `sbt test/scalafixAll` hits GC issues and sbt kept crashing or being super slow...
Another thing I tried was invoking the "organize imports" code action (which is powered by `OrganizeImports`) in Vim with Metals 0.9.7 just on those two problematic files, and I got...
@sideeffffect, thanks for the follow-up! Using ZIO as a stress test is a great idea. I did want to add a few automated tests to check out certain repos and...
This behavior is controlled by the [`importsOrder` option][1]. Setting it to `SymbolsFirst` should produce the desired result. BTW, Scala 3 support is still experimental and only available in master. Are...