Isaac Joseph

Results 5 issues of Isaac Joseph

https://github.com/chhantyal/parquet-cli/blob/588b738a3f1661cba62b11e6a1ac6fd6d709f0eb/parq/main.py#L62-L68 It's unintuitive to specify `True` or `False` after command line flags, which are traditionally used without further argument. I think you want the [`action='store_true'` behavior of `ArgumentParser`](https://docs.python.org/2/library/argparse.html#action). i.e. I...

**Is your feature request related to a problem? Please describe.** I'm usually frustrated when I start `k9s` and have to wait ~20-40 seconds for all the pods in the cluster...

It would be nice if this would take a mount hook function so that I could start the server and mount it with one command. ### Desired Workflow ```bash mount_f(){...

MWE: In a Jupyter Notebook, ``` %matplotlib inline import mpl_scatter_density import numpy as np import matplotlib.pyplot as plt N = 10000000 x = np.random.normal(4, 2, N) y = np.random.normal(3, 1,...

bug

On the step `[2/3] Which of these branches (if any) should be kept around at all times?` hitting the up and down arrow is very slow, giving a good 1s...

question