Maksim Lin
Maksim Lin
My main reason for opening this issue originally was just that I found https://web.archive.org/web/20190402213240/https://www.dartlang.org/articles/server/simd really helpful and useful and thought others would too. Would the Dart team be open to...
Thanks for looking into it @mraleph Good to know about this limitations of the API, I'm still a beginner in SIMD (hence why I liked having the old article available)...
@arcticfox1919 I'm looking into this now and I'm not sure about your comment about Lua not having such a mechanism, surely coroutines while not the same have enough similarity to...
As an example, I have a need to Lua code to sleep for a given amount of time without doing a busy wait (eg. using `os.clock()` and tying up the...
So its been a while since this issue and #9 were opened, but I have a PR now: #27 that adds support for calling async Dart functions. It turned out...
Actually no, it turns out that my attempt in #27 was incomplete and that following through with that approach will just pollute the entire codebase with async/await 😞 so this...
I don't think this is currently possible per my [comment](https://github.com/arcticfox1919/LuaDardo/issues/7#issuecomment-1655033851) in issue #7 but if you know a workaround @alonohana627 I would be very keen to find out about it....
I think what is being asked for is to have a stream to listen to for changes in state for when a device is attached too or disconnected from a...
Its Linux specific, but I was able to add basic support for my application using the udev package from Canonical to listen for USB device hotplug, though of course this...
@NEK-RA thanks for the tip about manually placing the icon in the `$HOME/.local/share/Zeal/Zeal/docsets/flutter.docset/` folder, though one downside I noticed with this workaround is it will get overwritten on each docset...