Sam Steingold

Results 38 issues of Sam Steingold

fixes https://github.com/nonsequitur/inf-ruby/issues/124

I run ruby on a remote host using `ssh` so my process dies all the time. I want to be able to restart the current buffer's process (without wiping out...

cursor unpacking is wrong: `method` returns a tuple of length 2, not 3.

I have a large long running (many hours) process which is started daily. When it terminates, I see this on the screen on which it was started (even though I...

### Describe the issue: `np.polynomial.Polynomial.fit` produces polynomials that do _not_ fit the data. as the code example shows, the result is very different from that of `np.polyfit` ### Reproduce the...

00 - Bug

# Steps to reproduce 1. open a tramp (remote) file `/foo:~/bar.py`. 2. on the remote server, create a symlink: `ln -s /usr/bin/python3 ~/this-does-not-exist-locally` 3. set `python-shell-interpreter` to `"~/this-does-not-exist-locally"` 4. in...

Bug (low priority)

`pyvenv-workon` results in all buffers showing the current virtual environment in the modline. This is wrong - most of my buffers have nothing to do with python. Also, this means...

question

MultiIndex DataFrame header is poorly aligned: ```python >>> pd.DataFrame({("extra very long top level name","Z"):[1,2,3], ("extra very long top level name","longish second level name"):[4,5,6]}) extra very long top level name Z...

``` Traceback (most recent call last): File "/Users/sds/.virtualenvs/local/lib/python2.7/site-packages/linkcheck/director/checker.py", line 104, in check_url line: self.check_url_data(url_data) locals: self = self.check_url_data = url_data =

bug

Often I want to start many independent processes on a shared server, and I cannot know in advance how many CPUs will be available. I want to be able to...

enhancement