Blair Bonnett

Results 12 comments of Blair Bonnett

N.B., the Travis failure is unrelated, the Python 3.5 test couldn't be initialised.

I was just looking for a way to do this. I think it is worth mentioning that the statement in the original report > By their nature, methods decorated with...

I encountered the same problem (except in my case the links were at `/run/jupyterhub-username`). I have temporarily solved it by adding the following code to systemdspawner/systemdspawner.py at line 219 (just...

Another solution: for vim >= 8.1.0729 there is a `SourcePost` event which is triggered after a script is sourced. This can be used to call the AddNewHook function: ``` autocmd...

Yes, if you want the plugin loaded at startup. If you have it as an optional plugin you want to load later, then `PackAdd!` in the vimrc forces it to...

#9 should be fixable once pull request #140 is sorted (I did some renaming etc there). I'll take a look at it in the next few days. The customization.author() and...

I just hit the same problem trying to push Docker images from an Actions build with 1.21.5. The manifest push fails with buildx, but using the [(deprecated)](https://docs.docker.com/engine/deprecated/#legacy-builder-for-linux-images) legacy build command...

I think doing this opens up some security issues, at least without further configuration. As the single-user server is now running with CAP_SETUID, any code run in a notebook or...

Hi @gmaze In my case this is for an Arch [AUR package](https://aur.archlinux.org/packages/python-argopy) which allows Arch users to build a package which can then be installed system-wide by the system package...

@jacobtomlinson PR added. mypy didn't find any other states, the state transitions are done by FutureState methods so that makes sense.