Ryo Miyajima

Results 8 comments of Ryo Miyajima

Looks like we need to wait for the drop of python 2 support :sob:

Will ChainerCV update to Chainer 7 after its stable release and then drop Py2 support?

Ok the test should pass once PY2 test is removed. I'll rebase once that happens. On Tue, Oct 8, 2019, 4:51 PM Toru Ogawa wrote: > After Chainer v7 becomes...

The error in question can be reproduced by running the following at the root of pysen repo: ``` docker run --workdir /ws -v $(pwd):/ws python:3.9-slim-buster bash -c "pip install pysen[lint]...

> The error in question can be reproduced by running the following at the root of pysen repo: > > ``` > docker run --workdir /ws -v $(pwd):/ws python:3.9-slim-buster bash...

Does this come from the limitations of vim-script by the way? I can barely read vim script let alone write, but I think you could do this easily in other...

I see, but can’t we use recursive glob? For example in ruby ``` Dir.glob(“**/foo”) ``` would provide the desired output and wouldn’t contain nothing as filenames, if I understand correctly.

Right, that would break things. What I should have said and want working is `**/foo`, but that doesn’t work either ~(I don’t have a laptop now to confirm this so...