Leo Torres

Results 188 comments of Leo Torres

The way to unlink the PR from this issue is by removing the string "Fixes #188" from the description of the PR. Just edit the description and delete that sentence.

Yeah coming back to this the main problem I see is that the user may inadvertently compare two views from two different network instead of two views from the same...

Okay I think my preference would be that comparing two views only works when they come from the same network. If the user wants to compare only the IDs contained,...

Will work on this after #406 is merged.

That sounds dangerously close to determining whether two hypergraphs are isomorphic :grin:

Yes I have been able to find simple workarounds for `^` and `$` but not for lookarounds. The problem is precisely what you mention -- this will consume some whitespace...

Update: I tried implementing a sort of lookaround-only regex by using an external scanner. Essentially, a rule of the form ``` ... externals: $ => [$.period], ... ends_with_a_period: $ =>...

Ah yes! I am actually using that workaround for some simple cases. However, when the middle rule is more complicated i.e. `ends_with_a_period: $ => seq($.some_other_rule, $.period)` this is no longer...

I had a similar occurrence yesterday after adding the same line mentioned above.

Is distill even under active development?