Job Evers

Results 15 comments of Job Evers

Its been fixed in https://github.com/peritus/bumpversion/commit/6ec908f018a827bfae94ed50baf241461eba7bcb but apparently not released yet.

Here, I think: https://github.com/mpv-player/mpv/blob/d5cad856255cb0e74461f9d6613f561c6f347a0f/demux/demux_lavf.c#L643 The OpenCamera app adds the metadata based on the phone orientation. I'll add a sample shortly.

This looks related: https://github.com/paramiko/paramiko/pull/562

Thanks. I'll take a look at this.

Is this of any use: http://stackoverflow.com/a/27960576/2752242

Is there a reason to not do this? http://docs.python-requests.org/en/master/user/authentication/#new-forms-of-authentication

Ah. Thanks. I figured there was a reason behind replacing the import with a pass and then cleaning up the passes. I'll take a second shot at it shortly.

I ran into this issue recently. Looking into the https://docs.python.org/3/library/importlib.html#module-importlib.resources work-around suggested on the stackoverflow issue, but I'm curious why `__file__` doesn't work.

There is no beakerx-widgets package on pypi: ![image](https://user-images.githubusercontent.com/2380127/102252865-9f356e80-3ed4-11eb-97ed-60dbd35b9246.png)

I was able to clone the repo and pip install the beakerx_widgets package: https://github.com/twosigma/beakerx_widgets/tree/master/beakerx_widgets pip install beakerx_all still breaks though so you'll have to manually install the other sub-packages.