Jeroen van Dijk
Jeroen van Dijk
In this commit http://github.com/rails/rails/commit/ed34652d1aca148fea61c5309c1bd5ff3a55abfa the required middleware has been removed. Not sure how to replace it and whether that would make this gem workable again. Would like to see this...
Maybe this is a completely ignorant question, apologies upfront. I'm really thankful for what Instaparse is already. Having said that, would it be possible to generate the parser offline and...
Seems to work, but not extensively tested
The tap argument below will result in a very unreadable error ``` ... --my-tap my-tap.hfs-textline?sinkmode-replace ``` This should be fixed
Currently Cascalog Checkpoint reports errors as "ERROR checkpointed-workflow (Thread-23): Component failed" and you get the stacktrace. Many times this stacktrace is enough, but sometimes it is hard to see which...
One of the main things that is missing in complex flows is the timing of steps. It would help for debugging purposes if we could add meta functions around steps....
Currently there can be unnecessary steps to fulfil a graph. In order to fix this the graph "compiler" should minimize the number of local steps and combine steps when possible.
A basic packaging script for Mac users. I've tested it on a colleague and myself. It can be used via: ``` brew reinstall --verbose --force --HEAD https://raw.githubusercontent.com/jeroenvandijk/closh/feature/homebrew/packaging/closh_zero.rb closh $ (println...
I guess mostly for reference: At work I've gained more experience with uberjar creation using `boot-clj` and `boot-tools-deps`. I've ran into a situation where it doesn't work properly, namely when...
In closh jvm When I type "(ki" and press TAB I get the following exception: ``` (kiApr 11, 2019 12:51:14 PM org.jline.utils.Log logr INFO: Error while finding completion candidates java.lang.IllegalStateException:...