Milia

Results 10 comments of Milia

I added support of autoconfigurable menu builder services in my apps using an interface, I think people following this issue might be interested in the code : ```php // Here...

Yep, I get exactly the same error

In my terminal `echo %NODE_ENV%` is `development` and in Atom devtools `process.env.NODE_ENV` is `"development"` I managed to make atom-github work from my terminal with `production` env ```bash set NODE_ENV=production atom...

@hdgarrood [PostCSS](https://github.com/postcss/postcss) is usually a good choice for css processing and plugins like [postcss-css-variables](https://github.com/MadLittleMods/postcss-css-variables) and [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties) are available But I don't know if it's really necessary because the primary audience...

Looks like the brand repo is private, is it wanted ? (first time I notice the logo thanks to your comment)

When the logo is available we can add it to [Purescript Halogen Realworld logo](https://github.com/thomashoneyman/purescript-halogen-realworld/blob/ab5f6cf702c49ac10c2ed28ce6e2cb384a81944c/assets/logo.png) (featured on Realword repo but broken since branch rename)

## Type constructor I prefer application syntax `Map Int, Array(Int)` over `Map[Int, Array[Int]]` but livescript application syntax use commas : ```livescript # only one parameter, it's fine # EDIT :...

bump ?

Wow, sorry for the late reply I somehow missed your issue notification. Mastodon API order of timelines is latest to oldest and the only way to get thruly random results...

Yeah sorry, I ignored this part on purpose and I took the conservative choice to only rollback SassCssCompiler. I don't understand the reasoning of the current supports implementation (comparison of...