Dan

Results 64 comments of Dan

Yeah, I wasn't sure what the right way to do static asset lookup on the JVM. The code for `serveStatic` is super simple: https://github.com/danneu/kog/blob/master/src/main/kotlin/com/danneu/kog/batteries/serveStatic.kt I look for the public folder...

The benefits of my library are that I extracted it from my own project, it's minimal, and it does everything you can see on its interactive demo like pathfinding. The...

Has since been implemented but is pretty rudimentary with many edge cases and only works for initial posts, not PMs or edits.

+1 Nice idea

I'll reopen this til I recompile and push the change since it will have been the first time I've touched my gulp tasks in 2 years.

Yeah, I also experience point C pretty excessively. If there's any sort of red underline indicating an error, hovering over it auto-opens my JS console and spits out hundreds of...

I have a taste for terse gem names. "thin", "unicorn", "wrong", etc. And I feel your lamentation in that random blog posts are less likely to show up. But you...

I don't think ensureYield is general enough at first glance, but I like the idea of piping the value through a function. I'll play with it. Also, `ensureNot` is useful...

I tried it in a branch, but I get an error from elm-webpack-loader. Commit: https://github.com/danneu/generator-elm/commit/bb01b66ab856395cf306ad43385c2f391ae9068d ERROR in ./src/Main.elm Module build failed (from ./node_modules/elm-webpack-loader/index.js): TypeError: Cannot create property 'message' on string...

Thanks, got it working on another project project: https://github.com/danneu/elm-app Will have to update this one too.