dmjio

Results 68 issues of dmjio

@localvoid, hello! :) Thank you for taking the time to go into such detail about how kivi's diffing algorithm works in `syncChildren`. I just had a few questions of clarification...

@xich, very cool package. I'd like to rewrite TemplateHaskell splices (e.g. `makeLenses ''Person`), into function calls. ```haskell {- data Person = Person { _age :: Int } deriving (Show, Eq)...

Getting this when building with `nix` - https://github.com/haskell/cabal/issues/944. Getting around it by disabling `haddock` in the build.

http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html

Might be interesting to test the new changes with `s3-mock`, I could make a nix script todo this. https://github.com/findify/s3mock

Should the API replace ``` haskell generateS3URL :: S3Keys -> S3Request -> IO S3URL ``` with ``` haskell S3Keys -> S3Request -> UTCTime -> S3URL ``` This can be done...

Currently certain stack frames (i.e. `CatchRetry`) have generic arguments, it might be beneficial to provide hover state that has a URL linking to relevant source code documentation (e.g. GHC RTS...

good ideas

Currently there is a view within VSCode for both stack frames and variables. It might be beneficial to include a 'Debug' Scope within this list as well. If the server...

good ideas

Use travis matrix to separate builds out.

Would be nice to have an interface like: ``` bash $ hackernews --topstories > [123456, 987654, ....] ``` Might be a good use case for `cmdtheline` or `optparse-applicative`