Ulric Wilfred

Results 109 comments of Ulric Wilfred

Or may be you know some easy trick to do it and I've missed it?

@ianmackenzie Thank you a lot for the explanation! I'll try to use it in my code and report (actually for the moment I need 3D Spheres and other 3D volumes),...

This program indeed has no view, what I actually wanted is to debug JS ports interaction with hot swapping, without the need to recompile.

If you are still searching for type annotations in REPL, now there's an alternative for you: https://github.com/shamansir/ielm supports getting types and values for any kind of expression (except just a...

Hi Michał @wyhasany! We are in process of changing to use `rpd` [from `npm`](https://www.npmjs.com/package/rpd/) instead, so this script will be changed in next days.

I've created issue #5 to track that :)

We really don't like the hacks at all, but in our case we have to do it, since we use Elm 0.19 and we need to provide user with the...

Please take a look at this: https://vimeo.com/242822314 ([github repo](https://github.com/shamansir/ielm)). I wasn't aware that there exists a Jupyter kernel for Elm language, so did something similar on my own. The technique...

See `./examples/processing.html` for example