AphonicChaos

Results 24 comments of AphonicChaos

Not sure this kind of functionality is necessary or typical. Most people achieve similar behavior (in linux) by using "&&": bentomaker configure --.... && bentomaker install Also, a lot of...

Pardon me if I'm being daft, @boothead , but this simply exposes react-haskell to nix, doesn't force it's usage, right?

Not sure if it's related, but I was having similar issues (pkgconf complaining) on Arch Linux until I downgraded to cabal 3.6.2.0. I'll also note that it wasn't just monomer...

I don't think most novices even know there is a deepcopy function in the copy module (or that there's a copy module for that matter), so I think your fears...

I don't know. Personally, I can live without deep copy. I was throwing it out there as a suggestion, considering the issue is still open.

Sounds like a plan! From professional experience, I'd really hope we weren't worried about IE 8.

Vote from a user: The project has been rather difficult to keep track of as a KDE project (browsing the repo online, seeing updates). I suspect that wouldn't be the...

We use web pack at work so I have a bit of experience with it. I'm not sure if browserify has equivalents, but I really like the following for webpack:...

Would something like virtual-dom be relevant here?