Eduardo Asafe
Eduardo Asafe
Hi again @asvanberg . I am trying to understand your proposal. What advantages does a built in ```localize``` function would have over a third party library or some other ad...
Ad hoc like ```label' :: DataType -> Html a```. That being said, built in internationalization makes sense and it would be more convenient (but I think we could get away...
> I'm new to PureScript so not sure I can manage this when it would appear to involve FFI/JavaScript. This is why I wanted #54 to make it easier to...
After actually trying an implementation, I am closing this. The added complexity to the library code does not justify the gains of not having to thread a parameter.
Hello @iclanzan , I am afraid I don't know what React.Basic uses monoids for. Is it a list like instance?
I suppose this could be done. Though flame doesn't really have an equivalent to ```empty``` right now.
```document.createFragment``` is currently used for fragments. I think it could work if treated as a special case.
Hi @KanbeKotoriDaisuki this sounds like a good idea. I will get to it, thanks!
Hello @SATBH , Thanks for bringing this up. I don't think anyone have tried to use a function as message type. It should be possible to patch but were you...
Hello Steven, https://github.com/easafe/purescript-droplet does mention it, ```npm i @easafe/pebble```, but you are correct, it is missing on the other places. Reason being: droplet uses a different scheme representation now, and...