Results 463 issues of milahu

by "scale factor widget" i mean the "50%" thing in the top-right corner allowing "scroll to zoom" would make it easier to zoom

enhancement

when i resize svg graphics, the stroke-width stays constant when i make the svg larger, the stroke-width is too small when i make the svg smaller, the stroke-width is too...

enhancement
managed on taiga

add option for "timeless build" = on build, dont update these times: site/index.xml `Wed, 08 Jun 2022 08:57:59 +0000` site/index.atom `2022-06-08T08:57:59.732044+00:00` these updates produce "diff noise" when the build is...

enhancement

in folder 'tagsistant_mount/store/file:/mimetype/' i miss top-level type names, without subtypes. ...so i can easily: - list all images - list all videos - list all text files - list all...

i need to mount the git repo/tree at a specific commit, for better stability but, most git servers (including github) have `uploadpack.allowReachableSHA1InWant = false` (default value) so fetch-by-commit requires a...

make compatible with default config in `/etc/fuse.conf` allow_root=True requires user_allow_other, which is default off error was ``` fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf ``` edit:...

im debugging an app that throws ``` marshmallow.exceptions.ValidationError: {'_schema': ['Invalid input type.']} ``` the problem is that `marshmallow.Schema._deserialize` is called like ```py data = OrderedDict() # is_collection(data) == False self._deserialize(data,...

``` cd aether-core; go mod vendor ``` is needed to build from source on nixos error was: ``` Building subPackage ./aether/backend go: inconsistent vendoring in /build/aether-core: github.com/golang/[email protected]: is explicitly required...

**"track changes" feature** * show a character-based "diff view" of the document. deletions are red, inserts are green * allow to accept or reject changes, so the deletions are finally...

Feature Request

template variable at end of line consumes newline ### template ``` These fruits are amazing: {{@each(it.fruits) => fruit}} fruit = {{fruit}} fruit = {{fruit}} {{/each}} ``` ### actual result ```...