William Melody

Results 153 comments of William Melody

@voxelv I was able to implement the server in both `nc` / `netcat` as well as pure Bash 5.2 `accept`. 😄 This is available in the latest version in the...

@voxelv Thanks. It looks like [`accept`](https://git.savannah.gnu.org/cgit/bash.git/tree/examples/loadables/accept.c) is loading but the `$ACCEPT_FD` file descriptor is not getting set, which might have something to do with Windows. I'll probably revert this to...

@ivishalgandhi As of the latest version 7.5.2, you should be able to list all tasks in a notebook with `nb tasks example-notebook: --recursive` or `nb tasks example-notebook: --tree`.

@GrazingScientist Currently it is. Just run the command without `tasks`: ```bash # list all items in the current notebook recursively nb --recursive # list all items in the current notebook...

Experimental MathJax support is available in the latest version in the repo. To enable it, set `export NB_MATHJAX_ENABLED=1` in the shell or in `~/.nbrc`, which can be opened in the...

Note that this isn't just an issue with European buckets. The same issue exists with US-West and, presumably, Singapore buckets.

@jorgen99 Thanks for the information. Currently the git operations are handled in the background after the item is added to the `.index`. Checking for git errors seems like it would...

@realshovanshah It seems like this might be possible to implement alongside templates as requested in #22. The only front matter metadata used by `nb` itself is the `title:` field, which...

@murchandamus Thanks for thinking this through. I agree. The tag filtering in `ls` currently delegates to `search --tag` while `todos` and `tasks` use `list`, so that functionality will need to...