s-ol
s-ol
I'm also very new to KMK and CircuitPython, so I don't feel confident suggesting the "best" way to do it. But I just wanted to mention that CircuitPython includes JSON...
Just switch to .SendWebRequests(), it works the same way. Only the example would have to be updated.
Hey! Moonscript support got a lot better, thanks. I'm having some more issues where I'm not sure whether they are bugs, questions of feature requests, so I'll piggy-back on this...
Thinking about it some more, here's how *I think* it should work: - `->` vs `=>` decides whether a `abc.def` or `abc\def` is used - `name:` vs `@name` decides whether...
Hey, I did essntially what I proposed above in a fork: https://github.com/s-ol/LDoc/commit/cdd859da4b86e3603e0236b25fb145a28b8c2cb9 You can see what it does here: [source](https://github.com/s-ol/alive/blob/master/alv/base/op.moon) - [output](https://alv.s-ol.nu/stable/internals/classes/Op.html) If you want to have this behaviour, maybe...
@alerque seems like CI is just generally broken? Maybe `@classmember` is a better name. The other question that needs to be cleared up is the `lang.method_call` setting that I had...
@bhurlow seems that "Smart Mode" is a failed-ish experiment: https://github.com/shaunlebron/parinfer/tree/master/lib#status-update-2019-smart-mode Would be nice to see Paren mode in vim-parinfer for sure!
Hm, probably related to how the love.js/emscripten/SDL combination handles input. Does clicking in and out of canvas' change aynthing?
Nevermind, I probably blocked them on purpose in a cheap way to prevent the page floating around when you test the samples: https://github.com/love2d-community/love2d-book/blob/master/book/docinfo.html This should be changed to apply only...
I know about this, but I don't know why it happens, it's consistently the last example but on it's own it works fine. Paging @TannerRogalsky I don't know how to...