Michael Brade

Results 59 comments of Michael Brade

I will create a pull request in the next hour.

Yeah, I think this is still relevant, nothing has changed since then and no new release with changes regarding this issue has happened.

@andreykul well, no, the original issue (which also affects me) is using font-awesome-sass and compass _without_ rails. Doing ``` compass install font-awesome ``` copies no fonts, nothing. In that case...

Hi, I don't think so, at least not at the moment. In LaTeX.js I don't have the concept of a page or a page break (yet). So there is no...

Hi! Yeah, sorry about that... it is work in progress. I am not sure yet how you could be doing it with the docs directory, but if you are using...

Actually, `.ls` is LiveScript, which transpiles to JavaScript. So you could also use plain `.js` files, or any other language that transpiles to JavaScript. However, if you don't know JavaScript,...

* `appendChild` is part of the Browser DOM API (see `Node​.append​Child()`). * `appendChildren` is taking `Node` and `Array|Node` * `addAttributes`: you could just read the code... the `if` will tell...

You know, we could use this issue, for example, to group all your TypeScript questions. Then we don't have to use many different issues and all the information can be...

Ok, so simply change/extend the type definition for `create`: `children` type should equal the one of `appendChildren` or be more restrictive than it (`appendChildren` could even take `Node` or `Array`)....

actually, I edited `appendChildren` in my earlier comment (https://github.com/michael-brade/LaTeX.js/issues/81#issuecomment-510588382), there is no need to be more restrictive with the types than necessary.