Christian Felde
Christian Felde
# PR description Adds the --target-gas-limit command line option. Gradually changes the block gas limit towards this target when option enabled. ## Fixed Issue(s) https://pegasys1.atlassian.net/browse/PAN-3023
I'm working on a few use case examples showing how the REPL can be used together with Excel to solve problems, illustrate solutions, educate users, etc. I think this is...
Look into the possibility of having synchronous functions that return values in addition to the current callback variants.
Currently the scratchpad editor (opened with (show-sp)) is a simple textarea. It would be nice if this was enhanced to be a more feature rich code editor with clojurescript syntax...
Currently, the REPL is used directly to load ClojureScript code. As the REPL doesn't accept more than one line at a time, and this severely limits its ability to load...