André Anjos

Results 28 comments of André Anjos

I can reproduce this error in my setup. If I print the contents of line 303, just before execution, I get this: ```text ['', '-fsyntax-only', '-x', 'c', '-', '-v'] #value...

What are possible causes of this issue? My configuration reads like this: ```vim "configuration for deoplete-clang2 let g:deoplete#sources#clang#flags=['-darwin=10.13'] let g:deoplete#sources#clang#std={'c': 'c11', 'cpp': 'c++1z'} ```

I put a break point on `on_event()`, but as completion is triggered, this function is never called, so the value of `clang_path` does not get set.

I tried this, but no luck - I continue to have the same error. It would be great if somebody could propose a serious patch here. Are we the only...

@haoransh: On my current setup, it works if I set the remote tmux with `mouse on` and use "SHIFT+CMD" together with the mouse (left button) to copy to the local...

A key question on this one would be how to find M1 runners that would allow the wheels for macOS+arm to be created before deployment. Of course, the repository `imageio-binaries`...

PS: If I switch from the ProxyCommand to the ProxyJump setting on the iPad, then I can observe that both the iPad and iPhone will present the same connection issues,...

OK, so we have package, I'll patch this like so for the time being on conda-forge.

PS: This error is reproducible locally with the following conda-forge based environment: `mamba create -n imageio-dev python=3.9 pillow numpy pip pytest psutil tifffile gdal astropy freeimage fsspec requests av`

This is effectively missing for unattended updates. The command `MasonUpdate` does not update the packages themselves, only the registry. Using `mason-tool-installer` includes yet another tool on the top of an...