Actionless Loveless
Actionless Loveless
```python import datetime DT_FORMAT = "%a, %d %b %Y %H:%M:%S %z" file_data = "Fri, 23 Sep 2022 08:42:36 +0000" parsed_date = datetime.datetime.strptime( file_data, DT_FORMAT ) ``` ```console $ ruff test_ruff_DTZ007.py...
What about creating an option for such behavior? I was thinking it could be useful since the rules won't be overriding changes manually made by user. ie if in rule...
description TBD as @Elv13 proposed a way, it could be having JS snippet which would be manually re-setting style for img tags with svg-s, instead of using object tag
JUICE itself should have builtin dpi-awareness, i guess it should be just enabled somewhere on init (or especially nice if it would allow to force specific dpi as CLI flag)
`Triton` supported only starting from 7.0 CUDA API version. I inferenced a video on Nvidia A10G (i.e. w/Triton) on π€-spaces and it took ~130 seconds for all the 25 steps....
also, for network requests, i think might be useful to spawn a thread running with os.setuid to that original user id as well not like urgent but would be nice...
yeah it could be useful to make those dir paths (https://github.com/actionless/pikaur#file-locations) configurable via pikaur.conf _Originally posted by @actionless in https://github.com/actionless/pikaur/discussions/715#discussioncomment-6006767_