Stephen Jennings

Results 44 comments of Stephen Jennings

You can use the `hotkeys` function directly to bind and unbind hotkeys. I made an [example of using it with Vue on CodeSandbox](https://codesandbox.io/s/vue-hotkeys-sample-dh2vh), but essentially you can use the mounted...

@scambier Even if you had a separate instance of the `hotkeys` object, you'd still need a clean-up step that gets called when the component is being unmounted. I'm not sure...

Since GitHub issues seems to be the place for feature requests for this project, I don't think this should be closed unless the team decides they won't do this feature.

@benlesh Thanks, I added that to my commit and pushed.

> If you can, please rebase and push again so I can approve the checks to be run. @benlesh Done.

These "hidden-link" and "hidden-related" tags just started appearing for us in the last day for function apps and storage accounts that we haven't changed. I found #13829 from October 2021...

@jackofallops I'm in West US. I just checked the prod and test version of a function app we have. The test version has the `hidden-link` tags, the prod version doesn't....

Wow, I had no idea this was being used in production by anyone. Thanks for using it, I'm glad to hear you found it useful! The repo isn't really active...

Will use [SemVerHarvester](https://github.com/jennings/SemVerHarvester/).

Although `.jj/repo/config.toml` exists now, I would still find it helpful to automatically use a different config based on where the repository is on disk. For the recursive solution, perhaps jj...