Umar Ahmad

Results 15 issues of Umar Ahmad

The `with open("/proc/self/mountinfo") as iostream:` fails. I cannot find an alternative for this utility on mac (in my 20 minute research). Maybe `sysctl` might give us that somehow. Right now...

Hello, Thank you for sharing this package. I'm facing a issue in playing videos through mpv where the mpv player stops responding after playing a certain length of video. I...

Fixes #1218 Adds an extra check to `ivy--queue-exhibit` to only debounce if the input has actually changed. It also maintains the previous input variable to match against.

Right now the only ways to bind keys for anki-editor commands is to define them either globally or in the org-mode-map. This results is me creating harder to type keys...

Hello, I've some commands that run on org-agenda-finalize-hook that I don't want to run when I execute `org-ql-search`. The way I'm thinking of doing this is something like this ```elisp...

Org uses `org-agenda-search-headline-for-time` to search for time in headline when rendering the agenda time grid. This is enabled by default so an entry like ``` * TODO test 19:31-20:40 ```...

[emacs-tree-sitter](https://github.com/ubolonton/emacs-tree-sitter) works by using tree-sitter grammar files to incrementally do syntax highlighting. It also has a support for php using [php-grammar](https://github.com/tree-sitter/tree-sitter-php). Considering that the grammar files are higher type language...

Received the following warnings from php-mode once recompiled gives out these errors: ``` Warning (bytecomp): reference to free variable ‘php-project-available-root-files’ Warning (bytecomp): the following functions are not known to be...

PHP mode version: 1.22.2 For the following code snippet: ```php

indentation

Hello, Thank you for sharing this as a package. I've just started using it and have run into issues when downloading a custom subtitle (not the auto generated one, which...