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

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 almost 2 years ago
Adding property and typing

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/sanic-org/sanic-ext - ahopkins opened this pull request almost 2 years ago
Validation query issues with Pydantic Models

github.com/sanic-org/sanic-ext - Surphix opened this issue almost 2 years ago
Decode headers as UTF-8 also in ASGI

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

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

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

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

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

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

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

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

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

github.com/sanic-org/sanic-ext - ahopkins opened this issue almost 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 about 2 years ago
Fix injection when using HTTP_HANDLER_BEFORE

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

github.com/sanic-org/sanic-testing - staden opened this issue about 2 years ago
Removing 3 unnecessary ticks

github.com/sanic-org/sanic-guide - BeastImran opened this pull request about 2 years ago
Test responses missing `Content-Length`

github.com/sanic-org/sanic-testing - LiraNuna opened this issue about 2 years ago
Set version properly

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

github.com/sanic-org/sanic-testing - ahopkins opened this pull request about 2 years ago
22.9 Docs

github.com/sanic-org/sanic-guide - ahopkins opened this pull request about 2 years ago
Colon in uri generate response 404

github.com/sanic-org/sanic-routing - 4n1qz5skwv opened this issue about 2 years ago
Update running.md

github.com/sanic-org/sanic-guide - galbiati opened this pull request about 2 years ago
Add logging process extension

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Remove classes from schema properties

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Add request extraction on decorators

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Allow dict schema definitions in body requests

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

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Add support for class constructor injections

github.com/sanic-org/sanic-ext - ahopkins opened this pull request about 2 years ago
Standardize init of exceptions

github.com/sanic-org/sanic - ahopkins opened this pull request about 2 years ago
Allow defining injection signal

github.com/sanic-org/sanic-ext - prryplatypus opened this pull request about 2 years ago
Add single_process

github.com/sanic-org/sanic-testing - ahopkins opened this pull request about 2 years ago
class-based-views fix syntax highlighting

github.com/sanic-org/sanic-guide - Rooba opened this pull request about 2 years ago
Fix broken internal links

github.com/sanic-org/sanic-guide - super16 opened this pull request about 2 years ago
Fix Hint.coerce_type not recognising falsey statements

github.com/sanic-org/sanic-ext - Ultrasonic1209 opened this pull request about 2 years ago
style: add type annotation

github.com/sanic-org/sanic-routing - SaidBySolo opened this pull request about 2 years ago
L10n main

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