Sam Zeitlin

Results 9 comments of Sam Zeitlin

I need this too! Does it exist?

I would use that. For example, I have a case study where I have a set of identifiers for people in one column, and another set for recommenders in another...

oh looks like this is a known issue: https://github.com/hashicorp/vagrant/issues/10644 and downgrading might fix it, so I will try that.

Looking forward to having this! Not a rush for us though (yet).

I'm getting the same error on Vagrant 2.2.18

We're also running into this problem. It would be great if this could get fixed (maybe we can do it if no one else has time).

@jamesowers-ch thanks for the hint! I ended up having to modify your example slightly in order to get it to work with automated tests: ``` def df_to_string(func): """ See https://github.com/google/python-fire/issues/274...

I have it installed with anaconda, and I tried both the `/usr/local/bin/yapf` path with the softlink and the `/anaconda3/bin/yapf` path, but I'm still not seeing anything change on save. I'm...

I'm also running into this problem, works fine from file on disk, does not work starting from bytearrays after resizing. My hypothesis is that it's something in what keras does...