darkdragon-001

Results 134 issues of darkdragon-001

Something like https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository Such that app stores can more easily offer richer donation options. The current url type donation is often implemented to only allow a single option. Also in...

When running the image without a `CMD`, I get: ``` % docker run -it --rm gcr.io/cloud-marketplace/google/ubuntu2004 /bin/sh: 0: -c requires an argument ``` So setting `CMD` to `/bin/bash` should work....

Currently one has to change the theme every time one opens a new tab. It would be great if this setting was saved persistently.

This allows passing args as CMD directly without knowing the path to yarr within the container. Example: ``` docker run -d yarr -addr 0.0.0.0:8080 -db /data/custom.db ```

When importing my big OPML file, I noticed some folders/categories being empty. As each feed has multiple categories, I expect them to have been added to other folders/categories already and...

I have around 50 categories with around 1000 feeds - many of them in many categories. In order to to make yarr usable and performant for this inventory, I suggest...

Instead of just having a warning in the comments https://github.com/eyeseast/python-frontmatter/blob/3910ac705cabdd6e2cd5844ffed60798f09a0f6b/frontmatter/default_handlers.py#L15-L16 Maybe print a warning to the console instead when TOML is not available?

Only use restore keys from the same architecture.

This is necessary as we remove the `.flatpak` suffix when adding the arch suffix. In workflows where one also builds other artifacts this name might conflict otherwise and it is...

This allows running the builder action on a native aarch64 runner which is much faster than using QEMU. Based on the [official docs](https://docs.docker.com/build/ci/github-actions/multi-platform/). Fixes #178