Alex Rozenshteyn

Results 7 issues of Alex Rozenshteyn

After loading the package, trying to do some things (like `org-zk-new-file`) results in an error: ``` Debugger entered--Lisp error: (void-variable org-zk-collections) org-zk-select-collection(#f(compiled-function (c) #)) org-zk-new-file() ... ``` `M-x describe-variable` has...

I would like to be able to generate a self-contained HTML doc _with no markdown_ and present that. All of the tools in the "static generators" section just embed a...

question

Fragmented lists are great! Sometimes, though, I want to display the whole list at once. For example: ``` Here's my grocery list: ``` press right arrow ``` Here's my grocery...

This seems to be the underlying issue in #6011 I'm not sure how to fix it (yet), but I'm hoping to solicit suggestions. My best guess is that the bug...

type: bug
blocked: action-required

Steps to reproduce (in both browsers): 1. Go to https://github.com/rNeomy/reader-view/issues/6 2. Click on the reader view button Chrome: Firefox: I would like the Firefox rendering to be more like the...

My attempt to solve #1246 ; I don't expect to actually get this merged as much as for it to serve as a starting point for someone else. I don't...

When running `nbdev_install_hooks`, I get ``` NotADirectoryError: [Errno 20] Not a directory: '/dir1/.git/hooks' ``` This makes sense, because I'm using git's worktrees: ``` % cat .git gitdir: /dir2/.git/worktrees/dir1 ``` If...