Fork me on GitHub
#sql
<
2018-03-09
>
byrongibby04:03:06

@seancorfield thanks for the advice. j/query gives a different error error in process filter: font-lock-fontify-keywords-region: Stack overflow in regexp matcher error in process filter: Stack overflow in regexp matcher

seancorfield04:03:52

@byrongibby That is coming from your editor, not the code.

byrongibby04:03:01

So the query is running fine, I just need to deal with emacs?

seancorfield04:03:18

Sounds like it.

seancorfield04:03:35

The whole "font-lock" thing is definitely Emacs.

byrongibby05:03:31

Yep. Seems the query was sending back a bigger chunk of data than Emacs could handle. When I restricted the amount of data it worked fine. Any ideas how to handle the data in a way that doesn't break Emacs?

seancorfield05:03:40

Nope, sorry, I stopped using Emacs a few years ago.

seancorfield05:03:05

(not that Atom/ProtoREPL is going to be any better at handling giant amounts of data)

byrongibby05:03:24

Okay, no worries. Thanks for the help!