Dionysis Zindros

Results 30 comments of Dionysis Zindros

It seems that this issue comes up almost with any escape character sequence. I've had it when searching for `\\Q` then trying to replace `:s///` for instance.

As believers in crypto-based UBIs and authors of the TIR paper, @OrfeasLitos and I would be happy to help with any questions there may be in regards to our paper...

What events would you like to see this used with? A generic `eventCallback` doesn't seem to be so helpful. It would seem that more specific events such as `onNodeAdded`, `onEdgeAdded`,...

Your example is incorrect. The output of `graph.sinks()` is correct. The only sink is the node with the label `null`. The node `95646` is not a sink because it has...

@pkakelas could also help with this review

This is not unexpected - `unshift` takes `Θ(n)` so running it `n` times takes `Θ(n^2)`. Push takes `Θ(1)` and `reverse` takes `Θ(n)`, so running `push` `n` times followed by a...

Please rebase and squash commits with the commits that they fix so that your history is clean.

All shortestPath implementations we have are `Ω(E)` so the asymptotic complexity is not harmed by including an initial check for negative edges. Hence I think it makes sense even if...

Nice catch, thanks for running this. This indicates a bug in the old implementation as well, so it's a good chance to fix it. I'll work on this.

I'm facing this issue when enabling/disabling atom-latex repeatedly. Could you please reopen?