Olivier Binda

Results 11 comments of Olivier Binda

with plugin 0.3.5 and apply plugin: 'holoeverywhere-library' holoeverywhere { support { version = '21.1.2' } addons { preferences } library { version = 'latest' // you can use 'latest', 'snapshot'...

Personnatly, after 1 month I couldn't wait anymore and switched to the official AppCompat lib. It took me 2~3 days and 2000 compilation errors to fix but now it works...

Thanks for this great piece of work. It really helped me and a lot of other people out there.

Is there a way to make the Holoeverywhere plugin work with gradle plugin 0.10, 0.11, 0.12 ? I would still like to be able to use holoeverywhere a little while...

I was hoping to select some math from a MathJax rendered expression and to map this selection back to the original (TeX or MathMl) expression. Is there a way to...

I had the same issue. I thought it was an antlr-kotlin issue but it was not. when I moved away from ChaStrams.fromFilePath....the issue disappeared. I did not investigate further

About point 2 : The generated code has a lot of stuff like `(_localctx` as C0Context).op = "cph"; but _localctx has been created with stuff like `var _localctx : CC2Context...

I see. Thanks for the feedback. Maybee my parser doesn't need casts but others might. I was mistaken. Many thanks for your work on kotlin-antlr and on kotlin-multi-targets goals :)

Regarding point 2 I am writing another parser and whenever I use stuff like "locals", `dummy_binder locals[String variant] : '{' dummy_Identifier* ':' type '}' {$variant="{"} | ` '(' dummy_Identifier* ':'...

Hello, I used TeX and ConTeXT a lot (always hated LaTeX) Is there a way to have \startMatrix instead of \begin{matrix} \stopMatrix instead of \end{Matrix} Also, is there a way...