Minabsapi

Results 20 comments of Minabsapi

Second this. This is mostly the feature I'm looking for, I'm fine with JavaScript running at page rendering but I don't want it to continue and waste memory after that...

> @mavanmanen I got it working on Ubuntu with a RTX 3090 CUDA 11.1 via the following > > Assuming you have successfully compiled TensorFlow 2.x locally > > change...

The thing is, I don't want to rename them because the structure makes sense in my file browser

This is indeed a solution, but I was more thinking about bringing that to the double-tree view and replace the default behavior I explained earlier, as it in my opinion...

This does the trick, especially the second option which is immediately more accessible (might be only me, but my first reflex for bringing additional file options was to right click...

> @Minabsapi @ lonix1 is this what you would like to have? A supplementary field to edit author date would also be nice, but this aside, this is what I'd...

Seconding this. I was about to suggest adding a way to capture Android events such as SLEEP, WAKE UP, etc. I was surprised it hasn't been already implemented

> Yeah, exactly, it would be like reinventing the wheel from scratch. A more "native" way would have been appreciated, especially in scripting. But I understand this is a great...

Same thing for me. Variant of the "rich event loop" snippet for reference: ```python #!/bin/python3 from blessed import Terminal term = Terminal() print(f"{term.home}{term.black_on_skyblue}{term.clear}") print("press 'q' to quit.") with term.raw(): val...