OvermindDL1
OvermindDL1
Oh and no copy to tmp either
I have been yep. :-)
Drive-through comment, but you might think about ReST (Restructured Text) instead of markdown. It has a similar syntax to markdown, it's much older than markdown, it's also supported by pandoc...
Well there definitely won't be a docx->markdown converter for what you want as markdown has no concept of things like footnotes or citations or reference table generation, all of which...
> Thanks for the links. I still want to keep the auto-generation of citations and references as they are the result of endless research on my part. I'm really trying...
For note, I built a mini event-processing system in my main state that I inject events into, bit odd as I basically transformed the loop into an event processor that...
In addition, it also doesn't seem to use `Borrow` for the key value like std's HashMap and so forth use either, so we have to actually construct the full key...
Once a build task is integrated then should probably not include binaries in the repo as they are very platform dependent (we could build for each platform, but...), and including...
As I mentioned at: https://github.com/nmuth/elixir_port_benchmarks/pull/1#issuecomment-277583787 > And yeah, Travis would be good but do note that it is not consistent in speed, it depends on what else it is doing...
It might change the results of not only Java but also Go and OCaml and Node as well, all use garbage collectors in some form or another, so getting them...