Michael Brade

Results 59 comments of Michael Brade

Hi @snowinmars, do you have an app skeleton where I could easily test this? I have no idea which line causes this error.

Ok, I managed to create a react app with LaTeX.js. I get the same error you got but I don't understand how to fix it. Apparently it is because the...

hm. You are probably right. TOC is on my TODO list, I have it implemented here somewhat, but it doesn't look nice yet, so I didn't commit all the code...

Why? It's part of my TODO-List :-)

I don't understand this one... `this` points to the current class, and if that is HtmlGenerator (derived from Generator), then `this` is HtmlGenerator. Why should it be different in TypeScript?

ahhh. Yes, this is a thing I haven't fixed yet: `Macros` should NOT depend on `HtmlGenerator`, only on the `Generator` interface. So don't disable the type check there, just cast...

Hi, this is great! Thank you for the link! I did not plan support yet because so many others things are still left to be done, but now that I...

> Are you familiar with RStudio? It would be nice if we could replace your parser with theirs. I am not sure what you mean with that. R is a...

Yes! I just started working with source maps since they are broken in LiveScript. And now I'm missing them in pegjs :smile: A popular lib for implementation: https://github.com/mozilla/source-map and a...

@StoneCypher I like your energy that you seem to want to put into this lib and I agree with your general ideas (and I already would have after the first...