toastal

Results 241 comments of toastal
trafficstars

Understandable. #163 covers `purs-tidy`. The rest of the stuff... well I'd like to know more about the laziness and could learn a lot from a diff.

BTW, I found that I had also used process substitution at one point: `node2nix --input (echo '{"name":"purescript-psa",version:"0.8.2",dependencies":{"purescript-psa": "0.8.2"}}' | psub)`

Any updates on this? I want to use process substitution to create files on the fly, but I can't because of the `.//tmp/absolute/directiory/spago.dhall` issue.

> I fear I may stoke the flames of utterly unproductive format wars This is why I initially brought up specifically ADTs to narrow the scope :sweat_smile:

I just saw some Haskell code where the imports had trailing commas. It felt a little weird and I agree this is mostly a bias on how ML-code *should* look...

@natefaubion you bring up a good point with leading commas. It seems there's a stylistic reason to try to keep a consistent left-hand character which would match leading pipe. ```purescript...

Wouldn't a statically-linked binary also help the NPM installer on 'exotic' Linuxes too (#4266 isn't the fix needed, just tried)? I'm having an issue getting setup on NixOS with a...

I figured this _could_ be the case. In which case, I _do_ think doing native CSS variables and freeing up the project from Less's (broken, non-CIE-based) color functions (e.g. `darken`/`lighten`)...

BTW, currently the Less implementation I was using, we support _both_ browser with CSS variables _and_ those without _while_ making it easy to theme/override. But if there's anything that needs...

This doesn't need to be overthought. The main goal was to make it easy to theme and possibly provide a default dark theme as tech people tend to notice and...