Joakim Tall
Joakim Tall
Yes I suspected that it might be due to circular deps! I would be fine with a function based approach, but I would like even better if it accepted string...
> This is the helper function I use in my apps: > > ```moonscript > db_json = (v) -> > db.raw db.escape_literal json.encode v > ``` > > Never write...
I'll just throw a lazy vote of "no", I love lua for being small and I like being able to keep the lua syntax in my head ❤️, and would...
No lua_setfenv for userdata is a difference, not many people should care but it bit me when using common lua libs like lpeg. lua_getstack is removed, and the arguments for...
I noticed now that the signature for `lua_Alloc` is different from 5.1, adding lua state as first argument
> Ah, so it is. I don't think we actually are using this, we should change back to match upstream better. Yes that would be great 👍 looking forward to...
This report probably belong in the main vscode repo, since the screenshots are showing the native testing feature, and not this plugin. They are unfortunately named almost the same
I have been using the "native" icons in the native testing feature for a couple months and my eyes still has not gotten used to them being both thin and...
Same for me with Dropbox, enabling and disabling makes it work :+1: I cant offer much help, but thanks for maintaining this extension :pray: !
Wow, 2015! I ran into this now. Its quite easy to solve it like this: ```lua app.enable({ __base = app }, "exception_tracking") ``` I'm not sure how the actual moonscript...