Dmitriy Smolin

Results 9 comments of Dmitriy Smolin

In my project, I've managed to add my own "not found" handler that renders a page in a normal way. I did it by adding that "not found" page on...

@rtfeldman, found your [first mention](https://github.com/elm-lang/elm-make/issues/49#issuecomment-144565263) of local testing project vs dev dependencies. It looks like in fact you wanted just a dependency on the project in some (e.g. upper level)...

> I don't like that dev dependencies couple package management with build environment. They don't solve any use cases that can't already be solved using the tools of remote git...

# Summary ## Link Constraints - Git link can be used as a constraint for a dependency - example: `"user/lib": "git+ssh://[email protected]:user/lib.git#commitish` - in future more kinds of such link constraints...

It looks like Asterius has got some [Nix support](https://github.com/tweag/asterius/search?l=nix) recently, though I couldn't find any related documentation (the build instructions were not updated yet). Also, there is an earlier related...

Yes, it's significant. Especially if you are careful and do not reference JS modules from PureScript code. It reduces code size a lot.

here is quick and dirty fix I'm using right now (just to demonstrate possible fix idea): https://github.com/ethul/purs-loader/compare/master...grammarly:ac7aba1 (plz ignore added lib/\* files, only 2 src files at the very end...

- We have to wait only for those that import PureScript files. But some module can import other module, which can then import PureScript. So, probably we need to wait...