Eric K Richardson

Results 394 comments of Eric K Richardson

I started the process of upgrading `sconfig` to 0.5.x and managed so far by adding dummies like I do for Scala.js. I found the following things so far that we...

I took a look at your repo. I think it would be much better to have a branch (like feature/lxr-gc) for this in your local repo for people to follow...

Note: `Paths.get(URI)` throws file not found or creates (egads) https://docs.oracle.com/javase/8/docs/api/java/nio/file/Paths.html#get-java.net.URI-

I am wondering if there is a more manual way to deal with this. If we hash the config and the settings change maybe we could prompt the user to...

Shouldn't setting the min and max heap be enough to keep the heap from growing? I do agree we should try and see if we can have a way to...

Couldn't we have a bat file for Windows and a shell script for UNIX like. The added dependency was missing. We also need the script to support clean.

I am not super excited about the dockerfile approach. I think having a Windows `bat`file like above and fixing up the `sh` script version should be fine. I am not...

Well a docs script and bat file could at least call this. ``` sphinx-build -b html -d _build/doctrees . _build/html ```