flip111
flip111
It's cool that you took hindent and tried to improve on it. These days things seem to be a bit in flux with haskell-src-exts and so. Unfortunately the number one...
Sorry maybe i haven't made my question clear enough. It was about how to use elm-html and event handlers to create the html rather than [a string](https://github.com/seliopou/elm-d3/blob/foreignObject/examples/ForeignObject.elm#L26). Since it mentions...
I'm new to both d3 and elm i don't think i know enough right now to do the integration of the renderers. Which puts me on a crossroads. Develop everything...
I made this screenshot with description to further explain the problems with the default windows dialog (which i think was not made for the capabilities of ansicon) http://i.imgur.com/Exmv6Ez.png
I think i found the palette settings in the registry editor under `HKEY_CURRENT_USER\Console` then there should be `REG_DWORD`s with names like `ColorTable00`, `ColorTable01`, etc .. Perhaps ansicon could read the...
I think you are partially right. But since the console never was intended to be used like this the clunky dialog never was a problem before. Therefor it would be...
Hey that's great thank you !
https://github.com/jameysharp/corrode/blob/34053342c2f1ca04f23ad94d67057f14e74d9fb9/src/Language/Rust/Corrode/C.md#declarations i guess try `import Debug.Trace (trace)` then `expr
@lamarqua could you take another look at this issue?
Is it possible to have a workaround until rust supports union? Maybe use [enumerations](https://doc.rust-lang.org/reference.html#enumerations) somehow?