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
Integrated signals support
github.com/sanic-org/sanic-testing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-testing - ahopkins opened this pull request over 3 years ago
Add reusable client
github.com/sanic-org/sanic-testing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-testing - ahopkins opened this pull request over 3 years ago
Can't handle duplicate path
github.com/sanic-org/sanic-openapi - koug44 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - koug44 opened this issue over 3 years ago
Regex params not type cast
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Resolve multi-path definitions
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
How to implement 'before_server_start' listener in an async test
github.com/sanic-org/sanic-testing - xiaoxiper opened this issue over 3 years ago
github.com/sanic-org/sanic-testing - xiaoxiper opened this issue over 3 years ago
Method POST not allowed for URL
github.com/sanic-org/sanic-openapi - snakecy opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - snakecy opened this issue over 3 years ago
Add test for duplicate path url but different methods
github.com/sanic-org/sanic-routing - robd003 opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - robd003 opened this pull request over 3 years ago
Having two or more <path> routes does not work with different methods
github.com/sanic-org/sanic-routing - robd003 opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - robd003 opened this issue over 3 years ago
Context managed code generation
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Pattern registration auto-compile
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Sanic 21.3+ not respecting RESPONSE_TIMEOUT
github.com/sanic-org/sanic - mikepurvis opened this issue over 3 years ago
github.com/sanic-org/sanic - mikepurvis opened this issue over 3 years ago
Fixed path_to_parts splitter
github.com/sanic-org/sanic-routing - kserhii opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - kserhii opened this pull request over 3 years ago
[Bug] Swagger cant show path variable
github.com/sanic-org/sanic-openapi - amitabduls15 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - amitabduls15 opened this issue over 3 years ago
path_to_parts parsing bug
github.com/sanic-org/sanic-routing - kserhii opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - kserhii opened this issue over 3 years ago
Allow later websockets release
github.com/sanic-org/sanic-testing - fabaff opened this issue over 3 years ago
github.com/sanic-org/sanic-testing - fabaff opened this issue over 3 years ago
UnicodeDecode error on windows
github.com/sanic-org/sanic-openapi - nomed opened this pull request over 3 years ago
github.com/sanic-org/sanic-openapi - nomed opened this pull request over 3 years ago
app.add_task() triggers RuntimeWarning: coroutine was never awaited
github.com/sanic-org/sanic - jschewebbn opened this issue over 3 years ago
github.com/sanic-org/sanic - jschewebbn opened this issue over 3 years ago
#231: [OpenApi3] Add support for enums
github.com/sanic-org/sanic-openapi - BilliAlpha opened this pull request over 3 years ago
github.com/sanic-org/sanic-openapi - BilliAlpha opened this pull request over 3 years ago
CBV method support and OAS3 autodoc
github.com/sanic-org/sanic-openapi - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-openapi - ahopkins opened this pull request over 3 years ago
[Bug] Decorator doc/openapi not work when using `routes of HTTPMethodView under Bluebprint instanc` way
github.com/sanic-org/sanic-openapi - hsz1273327 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - hsz1273327 opened this issue over 3 years ago
[Bug]can not render all methods with the same url when use routes of Blueprint way
github.com/sanic-org/sanic-openapi - hsz1273327 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - hsz1273327 opened this issue over 3 years ago
[Feature Request][OpenApi3] Add support for enums
github.com/sanic-org/sanic-openapi - BilliAlpha opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - BilliAlpha opened this issue over 3 years ago
Bump version of httpx
github.com/sanic-org/sanic-testing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-testing - ahopkins opened this pull request over 3 years ago
Conflict between sanic-testing 0.3.1 and strongly recommended 0.18.1 version of httpx.
github.com/sanic-org/sanic-testing - ergoproxxxy opened this issue over 3 years ago
github.com/sanic-org/sanic-testing - ergoproxxxy opened this issue over 3 years ago
Create LICENSE
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
When I run the following example, the following error occurs
github.com/sanic-org/sanic-openapi - Liudg002 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - Liudg002 opened this issue over 3 years ago
`RouteExists` thrown when registering a directory and a missing file to the same route.
github.com/sanic-org/sanic-routing - na-stewart opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - na-stewart opened this issue over 3 years ago
Request streaming (upload to server) where upload is to large sometime fails to return PayloadTooLarge to client
github.com/sanic-org/sanic - ingarpedersen opened this issue over 3 years ago
github.com/sanic-org/sanic - ingarpedersen opened this issue over 3 years ago
Some Sanic Routes fail with 404 Not Found
github.com/sanic-org/sanic-routing - oeysteinhansen opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - oeysteinhansen opened this issue over 3 years ago
Fix UserWarning (use instance.ctx._spec instead with sanic >= 21.3.0)
github.com/sanic-org/sanic-openapi - comic31 opened this pull request over 3 years ago
github.com/sanic-org/sanic-openapi - comic31 opened this pull request over 3 years ago
[UserWarning] Use instance.ctx._spec instead
github.com/sanic-org/sanic-openapi - comic31 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - comic31 opened this issue over 3 years ago
Removal of Acknowledgements
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
can not import openapi2_blueprint from sanic_openapi
github.com/sanic-org/sanic-openapi - BadReese opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - BadReese opened this issue over 3 years ago
Missing LICENSE file
github.com/sanic-org/sanic-routing - nicoddemus opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - nicoddemus opened this issue over 3 years ago
Catch duplicate dynamics
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
1.0a1 Issue and Pull requests retreival
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
1.0a1 Issue Retrieval
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
1.0a1 Issue Retreival
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
github.com/sanic-org/discord-bot - na-stewart opened this pull request over 3 years ago
Add API for custom parameter types
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
Fix cases where a regex part after a dynamic part might result in a 404
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request over 3 years ago
Dynamic route sorting
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
pyinstaller may cause problems with sanic and/or sanic-openapi
github.com/sanic-org/sanic-openapi - chongtwo opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - chongtwo opened this issue over 3 years ago
Routes with extension
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Dynamic node with regex subnode can result in 404
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Multiple colons in segment
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Update HTTPX to 17.*
github.com/sanic-org/sanic-testing - jdraymon opened this pull request over 3 years ago
github.com/sanic-org/sanic-testing - jdraymon opened this pull request over 3 years ago
Route already registered: /swagger/<file_uri:/?.+> [GET,HEAD]
github.com/sanic-org/sanic-openapi - chongtwo opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - chongtwo opened this issue over 3 years ago
prevent PytestCollectionWarning for TestManager
github.com/sanic-org/sanic-testing - qrnik opened this pull request over 3 years ago
github.com/sanic-org/sanic-testing - qrnik opened this pull request over 3 years ago
Introduce RouteGroup
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue over 3 years ago
Oh, that's bullshit! It's too bad that my project is criticized by my leaders every day because of its running problems
github.com/sanic-org/sanic-openapi - liukaiyang931 opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - liukaiyang931 opened this issue over 3 years ago
[Bug]Warning: deploying to liunx with this library can cause major problems, especially for higher versions of Python and sanic.
github.com/sanic-org/sanic-openapi - HuRuWo opened this issue over 3 years ago
github.com/sanic-org/sanic-openapi - HuRuWo opened this issue over 3 years ago
Add NotFound to help situation when need to raise for non-strict routes
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
Improv 0.5.1
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
JSON Payload Sometimes Missing From Request
github.com/sanic-org/sanic-testing - jamesstidard opened this issue almost 4 years ago
github.com/sanic-org/sanic-testing - jamesstidard opened this issue almost 4 years ago
[Bug]when using in anaconda,find such error:AttributeError: 'Route' object has no attribute 'handler'
github.com/sanic-org/sanic-openapi - liuyuzhou opened this issue almost 4 years ago
github.com/sanic-org/sanic-openapi - liuyuzhou opened this issue almost 4 years ago
SyntaxError: Compiler improperly indenting try/else blocks
github.com/sanic-org/sanic-routing - eric-spitler opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - eric-spitler opened this issue almost 4 years ago
Better runtime output on tree compile error
github.com/sanic-org/sanic-routing - ashleysommer opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ashleysommer opened this pull request almost 4 years ago
Routing error after updating to 0.4.3
github.com/sanic-org/sanic-routing - VMAtm opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - VMAtm opened this issue almost 4 years ago
Add additional depth check on typed route
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
When route part zero has type coersion, subroutes match when they should be NotFound.
github.com/sanic-org/sanic-routing - ashleysommer opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - ashleysommer opened this issue almost 4 years ago
Release v0.4.2 doesn't include #13 fix for #14
github.com/sanic-org/sanic-routing - ashleysommer opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - ashleysommer opened this issue almost 4 years ago
feat: inital new doc supporting oas2 and oas3
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
Upgrade SwaggerUI
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
sanic 21.3 support
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
[Bug] Routes which are overlapping and have different depth are not found
github.com/sanic-org/sanic-routing - nichmor opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - nichmor opened this issue almost 4 years ago
Fix routes with different depth
github.com/sanic-org/sanic-routing - nichmor opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - nichmor opened this pull request almost 4 years ago
Signal event to return context
github.com/sanic-org/sanic - ahopkins opened this issue almost 4 years ago
github.com/sanic-org/sanic - ahopkins opened this issue almost 4 years ago
feat: refactoring package
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
support CamelCase for param names in routers
github.com/sanic-org/sanic-routing - matemax opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - matemax opened this pull request almost 4 years ago
[Bug] Incompatible with Sanic>=21.0
github.com/sanic-org/sanic-openapi - MSusik opened this issue almost 4 years ago
github.com/sanic-org/sanic-openapi - MSusik opened this issue almost 4 years ago
feat: add OS related section to .gitignore
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
feat: add types to openapi
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
Basic part translation into Korean
github.com/sanic-org/sanic-guide - SaidBySolo opened this pull request almost 4 years ago
github.com/sanic-org/sanic-guide - SaidBySolo opened this pull request almost 4 years ago
Bump jinja2 from 2.10.3 to 2.11.3
github.com/sanic-org/sanic-frontend - dependabot[bot] opened this pull request almost 4 years ago
github.com/sanic-org/sanic-frontend - dependabot[bot] opened this pull request almost 4 years ago
deprecate sanic_openapi.api.API
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
OAS3 support for sanic-openapi3
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
[Bug] Swagger validation error: consumes. is not of type `string`
github.com/sanic-org/sanic-openapi - jacebrowning opened this issue almost 4 years ago
github.com/sanic-org/sanic-openapi - jacebrowning opened this issue almost 4 years ago
feat: docstring parsing
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
Using both produces and response
github.com/sanic-org/sanic-openapi - denisovkv opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - denisovkv opened this pull request almost 4 years ago
Fix badges in README.md
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - astagi opened this pull request almost 4 years ago
from Ioggstream: refactor
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
Fix the broken build
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
github.com/sanic-org/sanic-openapi - artcg opened this pull request almost 4 years ago
docs(best-practices/blueprints): fix typo
github.com/sanic-org/sanic-guide - SaidBySolo opened this pull request almost 4 years ago
github.com/sanic-org/sanic-guide - SaidBySolo opened this pull request almost 4 years ago
Requirement overloading
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
Remove nested methods artifact
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
Remove nested methods artifact
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
Requirements conditional
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this pull request almost 4 years ago
Compiler SyntaxError
github.com/sanic-org/sanic-routing - ahopkins opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue almost 4 years ago
Route.methods nesting artifact
github.com/sanic-org/sanic-routing - ahopkins opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue almost 4 years ago
Requirements conditional check uses wrong index
github.com/sanic-org/sanic-routing - ahopkins opened this issue almost 4 years ago
github.com/sanic-org/sanic-routing - ahopkins opened this issue almost 4 years ago