Results 83 comments of Myroslav

Specifying a required JDK is a good idea, but downloading it automatically probably isn't. I think the users should have the freedom to provide their preferred distributions of the JDK...

https://stackoverflow.com/questions/1403772/how-can-i-check-if-a-java-programs-input-output-streams-are-connected-to-a-term https://superuser.com/questions/157563/programmatic-access-to-current-xterm-background-color/406172#406172 https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Operating-System-Commands

``` $ /opt/scala-2.12.8/bin/scala Welcome to Scala 2.12.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_201). Type in expressions for evaluation. Or try :help. scala> import sys.process._ import sys.process._ scala> val esc...

http://thrysoee.dk/xtermcontrol/ — it works! ``` $ xtermcontrol --get-bg rgb:0000/2b2b/3636 $ xtermcontrol --bg rgb:000 $ xtermcontrol --get-bg rgb:0000/0000/0000 ```

It either works, or [prints a nice error message](https://github.com/JessThrysoee/xtermcontrol/issues/13). The problem is that this is an additional program, available in repositories only for some Linux distributions.

Can you attach the logs? They should be in `~/.cache/fury/logs`. What site does have the certificate problem?

_Works on my machine._ That's the address of an IPFS gateway server managed by [Pinata](https://pinata.cloud/). I doubt they really have any problems with their SSL certificates, and if they really...

The C compiler is used during the installation to give the Fury process a nicer name. This step is entirely optional, and skipping it should not affect the integration tests....

I could not reproduce this issue. In a test project I have created, tab completion suggests both .java and .scala files that are located in different directories. However, the suggested...

A possible solution is to store the authentication token in sessionStorage rather than localStorage.