Meyti

Results 9 issues of Meyti

Docs: https://www.sphinx-doc.org/en/master/usage/extensions/index.html Similar implementation: https://github.com/mgaitan/sphinxcontrib-mermaid

enhancement
help wanted

* **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository * **What is the current behavior?** Cannot handle...

Hacktoberfest

(Currently thumbnails stored on default store)

Wand supports [image compression](http://docs.wand-py.org/en/0.4.1/wand/image.html#wand.image.BaseImage.compression_quality) and will very helpful on [webpages loading](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization) (directly affect on search engines rating).

enhancement
feature
pending

Shows empty screen with some logs in Terminal when opening the `.AppImage`. ![image](https://user-images.githubusercontent.com/10482278/215448466-4088028f-003f-4357-b9c2-69c1bc490279.png) ```text ** (localsend_app:396452): WARNING **: 13:40:17.070: Failed to start Flutter renderer: No GL implementation is available **...

bug

@pylover in #126, you mean when `_handle_exception` hook called, no hook should call after that. but by referring in our code: https://github.com/Carrene/nanohttp/blob/7c536c1667c3151453c34cb7e84a12e509995144/nanohttp/application.py#L47-L74 we called `end_response` in wrong place and should...

```python class MyAppCLI(Root): """easycli example""" ``` VS ```python class MyAppCLI(Root): __help__ = 'easycli example' ```