Alex
                                            Alex
                                        
                                    Thanks for the reply! You can take a whole file here: https://github.com/purescript-contrib/atom-language-purescript/blob/ccaef631dd37ae65da24caa2aed22f69455458ad/src/purescript.coffee Wanted to make it formated, but failed.
I'm using prettier plugin for vscode: ``` ["INFO" - 1:13:57 AM] Formatting file:///d%3A/Code/atom-language-purescript/src/purescript.coffee ["INFO" - 1:13:57 AM] Using ignore file (if present) at d:\Code\atom-language-purescript\.prettierignore ["INFO" - 1:13:57 AM] File Info:...
Well they maybe leaved in as is, so `style="background-color: red"` -> `"style": {"background-color": "red"} anyway your module is doing some kind of JSON (all the properties name have quotes), but...
btw it seem that better solution will be to place all the attributes to `attributes` this will solve other issues and this too.
+1. I think this feature should be added to make able ability to sync the whole folder: upload files that not in bucket yet and delete objects that don't exist...
This is becase output still contains the old module, purs IDE and the compiler work this way. It will still suggest for something that is in the ouptut, and the...
Here is an example for the case with the latest tzdb (1.0.40) ```js import data from "tzdata/tzdata.js" import * as tz from "timezonecomplete/dist/lib/timezone.js" import { TzDatabase } from "timezonecomplete/dist/lib/tz-database.js" TzDatabase.init(data)...
hot css reload not implemented 0_o?
I actually searching for loading css modules with browserfy like: ``` js require('./style.css') ``` with hot reload.
I believe a concise version would be allowing all those user's preferred handing style for a particular case: ```hs fn = foldl goSome initialValue -- allow keeping params in the...