Mingun

Results 662 comments of Mingun

I have the same problem, just the error about `.` token: ``` ... [1724045896483] INFO (ext): EXECUTING COMMAND => sqltools.refreshTree [1724045896483] INFO (ext): Connection explorer changed. Will be updated. ns:...

@weiznich , if I correctly understand the situation, you should just ensure that the generated identifiers for the migrations have different timestamps. So if you generate several identifiers at once...

The problem is not so simple and reporting expected from predicates can create many false-positives. This need to be carefully checked. In your examples the symbol is checked on the...

> That's true, but you don't take account of what might happen later in the grammar anywhere else. eg It still makes sense to report expectations in this case, since...

Yes, it definitely can be optimized. I think that the problem is because it tried to check each rule independently and as result can traverse the same nodes many times....

The visitor pattern always was the way how the AST is processed in Peggy. I think, the best way to understand is to check the [passes](https://github.com/peggyjs/peggy/tree/main/lib/compiler/passes) folder of this repository.

Ubuntu 18.04, I think, shows up to 3 dots (dash-to-dock can make that that number configurable). That is obviously better then the current behaviour. With one dot I even don't...

For me dran-n-drop working for all except Java applications: #1377

After merging #766 you will able to resolve character references as you wish (but only in text, not in values of attributes)

Probably reading binary data is possible today, if you get inner reader when you've ready to read binary and read from it. The possible drawback is that internal offsets in...