Dror Atariah

Results 20 issues of Dror Atariah

With regards to git. When using powerline shell, you can see a count or indication for the following: * Number of untracked files * Number of tracked files that were...

enhancement

Currently it is possible to copy to clipboard or save the results set. It would be helpful to enable HTML format. This way it would be much easier to integrate...

enhancement
help wanted

First, thanks for sharing this helpful compose! After shutting down the cluster and restarting it, it happens (not always) that one of the ES nodes doesn't go up, and in...

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj I am trying to install `knowledge-repo` inside a container. To that end, I started a new container: ```bash docker run -i -t --name knowledge-repo continuumio/miniconda3...

I exploring further the tool and I have two comments: If the default python of the system is version 3.x, and a new project with version 2 is chosen, then...

I have an EMR cluster running Livy and I'm trying to work from a local notebook using `sparkmagic`. In my notebook I have the following: ```python #### (cell separator) %load_ext...

awaiting-submitter-response

If I understand correctly, the following line: https://github.com/spotify/snakebite/blob/master/snakebite/client.py#L1473 breaks the compatibility with 3.x. Is that correct? Is it a feature?

I'm trying to start a cluster using `dask-ec2 up`. Here's the command I'm using: ```bash dask-ec2 up --keypair ~/.aws/dask_poc.pem \ --name dask_poc \ --region-name eu-west-1 \ # Note I'm using...

#### Is your feature request related to a problem? Please describe. When plotting a graph (given as a Networkx object), there's no easy control on the position of the labels....

Consider the following minimal example: ``` Title: Testing with MathJax Date: 2017-01-13 13:30 Hello world. Some inline math $x^2$ Some display math: $$x^3$$ ``` When serving this post, at the...