Alex
                                            Alex
                                        
                                    Why not allow usage without prompts: `git-cz --type feat --scope some --desc "commit message"`
The problem on iOs (12.1, 12.2) some really strange behavior. After loading the site (in safari), after switching to offline (air plane) mode, site doesn't load (safari cannot open the...
Is it possible to track update download progress somehow?
I use `appShell: '/'` option. What if I want pages from a certain path to be loaded from server anyway and not handled by app shell? Say I go `app/a`...
I have `appShell` option configured: ```js appShell: '/', ``` generated manifest: ``` CACHE MANIFEST #ver:2018-4-15 02:02:43 #plugin:4.9.0 CACHE: /bundles/18f4426789edc9a053f7.worker.js /bundles/1003-1139-1140.lp.ru-8304ca6896f912a71a94.js /bundles/1003-1139-1140-1288.lp.ru-158bd16363e2848602fc.js /bundles/1003-1139-1140.geonames.ru-0db197ba553df3748f0d.js /bundles/1003-1139-1140.geonames.en-1bcf43d7dc55642a1236.js /bundles/1003.lp.ru-57a31de2577ade74cc76.js /bundles/cities15000-8eeebdc8de3eee217bc0.js /bundles/app-9bb92bf87ad5aed4cb67.js /bundles/fonts-e129712248aa27593003.js /bundles/vendor-33d2c45daef7f3aece84.js /bundles/../ NETWORK:...
As proposal to get rid of 404 error while loading fallback `index.js` steal could save mapping to localStorage, and then use it for future loads.
Is steal able to handle multiple package.json schenarios when apps parts (call it modules) has their own package.json with their own deps: ``` /base package.json /module1 node_modules package.json /module2 node_modules...
If `node_modules` doesn't exist. ``` Serverless: Typescript compiled. Error -------------------------------------------------- Error: ENOENT: no such file or directory, stat '.. my-project\..\lamdba\node_modules' ```
```elm type alias Type = { tag : String , data : Json.Encode.Value } t : Type t = { -- ## Your Environment * Version used: elm 0.19.1 *...
- [ ] There exists an issue discussing the need for this PR - [ ] I added new tests for the issue I fixed or built - [x] I...