Nathan Sobo

Results 39 comments of Nathan Sobo

Nice work @zcbenz :sparkles:

+1 Per our discussion on https://github.com/petdance/ack/issues/230, it would be great to have this to consume Ack's output in other programs. Thanks!

More thoughts on this... probably shouldn't try to make the entire output be JSON, but rather emit a JSON hash for each individual result. That way results could still be...

@hoelzro Can JSON documents have commas at the top level, not inside of an array or hash? If so, that sounds good.

@hoelzro I just noticed my friend @dgraham wrote a streaming JSON parser for Ruby: https://github.com/dgraham/json-stream. That's the kind of thing I think you'd need to effectively parse a streaming JSON...

@as-cii One thing I've been pondering is how the splay tree interacts with this. How balanced will the subtree between the left and right dependencies end up being? It does...

> This makes me even more curious about exploring using a balanced BST for this data structure. It seems like if you don't splay, then you can't really isolate a...

@mikayla-maki A lot of this was in Linux code. Early in the GPUI port I would use todos in comments because I was explicitly searching for those. I don't think...