inktrap
inktrap
# Wine triggers resizes - pytyle is running and doing a good job. - wine is starting a new window and resizes the resolution, typically to that of a crappy...
Duplicate of [922540](https://bugs.launchpad.net/pythoscope/+bug/922540). To make clear that this issue still exists and is currently a showstopper, at least for me, I created the following gist: [pythoscope fails on --init with...
I would like to get the length of the collection in a twig template. If I have a collection of 11 pages: and I 1) disable pagination or set the...
What about this usecase: you want to keep an editing history in git, but don't want to push it to a remote? How about two settings: - enable push (if...
I checked out the [api documentation](https://plugins-doc.logseq.com/) and couldn't find a way to get the modules and methods in a machine readable way. However [typedoc](https://typedoc.org/) states that you can generate json...
## Summary Since ruff can fix docs(trings) it can replace something like blacken-docs too, that way everything is consistent. ## Test Plan I forked the repo, added the new hook-id,...
This is my solution for #1361 if you like it feel free to merge.
**Describe the bug** The [latest ormar docs about connecting while using fastapi](https://fastapi.tiangolo.com/advanced/events/#lifespan) have two issues for me: - `AsyncIterator` is not imported from `typing`, but that is an easy fix...
when committing with a clean working directory, closes #71
Like the title says. The plugin merges stdout and stderr in helper/git.ts commit which leads to messages and thus displays messages from stout as errors, even if there are none....