Arthur Meyre

Results 210 comments of Arthur Meyre

Hello is there any news on this? Perhaps some pointers as to what would be needed so that we can contribute a PR to provide support for it? Cheers

> I'm currently working on this Awesome, thanks!

Win 10 here, it seems I literally cannot paste text in _any_ of the boxes, I guess it's a TUI thing?

Hello, is there some help wanted on this ? I was just thinking this could be an action input parameter being either "latest" or a specific release version (for people...

Thanks, I'll see if it helps, it's kind of odd though as the function signature was generated by the decompiler itself, so does it mean that the signatures are uncommitted...

where should one look to try to add some form of export for these globals ?

Hello, classic random bump on an old issue, I just happen to run into this problem today. Any news or maybe pointers to contribute a fix for this ?

btw workaround from : https://github.com/tensorflow/tensorflow/issues/16284#issuecomment-364832486 does work : ```python import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1" ```

Workaround in the meantime I found: In your main/entry point for xtask: ```rust std::env::remove_var("RUSTC"); // These two were apparently already present in rustup 1.24.3 // std::env::remove_var("CARGO"); // This assumes cargo...

Edit: correction, it does not stop formatting altogether, but as some items/language constructs are fairly large it can "ignore"/not format a fairly large chunk of code sorry to stirr things...