William Melody

Results 149 comments of William Melody

@ebrahim Sorry for the _extremely_ slow response on my part. Do you know whether this pull request still applies to the current version of Redmine? I see that @RyoMatsumiya has...

@foozzi Sounds good so far. Maybe `$NB_DEFAULT_NOTEBOOK_NAME` or `$NB_HOME_NOTEBOOK_NAME` for the variable name.

@Rooyca I’ve brainstormed implementation options on my own, but haven’t decided or implemented anything yet.

Glad you like `nb`! #### `nb index` Subcommand There is actually an [`nb index` subcommand](https://github.com/xwmx/nb#index-subcommand). It has a couple subcommands that might be useful here. `nb index edit` is currently...

@verajosemanuel The path separators switch from backslashes to forward slashes in the path to the executable. Is that a factor?

@verajosemanuel I don't currently have access to a windows machine so I'm going off memory and googling. It's not yet clear to me where the path is coming from exactly....

This seems possible. I have to identify a clear way to implement it. It seems like one way to achieve this in the interim is with a pre-commit hook: ```bash...

@ericguirbal I was able to reproduce this in Ubuntu 20.04, but it works as intended in Ubuntu 24.04 and macOS. It's not clear to me yet why it isn't working....

This appears to be due to `nb search --tags` using `git grep -P` (`--perl-regexp`), which apparently exits when it matches a non-ascii character. I've updated the `git grep` call to...