homedirectory
homedirectory
I encountered the same issue with ranger trying to load a preview of a `djvu` file.
@keforbes 1. Nothing else is boud to the `Alt+i` shortcut. Works in vim. 2. Below are the sequences of keys I pressed and the resulting contentes of `"q` register. `q`,...
@OriRoth Has this been implemented? That is, the support for the optional quantifier.
@OriRoth I see that it is indeed implemented. It turned out I had been using the JAR from the latest release, which had been published using the previous version `1.0.0`...
@barshag > you can opt out by setting the COLLECT_LEARNINGS_OPT_OUT environment variable
Wow, I just spent 2 hours debugging my plugin dependencies and the reason turns out to be **an undocumented option**. It is a shame that `wants` is still undocumented after...
This bug should be mentioned in a FAQ somewhere so Metro users can easily discover it. I have almost blown my brains out because of it while trying to set...
@OriRoth, I am familiar with the paper - it is through the paper that I found out about your work. However, I must say that I am yet to grasp...
@01es, Yes, all requirements of #1891 are implemented: 1. `critCondition()` supports both Strings and meta-models. 2. `CriteriaReflector.critName()` supports both Strings and meta-models. (not sure if I fully understand this item,...
- [Fling](https://github.com/OriRoth/fling) * input format: EBNF via fluent API in Java * generates everything * \- accepts strictly LL(1) grammars; consequently, generated AST has obscure structure, see https://github.com/OriRoth/fling/issues/24 * \-...