Seth Ladd

Results 182 comments of Seth Ladd

Here's the very hacky fix: https://github.com/dart-lang/route/issues/41

Would `defaultStream` help you? ``` ..serve(..., handler) ..defaultStream.listen(staticFiles.serveRequest); ```

I kinda wish Pub copied all those directories into your project. Disk is cheap. Symlinks suck.

Definitely. There's a grinder task for that, right? :)

Latest I realized that my proposal doesn't really solve the problem. We would still need a way to version specific stable API sets (for 1.14.1, 1.14.2, etc)

Would using --header work? You can insert random HTML, which would also include `` to CSS if you like.