Wei Cheng

Results 8 issues of Wei Cheng

Fixes #23 and some errors caught by IDE, includes changes from #32 and #46, and adds missing `images` directory.

### Mogan Version None ### Operating System Version and Architecture Fedora 38 x86_64 ### Describe Bug How do I install this software on Fedora or other Red Hat-based Linux distributions?...

help wanted
plat:linux
Community

``` ;;; home.scrbl #lang scribble/manual @title{House} @include-section["house.scrbl"] @include-section["hut.scrbl"] ``` ``` ;;; house.scrbl #lang scribble/manual @(require scriblib/figure) @title{Home} @figure["hw" @elem{HW}]{ Hello World! } ``` ``` ;;; hut.scrbl #lang scribble/manual @(require scriblib/figure)...

My use case is bumping the project version and the minimum-supported Python version (because each tool likes to define their own fields for this) strings inside `pyproject.toml`. Say we're allowed...

enhancement
good first issue

The [`use_attribute_docstrings`](https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.use_attribute_docstrings) key is available in Pydantic v2.7+ that enables docstrings of attributes to be used for field descriptions. If the value is the default `False`, the examples in the...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

Completed the conversion to POSIX shell that should resolve #1855, but have never test run it. Calling for some brave souls to smoke test it on various platforms (macOS, BusyBox,...

I have been using the configuration option ```yaml server: https://kroki.io/plantuml ``` without problems until today, when the web service started returning 5xx errors. In my initial search for the cause,...