Tiou Lims
Tiou Lims
I'm using emacs 29 Both variables are nil in `org-gtd-clarify-mode`, as shown in the image below: However, in `inbox.org` (as seen in the following image), `org-set-tags-command` works correctly. Unfortunately, it...
I'm using vanilla emacs 29
Hi @Trevoke, `org-current-tags-alist` is not a personal use variable of mine. It is an org-mode defined variable assigned to all tags belonging to the current buffer. If this variable dose...
Forcing the use of `org-tag-alist` may not be a good idea, as I use Org not only for GTD but also for my writing system. These two systems require different...
Ref: https://developer.nvidia.com/sites/default/files/akamai/embedded/nvbuf_utils_to_nvutils_migration_guide.pdf
It's not backwards compatible. I will keep the branch separate for Jetpack 5.x only.
I discovered some [performance issue](https://forums.developer.nvidia.com/t/jetson-multimedia-api-in-jetpack-5-1-experiences-significant-performance-regression/243998) on jetpack 5.1. devices(MAXN jetson_clocks): - AGX Jetpack 5.1 L4T 35.2.1 - Nano Jetpack 4.6.3 L4T 32.7.3 Command: - nvv4l2dec: `ffmpeg -y -benchmark -c:v hevc_nvv4l2dec...
Great. The fps has significantly improved, but there is still a considerable gap compared to gstreamer in AGX Xavier. ``` 4kh265: 28 -> 64 4kh264: 23 ->57 720ph264: 46 ->...
 I believe there's a bug in [spotify.py](https://github.com/beetbox/beets/blob/master/beetsplug/spotify.py#L431). The query needs to be URL-encoded twice, which is a temporary fix rather than a proper solution....
I tried implementing this feature in rofi but found it quite challenging. The entry ID is generated by the built-in `hash()` function, while the image cache files are named using...