Results 160 comments of Adam B

If anyone else is looking for a quick fix to this and (like me) doesn't know enough JS to fix it properly. Add the following line to top of taskService.js:...

Feel free to use the snippet from under this project's license although I assume it needs to be better integrated into PrettyTables.

Is the right way of doing it to add org_table as a [predefined format](https://github.com/ronisbr/PrettyTables.jl/blob/master/src/backends/text/predefined_formats.jl) for the text backend? Extending the text backend as necessary to accommodate org's idiosyncracies?

@timholy do you know if the segfault seen here in CI on Julia 1.0.3 a known problem with the SnoopCompile/1.0 combination? I must admit that the precompile statements generated are...

After further evaluation, the wins here aren't nearly as clearcut as I had hoped. The gains to drawing time are almost entirely offset by `using Gadfly` now taking 4 seconds...

Additional data seemingly related: when I open a `#+BEGIN_SRC julia` block in org-mode using `SPC-m-'`, I get the following backtrace; everything seems to be working otherwise though. No error with...

@tpapp could the recent update to `julia-repl` be causing this? Does `julia-repl` handle the case where the buffer it's being invoked in doesn't have an associated file? Theory would be...

@d12frosted this problem still exists with the julia layer using julia-repl in particular even if the more general problem described by others in this thread has gone away. See https://github.com/tpapp/julia-repl/issues/41

@peterhoeg have you updated org-mode to 9.2? That fixed it for me as per the conversation in https://github.com/tpapp/julia-repl/issues/41.

Can workaround by manually using `AlgebraOfGraphics.datetime2float` in the mapping and using `axis=(xticks=AlgebraOfGraphics.ticks(extrema(df.date)),)`.