Bruno MATEU
Bruno MATEU
@dpelle Any idea if you'll have time to look at this at some point ? I don't have much time myself, but i'd like to help anyway, however i don't...
For people looking for an alternative tool: I switched to TeXtidote, using https://github.com/PatrBal/vim-textidote which works correctly using latest versions of Languagetool. It also have the added benefits of parsing the...
> I just glanced at https://github.com/PatrBal/vim-textidote/blob/master/autoload/textidote.vim and it appears to be using XML too so unless I'm missing something, it should also not work with the latest LanguageTool. It in...
I am trying to understand the code behind this to debug it, especially the parse_drawstring and the do_drawstring functions, but i am a bit lost and not understanding everything. I'd...
> Why are the XXX_RAW tags needed for the {{#if MERGE_IS_MODERATOR}}? **EDIT:** _I made a typo in the PR description, corrected to {{#if MERGE_IS_MODERATOR\_**RAW**}}_ The value rendered by the currently...
@bures Had you had time to review this solution ? I'll be happy to implement a better way to do this but this is the best i could implement. I...
@bures i'm working on changing the PR the way that you suggested. I have a question concerning the `forHbs` method defined at `server/models/fields.js:725`. The name of the method and the...
The workspace seems broken as-is. I started to fix the syntax warning : they are caused because backslashes are used unescaped in the docstring (it should use `\\` instead of...
@nsowen any plans on updating this MR and if not, would you mind if I take over to resolve conflicts and close review comments ? Also, i think a OSCPortIn...
Notes for review: - I haven't been able to run the tests on my machine (some weird issues about Assert not being recognized, i'm not really used to the java...