David Alsh
David Alsh
The concurrency part of the specification was drafted initially and left as a rough outline until we refined some of the more foundational language syntax. Gates came after I wrote...
This would be a standard library feature. We may not have structural types so explicit typing and casting will be required. ```typescript import json from '@std/json' type TargetJson = {...
Thanks for the support! 😄 🍻
That's great to hear, when you get some time to dig in and you're the kind of person who like video lectures, I highly recommend these resources: https://youtu.be/a8abW3RlOn8 https://youtu.be/79phqVpE7cU https://youtu.be/8M0QfLUDaaA...
Hey this seems to still be a problem
When trying to build a `umd` formatted library for npm with `preserveModules: true` I am greeted with ``` Error: UMD and IIFE output formats are not supported for code-splitting builds...
You're right, I mistakenly thought webpack wouldn't read import/export syntax in node_modules
I think it's a built version of your app You can try have it build to a temporary directory - out of sight out of mind ``` gin -b $TEMP/gin-projectname...
Oh my bad ``` gin --logPrefix yo ```
Perhaps adding a check to see if an `elm` binary is available before deciding to download would be better. That way people with Rosetta2 and Box64 can manually install the...