Laurent Payot
Laurent Payot
**platform**: Linux (Ubuntu 20.04 LTS) **node version**: 14.12.0 **elm-analyse version**: 0.16.5 If I run `% elm-analyse -s` I get: ``` Elm Analyser server starting with config: { port: 3000, elmFormatPath:...
Elm compiler messages are quite verbose and the elm-live rebuilding message is only a couple of lines so I find it hard to distinguish what compiler messages are the current...
New issues panel of Chrome 93 gives me this alert for my Elm js file: > A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform....
The [`dialog` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) has finally been [added to Safari](https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/#html) :tada: I’m just creating this issue to know what you think of using `dialog` for modals…
For CoffeeScript I use the following /quasar.conf.js > build > extendWebpack(cfg). ```js extendWebpack (cfg) { cfg.resolve.extensions.push('.coffee') // first rule is for Vue single file components cfg.module.rules[0].options.loaders.coffee = ['babel-loader', 'coffee-loader'] cfg.module.rules.push({...
Reporting @hariroshan issue https://github.com/elm/compiler/issues/2245 here as advised by @jfmengels.
I could not make Flow work with [coffeescript 2 type annotations](http://coffeescript.org/#type-annotations) inside webpack. A coffee-loader option for Flow would be amazing. What do you guys think about it?
- Still not 0.19 compatible - No anwers to issues It would be nice to know if this project is no more maintained :confused:
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [x] Refactor - [x]...
From [Google](https://developers.google.com/web/ilt/pwa/lab-migrating-to-workbox-from-sw-precache-and-sw-toolbox): > Workbox is the successor to sw-precache and sw-toolbox. It is a collection of libraries and tools used for generating a service worker, precaching, routing, and runtime-caching. Workbox...