Anton Curmanschii

Results 58 comments of Anton Curmanschii

`rmEntry(evtbl, function(v) return v == listener end)` this would probably be the solution

Having changed that, I've started having another issue. I've been trying to debug my code for like 3 hours and it's probably related to this. One of my listeners would...

I probably know what had happened! I was removing a listener off an event while inside such a listener (i.e. called by emitter:emit()). I got it only upon creating my...

Ok, finally got some free time to implement this. I've hacked together a working function that does symbolic differentiation (see [my fork](https://github.com/AntonC9018/tinyexpr)). I must warn you, that it really is...

Oh, yeah, just remembered another thing: there is no error handling at the moment.

See [this issue](https://github.com/yzane/vscode-markdown-pdf/issues/151). You may add those same two lines into the html template itself to enable latex for all documents. The path to it is %user%/.vscode/extensions/yzane.markdown-pdf/template/template.html

Have had a similar problem trying to use new lines (i.e. `\\`) in a formula. The preprocessor thinks that this is a single escaped backslash, so actually you'd need to...

> > > I also tried to get rid of the additional bullet points in front of the to-do list. The VS Code preview does not show the points and...

For some reason, though, this works for md into html conversion, but the bullets appear back again upon conversion to pdf, which seems weird to me, because Chrome is able...

@WebFreak001 that still shows their types as `auto`, so it's not the same.