Results 16 issues of Andrew Gibiansky

I am not sure that this is a `chart` or `chart-cairo` bug, but I don't have the expertise to deal with this myself... If you generate two SVGs using `Chart`...

This is still WIP, but would you accept this contribution? I need to be able to deserialize bloom filters from disk, and there is currently no way to do that....

When you create a Kubernetes cluster with one node pool, and then afterward change the node pool properties (e.g. `size`), it will delete the entire cluster. This is similar to...

do-api

Not only is this slow, this will break on GPUs because TensorFlow does not release its allocated memory. So if you try to run a catalog with multiple files on...

The messaging spec allows the `codemirror_mode` to be either a str or a dict. Is there any structure to the provided dict? If so, what is it (so that it...

documentation

Introduced in IPython 3.0. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9103402-implement-history_request-and-history_reply-support?utm_campaign=plugin&utm_content=tracker%2F332399&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332399&utm_medium=issues&utm_source=github).

beginner

Since we use CodeMirror for highlighting, it looks ugly and unhighlighted when exported to html. Exporting to PDF doesn't work at all, see https://github.com/gibiansky/IHaskell/issues/395 ## Want to back this issue?...

beginner

See starting work here: https://github.com/gibiansky/IHaskell/pull/266 ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9236142-implement-clear_display?utm_campaign=plugin&utm_content=tracker%2F332399&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332399&utm_medium=issues&utm_source=github).

wishlist

Use [type holes](http://www.haskell.org/ghc/docs/7.8.1-rc1/html/users_guide/typed-holes.html) to implemented typed completion. (Replace the completion target with `_`, get GHC's type error to find what type should be there, search for functions that output that...

wishlist

It's currently defined as ``` data Display = Display [DisplayData] | ManyDisplay [Display] deriving (Show, Typeable, Generic) ``` This allows you to have a tree of displays, rather than a...