Robert Fischer

Results 14 issues of Robert Fischer

If cached retrieve exists in the tests, I can't find it. There's certainly no documentation for it. How do you do it?

There's a `TODO` in the Haddocks on `pullImage`: https://hackage.haskell.org/package/docker-0.6.0.5/docs/Docker-Client-Api.html#v:pullImage I'd like to take a swing at the second of those, and then the first. Any thoughts/suggestions/recommendations/requirements on the implementation?

Unless I am missing it, Groundhog doesn't have any support for creating or querying views. This would be very nice, since views are a common way of sharing queries between...

The List.Extra dependency is at 4.0.0 -- the most recent version is 6.1.0. There's been a lot of significant improvements. If you're interested, I'd be happy to do the development...

I would like to customize the handling when pasting some comment. To this end, I was following the [`slate-paste-html` example](https://github.com/ianstormtaylor/slate/blob/master/examples/paste-html/index.js#L284-L290), but the last two arguments expected by `onPaste` are missing...

There's no documentation if you can ignore files (a la's "minify_javascript" `config.ignore`). Can you? If so, let me know how and I'll document it up. If not, I'm willing to...

This approach to debugging allows us to keep line numbers. Declaring functions within blocks is technically a syntax error: use a function expression assigned to a variable instead. BTW, there...

If you create a class and try to do convert a Java collection to a Scala one via "asScala", you get an error about missing an implicit argument "c", which...

This looks like a UI messaging issue, although maybe there's something more to it than that. When using an intercept spec file, you need to have a connection established first...

#20 and #21 wrapped up into one nice package. :)