Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Sanic Community Organization

Async Python 3.7+ web server/framework | Build fast. Run fast.
Collective - Host: opensource - https://opencollective.com/sanic-org - Website: https://sanicframework.org - Code: https://github.com/sanic-org

check the status of socket before shutting down

github.com/sanic-org/sanic - deounix opened this pull request almost 2 years ago
Naming of static routes should be unique by default

github.com/sanic-org/sanic - sjsadowski opened this issue almost 2 years ago
[Bug] Installing sanic-ext breaks sanic

github.com/sanic-org/sanic-ext - jeffpeck10x opened this issue almost 2 years ago
Color tweaks for Error Handling.

github.com/sanic-org/sanic - smlbiobot opened this pull request almost 2 years ago
Style updates and code refactoring

github.com/sanic-org/tracerite - Tronic opened this pull request almost 2 years ago
Changing app name breaks reloading

github.com/sanic-org/sanic - Tronic opened this issue almost 2 years ago
Using app.static twice reports a deprecation warning

github.com/sanic-org/sanic - jschewebbn opened this issue almost 2 years ago
Some Sanic branding to error page

github.com/sanic-org/sanic - ahopkins opened this pull request almost 2 years ago
Add tooltips

github.com/sanic-org/tracerite - ahopkins opened this pull request almost 2 years ago
Error handling style suggestions

github.com/sanic-org/sanic - ahopkins opened this pull request almost 2 years ago
feat: add type annotations

github.com/sanic-org/html5tagger - SaidBySolo opened this pull request almost 2 years ago
Python 3.7 compat

github.com/sanic-org/html5tagger - ahopkins opened this pull request almost 2 years ago
Increase KEEP_ALIVE_TIMEOUT default to 120 seconds

github.com/sanic-org/sanic - Tronic opened this pull request almost 2 years ago
Websocket conflicts with http GET

github.com/sanic-org/sanic-routing - Tronic opened this issue almost 2 years ago
Don't try empty path if '/' was not found.

github.com/sanic-org/sanic-routing - Tronic opened this pull request almost 2 years ago
Error page rendering format selection

github.com/sanic-org/sanic - Tronic opened this pull request almost 2 years ago
Nicer traceback formatting

github.com/sanic-org/sanic - Tronic opened this pull request almost 2 years ago
Dark mode / custom CSS for Sanic's own output

github.com/sanic-org/sanic - Tronic opened this issue almost 2 years ago
Additional accept functionality

github.com/sanic-org/sanic - ahopkins opened this pull request almost 2 years ago
Can't run normally when using SSLContext

github.com/sanic-org/sanic - sdir opened this issue almost 2 years ago
feat: passing exception to extra argument

github.com/sanic-org/sanic-ext - alisonsalmeida opened this pull request almost 2 years ago
Healthcheck Endpoint Fix

github.com/sanic-org/sanic-ext - shinybrar opened this pull request almost 2 years ago
[Bug] Healthcheck Endpoint Fails

github.com/sanic-org/sanic-ext - shinybrar opened this issue almost 2 years ago
Supporting custom logger in the background

github.com/sanic-org/sanic-ext - mymusise opened this pull request almost 2 years ago
Remove ^-operator

github.com/sanic-org/sanic-guide - simon-lund opened this pull request about 2 years ago
Adding property and typing

github.com/sanic-org/sanic-ext - mymusise opened this pull request about 2 years ago
Better message when Jinja is not installed

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Separate ASGI request and lifespan callables

github.com/sanic-org/sanic - ahopkins opened this pull request about 2 years ago
Do not pass items twice to Array

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Do not coerce a literal type

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Bump version

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
No global test_mode

github.com/sanic-org/sanic-testing - ahopkins opened this pull request about 2 years ago
Both body and query validation

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Use external address when SERVER_NAME is defined

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Allow field based spec def on models

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Elegantly handle Pydantic model schema

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Version 22.12 release

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Version 22.12 release

github.com/sanic-org/sanic-guide - ahopkins opened this pull request about 2 years ago
Enforce unique route names

github.com/sanic-org/sanic - ahopkins opened this issue about 2 years ago
Allow for custom OAS files

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Allow dict of annotations

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Pass unquote thru add_route

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Hide static handlers by flag not name

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
feat: serve oauth2-redirect.html with swagger

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Add HTML title and css configuration to Redoc/Swagger

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Fix typos

github.com/sanic-org/sanic-guide - sunarch opened this pull request about 2 years ago
Adds support for schema inheritance to OAPI3

github.com/sanic-org/sanic-openapi - alg opened this pull request about 2 years ago
Document register_pattern usage

github.com/sanic-org/sanic-guide - ahopkins opened this issue about 2 years ago
Coerce param types for pydantic/attrs in validation

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Constant injection

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Injections for HEAD requests

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Decode headers as UTF-8 also in ASGI

github.com/sanic-org/sanic - ChihweiLHBird opened this pull request about 2 years ago
SanicException.message is always None

github.com/sanic-org/sanic - Thirumalai opened this issue about 2 years ago
Fix Request Validation for Content-Type of multipart/form-data

github.com/sanic-org/sanic-ext - ChihweiLHBird opened this pull request about 2 years ago
Test UVLOOP 0.14.0 with the CI

github.com/sanic-org/sanic - ChihweiLHBird opened this pull request about 2 years ago
Move custom extensions after built-ins

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Fix KeyError when used multiple apps in tests

github.com/sanic-org/sanic-testing - zerc opened this pull request about 2 years ago
prepare method spell mistake

github.com/sanic-org/sanic-guide - BeastImran opened this pull request about 2 years ago
Corrected `Colors` enum under Python 3.11

github.com/sanic-org/sanic - LiraNuna opened this pull request about 2 years ago
Apply removal of some websocket config in 21.9

github.com/sanic-org/sanic-guide - kijk2869 opened this pull request about 2 years ago
Serve custom OAS

github.com/sanic-org/sanic-ext - ahopkins opened this issue about 2 years ago
Fix typo

github.com/sanic-org/sanic-guide - jobedom opened this pull request about 2 years ago
Fix typo

github.com/sanic-org/sanic-guide - jobedom opened this pull request about 2 years ago
ORM how-to: Stop creating a sessionmaker on each request

github.com/sanic-org/sanic-guide - Ultrasonic1209 opened this pull request about 2 years ago
Add typehints to some decorators

github.com/sanic-org/sanic-ext - Le0Developer opened this pull request about 2 years ago
Generic sub-model schema definition not found

github.com/sanic-org/sanic-ext - shixinla opened this issue about 2 years ago
amend slight grammar issues & typos

github.com/sanic-org/sanic-ext - scardozos opened this pull request about 2 years ago
[Bug] Swagger optional (nullable) Enums

github.com/sanic-org/sanic-ext - morph027 opened this issue about 2 years ago
[Bug] Nested validation using dataclasses

github.com/sanic-org/sanic-ext - morph027 opened this issue about 2 years ago
Better version parsing

github.com/sanic-org/sanic-ext - ahopkins opened this pull request over 2 years ago
Fix injection when using HTTP_HANDLER_BEFORE

github.com/sanic-org/sanic-ext - prryplatypus opened this pull request over 2 years ago
sanic 21.12 compatibility

github.com/sanic-org/sanic-testing - staden opened this issue over 2 years ago