tianchen

Results 8 comments of tianchen

You can create a directory named "classes" in current working directory, then try compiling it again.

same issue +1 scalaVersion 2.12.4 sbtVersion 0.13.6 lagom 1.4.0

same issue on intel x64 mac - glslviewer 3.2.4 darwin (directly download compiled binary from release page) - macos 12.7.2 test examples are all from source code repository `examples` (7eb6254)...

Is it possible to make it optional toggle and allowed user to set it? Something could be like `JEST_NEGATIVE_ZERO_COMPARISON_ENABLED=1` (or disable-ish similar).

I guess it might be caused by `call-process` instead of `call-process-shell-command` in the code, which might not bring environment settings from shell. You can specify the location of `prettier` to...

也遇到了類似的問題 version: opencc 1.1.7 os: win11, macos 12.7.5 - 在 mac 下面通過 npm 安裝,默認參數都不加,一切都正常 - 在 win11 下面通過 github 下載的執行檔,默認參數都不加,會出現 `s2t.json not found or not accessible` 的情況 如果 win 版本能夠自動...

I got similar situation and resolved by using a newer version of `diff`. hopefully it could help

just put a quick fix here in case anyone has similar issue