Alex Peters
Alex Peters
**Describe the bug** This code, when run using `pythonw`: ```py table = Table(box=DOUBLE_EDGE) printer = Console(force_terminal=False) with printer.capture() as capture: printer.print(table) ``` fails with this stack trace: ```text Traceback (most...
### Description I'm trying to monitor file creations and deletions using `awatch`. I'm expecting that if files are rapidly created and then deleted, `watchfiles` would either: * report them, in...
- [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [x] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question...
I was unable to render my site with the `pelican-striped-html5up` theme because of the following critical error: ``` CRITICAL TypeError: not all arguments converted during string formatting ``` Using `pelican...
Thank you for your efforts on the Obsidian Buttons plugin. This pull request addresses an issue where buttons would not display in Live Preview immediately after Obsidian starts, due to...
This pull request improves the reliability and speed of the `templater` option. The following things are addressed: - unsaved text is no longer lost when pressing the button (fixes #95)...
This pull request speeds up button deletion by ~2 seconds when the `remove` option is used. Removal of `setTimeout` calls also removes avenues for potential race conditions. **Note:** this PR...
### Feedback > ### TROUBLESHOOTING > #### 404 errors on request sync > ... > If you say “Ok Google, sync my devices” and get the response “Unable to sync...
When running `docker-compose down`, the container takes a full ten seconds to stop. This indicates that the process is not honouring the `SIGTERM` signal sent by Docker. I was able...
- State that `extra_styles` are not merged in config template usage. - Suggest a workaround.