Nick Kocharhook
Nick Kocharhook
I have turned on logging by setting `"log_commands": true`. When I press Cmd+Return, I get this in the console: ``` no command for selector: noop: ``` I've found that a...
I have tried this on Windows and it doesn't work there either. When I turn on `log_commands`, open the console and press Ctrl+Enter on a commit, nothing happens.
Wondering if the new logging mentioned in #1659 will help diagnose this issue as well? @dpjohnst Behavior hasn't changed in build 2079. https://user-images.githubusercontent.com/3646730/231153609-4c952c27-a532-4b07-a1bb-7d92dc354dee.mp4
Oh, interesting. Indeed, if you press Tab and then Cmd+Enter, then it works. Thanks for explaining. Of course, as soon as you cancel or commit the change, focus moves back...
Being able to automatically collapse by filename would be fabulous. I have a repo full of geojson files, with the bigger commits weighing in at 15k lines, each of which...
Thanks for the suggestion of using `datetime.combine()`, it helped me work out a problem I was having: https://stackoverflow.com/questions/47004673 Can't deny that `pendulum.combine(date, time, tz='Europe/Paris')` would feel even cleaner, though I...
Wow, lifesaver. This looks like an oversight, and it breaks the primary usecase for this Workflow. Has the maintainer abandoned this project?
Don't want this to be auto-closed, so I'll just say: yes, this would be great. Shouldn't it just be a matter of adding a public API method which takes an...
Oh, excellent, that's just what I was hoping for. Thank you!
Thanks, Henk. However, I still don't see anything in the docs about this. And it actually looks like `/layouts/index.redirects` is no longer there at `HEAD` on `main`. And `outputFormat.REDIRECTS` has...