Benjamin Weber
Benjamin Weber
Thanks for your feedback. Let's rethink architecture before creating a chaos ;-): o get_prices: factor out into dedicated prices API o plot_chart o draw_calendar That prices API would enable others...
**Update** ø get_prices: factor out into dedicated prices API ø plot_chart: renewed ø draw_calendar (segment): all routes (except /stationId) return HTML by default, json if `Accept: application/json` is part of...
**Update: Version 0.1.8.1 of sparpreis-api** https://bahn.jetzt - [x] MVP entry page with search box added: https://bahn.jetzt, repo: https://bitbucket.org/hyllos/sparpreis-api - [x] implement error handling - [x] make time frame configurable -...
Isn’t it “just” to grep through the files selecting those blocks that start with “instance”? What do I overlook? What would be the smallest scope to begin with? To me...
Did you see this one? https://github.com/ndmitchell/hoogle/issues/387
@fendor is there already some interfacing between hoogle and hls? I remember - but are not sure - that you said it wasn’t.
What's the current state of this issue? @mdgriffith is the present feature request consistent with (1) the architecture and (2) technically feasible?
did you try `cabal repl --with-ghc=doctest`? does it work?
It’s documented in the README. I was aware of that. — My cabal test definition stems from a boilerplate I made some time ago for continuous integration. …one command and...
@sol `cabal run cabal test` does not work for me. OverloadedStrings for example don't work. `cabal repl --with-ghc=doctest` takes 10 secs for 83 rather simple doctests. How can I speed...