elm-doc-preview
elm-doc-preview copied to clipboard
Elm offline documentation previewer
If I run elm-doc-preview, it will successfully show me my package documentation but after about 30 seconds, it will crash and the documentation I was viewing will refresh and tell...
[Issue](https://github.com/dmy/elm-doc-preview/issues/36) Notes: - Had to change the `Manifest` type annotation to `any` in `completeApplication` as only `any` types were being passed in and there was no way of making `exposed-modules`...
Following from the discussion [here](https://github.com/dmy/elm-doc-preview/issues/36#issuecomment-621050676): > a nice default for the `name would` be `user_name/dir` where `dir` is the name of the directory containing the `elm.json` file, as I think...
This is an awesome tool. If I have a huge elm application it can help me understand the project much easier, so I thank you for this. If there are...
Thanks for making this useful tool! :blush: As far as I can tell the server currently binds to all IPs, which means that its contents may be accessible from a...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
This is just the result of running `npm install`. Separating it as its own PR to make the followup ones less noisy.