Frost Ming

Results 56 issues of Frost Ming

enhancement
UI/UX

- [x] I have searched the issue tracker and believe that this is not a duplicate. **Make sure you run commands with `-v` flag before pasting the output.** ## Steps...

🐛 bug
⭐ enhancement
🧩 dependency resolution

### Issue(s) Resolved Fixes #453 ### Related Issues / Links ### Description of Changes When running a dev server with `lektor server`, users no longer need to keep ctrl+r on...

enhancement
admin-related

Currently we install local packages into the packages root, here is the related code: https://github.com/lektor/lektor/blob/19486da795ba5dff7a8abf39302e3ec2c6429dd0/lektor/packages.py#L104-L152 There are some problems and questions about it: 1. `--install-option=--install-dir=%s` this option does not work...

plugin-related

Currently, all translations are named after `{lang}`, while there may be more than 1 variant of the same language, such as `zh_CN`(Simplified Chinese) versus `zh_TW` (Traditional Chinese). Just open this...

i18n

This project is used by millions of people, but the number of contributions is not on par with the issues number. I am a bit burnt out by the bugs...

Type: Maintenance :construction:

### What's the problem this feature will solve? On Debian systems, due to [the sysconfig patch](https://salsa.debian.org/cpython-team/python3/-/blob/master/debian/patches/sysconfig-debian-schemes.diff), `sysconfig.get_preferred_scheme('prefix')` will return `posix_local`, which is also the default scheme. This causes problem when...

type: bug
project: <downstream>

## Description of the new feature, or changes Add multi-threading support so that spinners can be updated individually without affecting other instances. Example script: ```python import random import time from...