Ahmed Shariff

Results 28 issues of Ahmed Shariff

When I run the command `dvc list .` from any sub-directory of the project I get the following error: ``` ERROR: failed to list '.' - Failed to clone repo...

help wanted
feature request
p3-nice-to-have
research
product

Adding an item to `dashboard-heading-icons` has no effect as the icons are being loaded is hard coded: https://github.com/emacs-dashboard/emacs-dashboard/blob/77eff49a054e08a474608237f0faae13acb4489b/dashboard-widgets.el#L427-L445

When I run the training script, I get the above mentioned error. Any suggestions on how this can be fixed?

When there is a property drawer at the top of the file, avoid adding anything above it.

This is a solution to #96 I am using the format `(page . . )` for the `INTERLEAVE_PAGE_NOTE`/`NOTER_PAGE` Work to be done: - [x] Adding the function to allow showing...

I'll start with an example, something I personally alot is copying parts of the content into the note, which I do by adding it as notes (I like them in...

### Description Links in the org-roam buffer are displayed in the literal form (see image below). #### Steps to Reproduce Run emacs with `-Q` with straight bootstrapped. ```sh emacs -Q...

Original issue: #227 Extending conversation from #228 From the original issue, there was an problem with the `initial-input` for `completing-read`. After testing a few things, an issue with the `org-ql-view--complete-buffers-files`...

Continuation from #228 When org-ql-select is called with a buffer-name, it results with error To replicate: ```elisp (with-temp-buffer (org-mode) (org-ql-select (list (buffer-name)) '(todo))) ``` Expected outcome: - work even if...