Grey Li

Results 72 issues of Grey Li

After 3.0, the engines is created in `init_app`, so there is no way to update the configuration after instantiating the extension object. However, we do need to update the config...

The underly implementation of `first_or_404` and `one_or_404` is use `scalar()` and `scalar_one()`. I think it will be more clear to rename them to `scalar_or_404` and `scalar_one_or_404`, so users won't expect...

After https://github.com/apiflask/apiflask/issues/446 is implemented, we could consider supporting Pydantic.

feature

For example, at the macros.rst page (https://bootstrap-flask.readthedocs.io/en/stable/macros/), replace all import statements from ``` {% from 'bootstrap4/nav.html' import ... %} ``` To: ``` {% from 'bootstrap5/nav.html' import ... %} ```

good first issue
docs

- Remove built-in CCS/JS resources - Add more tests - Support custom CDN providers #83 P.S. Just some temp ideas, will use separate issues to track.

When the wrong integrity value is used, the CCS/JS file will be blocked. Not sure what's the best way to test it, maybe we could just read the Browser console...

enhancement
good first issue

- [x] Drop Python 2 & Python 3.6 - [x] Sponsor page - [ ] CKEditor 5 support - [ ] Update CKEditor resources - [ ] Add more tests...

- Consider introducing app factory to make testing easier. - Remove the pinned version in #27

https://github.com/waynerv/flask-mailman/actions/runs/6754417191/job/18361873872 Related issue: https://github.com/JamesIves/github-pages-deploy-action/issues/624

ci

``` Run codecov/codecov-action@v3 ==> linux OS detected https://uploader.codecov.io/latest/linux/codecov.SHA256SUM ==> SHASUM file signed by key id [8](https://github.com/waynerv/flask-mailman/actions/runs/7087108642/job/19286657878#step:7:9)06bb28aed77[9](https://github.com/waynerv/flask-mailman/actions/runs/7087108642/job/19286657878#step:7:10)869 ==> Uploader SHASUM verified (b9282b8b43eef83f722646d8992c4dd36563046afe0806722184e7e9923a6d7b codecov) ==> Running version latest ==> Running version v0.7.1...

ci