Mingan
Mingan
Any news @VojtechVitek ?
Updated the test setup to get it running on Travis CI.
Sure, the basic idea is to move the most of the `main` function to a separate function. `main` now just gathers flags, sets up dependencies and calls this function. Tests...
In order to solve my use case, I'd like the option to import one Supfile into another, going directly against > Supfile doesn't let you import another Supfile. In my...
Thinking about, you're right. In our current state, we'd probably reuse networks as well. I'm wondering about input from others, this seems like a thing every other user would use.
Demo here https://github.com/mingan/elm-hot-issue-demo. The expected behaviour is to see log output (current time every 3 seconds) from the shared worker. I kicked it off from a starter repo and apart...
@k-bx thank you for reporting this. I just ran into the same issue. Do you have a hack for making it work until elm/core is fixed?
@k-bx thank you for your reply. I should phrased the question differently. To get Elm to work I added `delete Date.prototype['_nth']`. I'm just worried whether Date.js will be able to...
Not sure if it's the same bug but ```haml = "#{t('some.key')}: " ``` is marked as well (notice the colon at the end).
Synced by https://github.com/elm-community/typed-svg/pull/41 in favour of the code signature, not the documentation.