sanic-guide icon indicating copy to clipboard operation
sanic-guide copied to clipboard

Frontpage and user guide for Sanic

Results 25 sanic-guide issues
Sort by recently updated
recently updated
newest added

Fixes some 'bad' translations, and a lot of updates. Progress: * [ ] guide/ * * [ ] Sync latest information * * [ ] translate * [ ] org/...

Nowadays, the `path` type in the `Supported types` section of the [`Routing` page of the Guide Basics](https://github.com/sanic-org/sanic-guide/blob/main/src/en/guide/basics/routing.md) reads as: **Regular expression applied**: `r"[^/].*?")` **Cast type**: `str` **Example matches**: - `/path/to/hello`...

- Certbot command didn't work, needs to be certonly if the nginx file isn't up yet (certbot certonly) - The nginx config file does not work because the ; is...

Fixing Bracket Matching

Also corrected a few places in translated pages where `load_env` was used where `env_prefix` should have been.

Was removed in 21.12 (according to release notes) and it is also mentioned a in some of the translated pages. https://sanic.dev/en/guide/deployment/configuration.html#environment-variables

please fixup the points and code examples im trying to make. ``` - use pydantic for requests and responses - using typing sorta opens the door to interesting validation -...

The headings get trimmed on the left and the content appears to be missing some margin as well as can be seen in the picture: ![imagen](https://user-images.githubusercontent.com/25409753/229629906-a100e6b0-08a7-4b77-9f74-802262acdd16.png) Issue raised on [Fosstodon](https://hachyderm.io/@RevPancakes/110092191061827541)

There is one error in my app server: File "/usr/local/lib/python3.8/site-packages/sanic/http/http1.py", line 123, in http1 await self.http1_request_header() File "http1_request_header", line 18, in http1_request_header ServiceUnavailable, File "/usr/local/lib/python3.8/site-packages/sanic/server/protocols/base_protocol.py", line 82, in receive_more await...