Yann Grisel

Results 17 comments of Yann Grisel

True. I am on ubuntu-mate and get the following error : ``` File "./latexrun", line 255, in __init__ lockfd = os.open(lockpath, os.O_CREAT|os.O_WRONLY|os.O_CLOEXEC, 0o666) AttributeError: module 'os' has no attribute 'O_CLOEXEC'...

It is. But, perhaps, yapf could handle the exception in some less extreme way ? Also, could you give a hint as to what i should open as an issue...

Ok. But what should i report ? My question is: is it lib2to3 that is not behaving as expected, or is it yapf that is not handling the exception as...

I opened an issue regarding lib2to3.parse.classify at http://bugs.python.org/. Their reply was: "Why? Unicode identifiers are not allowed in 2.x. I don't think lib2to3 is able or responsible to parse invalid...

Same for me (safari on macOS on the connecting side) with cockpit installed on Debian 12. The login page is available. I enter login and password, and this ers me...

hi :) No, I don't use it. And my very limited experience showed it to be not as efficient as DRC. The problem here is that the solution is computed...

That would do it. However, I suggest you should rather handle « bad » files so that the script skips to the next file instead of skipping to the next...

To be more résilient, i would suggest to make the script go to next song instead of skipping to next folder when encountering corrupt files. Here, the`._name.mp3` files can be...

As I said, I dont know the TS language, nor the VScode API, but I’m happy to assist in any way possible. ____ Yann > Le 4 mai 2017 à...

Hi. As you certainly know, VSCode now implements an auto indent feature where you only have to set indent and decent regex patterns. So, I propose you here a vary...