Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / falconry/falcon issues and pull requests

#2244 - Support `Last-Modified` header for static files

Issue - State: open - Opened by vytas7 3 months ago - 2 comments
Labels: good first issue, enhancement

#2243 - Support `ETag` for static files

Issue - State: open - Opened by vytas7 3 months ago - 2 comments
Labels: good first issue, enhancement, needs contributor

#2242 - chore: change `setup.py` to use optional build_ext option

Pull Request - State: closed - Opened by CaselIT 3 months ago - 3 comments
Labels: europython2024

#2241 - docs(examples): improve code teaser in index page

Pull Request - State: closed - Opened by M-Mueller 3 months ago - 1 comment
Labels: europython2024

#2240 - Create WebSocket tutorial

Issue - State: closed - Opened by vytas7 3 months ago - 1 comment
Labels: documentation

#2239 - docs(user): add query strings tutorial

Pull Request - State: open - Opened by bssyousefi 3 months ago - 6 comments
Labels: blocked-by-release

#2238 - Evalute CodSpeed for benchmarking in CI

Issue - State: open - Opened by vytas7 3 months ago - 1 comment

#2237 - Modernize setup.py to avoid custom built_ext subclass

Issue - State: closed - Opened by CaselIT 3 months ago
Labels: maintenance

#2236 - refactor: replace `flake8` plugins with `ruff`

Pull Request - State: closed - Opened by CaselIT 3 months ago - 4 comments

#2235 - chore(mypy): extend `type: ignore` due to changes in Mypy

Pull Request - State: closed - Opened by vytas7 3 months ago - 1 comment

#2234 - Type Annotations for Before Hook

Pull Request - State: closed - Opened by nZac 3 months ago - 3 comments

#2233 - chore(CI): pin `pytest` + ASGI tutorial fixes

Pull Request - State: closed - Opened by vytas7 5 months ago - 1 comment

#2232 - Update installation docs wrt PEP 517

Issue - State: closed - Opened by vytas7 6 months ago
Labels: documentation, maintenance, in progress

#2231 - Use `ruff` linter instead of `flake8`

Issue - State: closed - Opened by vytas7 6 months ago
Labels: cleanup, maintenance

#2230 - chore: migrate to `ruff` code formatter

Pull Request - State: closed - Opened by vytas7 6 months ago - 1 comment

#2229 - chore(tox): drop `--no-build-isolation` from Cython tests

Pull Request - State: closed - Opened by vytas7 6 months ago - 3 comments

#2228 - chore(codecov): add `CODECOV_TOKEN` as required in v4+

Pull Request - State: closed - Opened by vytas7 6 months ago

#2227 - chore: make CPython 3.12 default CI version

Pull Request - State: closed - Opened by vytas7 6 months ago - 3 comments

#2226 - chore(typing): add more descriptive typing to `Context`

Pull Request - State: closed - Opened by vytas7 6 months ago - 1 comment

#2225 - feat: generalize validators and support `jsonschema-rs`

Pull Request - State: open - Opened by CaselIT 6 months ago - 3 comments
Labels: blocked-by-release

#2224 - Generalize validators to support additional types of validation other than jsonschema

Issue - State: open - Opened by CaselIT 6 months ago - 2 comments
Labels: enhancement

#2223 - docs(asgi-tutorial): include info on setting up logging for debugging

Pull Request - State: closed - Opened by MRLab12 6 months ago - 2 comments

#2222 - Update asgi tutorial to include info on debugging using logging

Pull Request - State: closed - Opened by MRLab12 6 months ago

#2221 - Document how resp is affected by raising `HTTPError`/`HTTPStatus`

Issue - State: open - Opened by vytas7 6 months ago - 3 comments
Labels: documentation, needs contributor

#2219 - Make it easier to extend/subclass default router

Issue - State: open - Opened by vytas7 6 months ago
Labels: documentation, enhancement, community

#2218 - Migrate to another code formatter?

Issue - State: closed - Opened by vytas7 6 months ago - 5 comments
Labels: maintenance, community

#2217 - feat(parse_header): provide our own implementation of `parse_header()`

Pull Request - State: closed - Opened by vytas7 6 months ago - 3 comments

#2216 - chore(sync): use `asyncio.Runner` for `async_to_sync()` on py311+

Pull Request - State: closed - Opened by vytas7 6 months ago - 2 comments

#2213 - Add support for 'partitioned' attribute to set_cookie()

Issue - State: closed - Opened by HIRANO-Satoshi 7 months ago - 10 comments
Labels: enhancement, proposal

#2211 - fix(typing): TestClient methods return Result, not _ResultBase

Pull Request - State: closed - Opened by CaselIT 8 months ago - 7 comments
Labels: blocked-by-release

#2209 - TestClient methods return Result, not _ResultBase

Pull Request - State: closed - Opened by davetapley 8 months ago - 5 comments

#2208 - TestClient sets buffered_stream, but not stream

Issue - State: closed - Opened by davetapley 8 months ago - 3 comments
Labels: duplicate, question, community

#2207 - TestClient methods are typed to return _ResultBase, but actually return Result

Issue - State: closed - Opened by davetapley 8 months ago - 4 comments
Labels: bug, typing

#2206 - Refactor CONSUME_MULTIPLE_SEGMENTS in BaseConverter

Issue - State: open - Opened by davetapley 8 months ago - 1 comment
Labels: enhancement, breaking-change, maintenance

#2205 - Some more typing for Request/Response classes

Pull Request - State: closed - Opened by davetapley 8 months ago - 2 comments

#2204 - chore: update to latest Redis (aioredis is deprecated)

Pull Request - State: closed - Opened by kentbull 9 months ago - 2 comments

#2203 - docs(FAQ): add a FAQ item on shutting down `wsgiref.simple_server`

Pull Request - State: closed - Opened by vytas7 9 months ago - 2 comments

#2202 - Request: offer a way to validate `get_media()` as part of decoding the stream data to Python

Issue - State: open - Opened by onecrayon 9 months ago - 7 comments
Labels: enhancement, proposal

#2201 - feat(cors): disallow `cors_enable` & additional `CORSMiddleware` combo

Pull Request - State: closed - Opened by vytas7 10 months ago - 1 comment

#2200 - feat(parse_query_string): change the default value of `csv` to `False`

Pull Request - State: closed - Opened by vytas7 10 months ago - 1 comment

#2199 - chore: make contributor's checklist pass on CPython 3.12

Pull Request - State: closed - Opened by vytas7 10 months ago - 2 comments

#2198 - Docs facelift

Issue - State: closed - Opened by vytas7 10 months ago - 2 comments
Labels: documentation, in progress, community, falcon-4.0::alpha

#2197 - feat(add_error_handler): deprecate the Falcon 1.x signature shim

Pull Request - State: closed - Opened by vytas7 10 months ago - 1 comment

#2196 - Make Python 3.12 the default CI version

Issue - State: closed - Opened by vytas7 10 months ago
Labels: maintenance

#2195 - chore: incorporate 3.1.2 & 3.1.3 releases

Pull Request - State: closed - Opened by vytas7 10 months ago - 1 comment

#2193 - chore: prepare 3.1.3rc1

Pull Request - State: closed - Opened by vytas7 10 months ago - 1 comment

#2191 - chore(alabaster): disable GitHub banner

Pull Request - State: closed - Opened by vytas7 10 months ago - 1 comment

#2190 - feat(errors): default error serializer content negotiation

Pull Request - State: open - Opened by copalco 10 months ago - 2 comments
Labels: falcon-4.0::nice-to-have

#2189 - Migrate to "pure Python" Cython mode where applicable

Issue - State: open - Opened by vytas7 11 months ago - 3 comments
Labels: maintenance

#2188 - chore(3.1.2): prepare first beta release of 3.1.2

Pull Request - State: closed - Opened by vytas7 11 months ago - 1 comment

#2186 - IPv6 WSGI server fails to start

Issue - State: closed - Opened by ddundi0 11 months ago

#2185 - chore(readthedocs): add `.readthedocs.yaml` as required

Pull Request - State: closed - Opened by vytas7 11 months ago - 1 comment

#2184 - Drop `--no-build-isolation` in testing

Issue - State: closed - Opened by vytas7 11 months ago
Labels: cleanup, needs contributor, maintenance

#2183 - feat(typing): add type hints to hooks

Pull Request - State: closed - Opened by copalco 11 months ago - 4 comments

#2182 - `http_date_to_dt()` should return a timezone-aware datetime

Issue - State: closed - Opened by vytas7 11 months ago - 4 comments
Labels: enhancement, breaking-change

#2181 - Update README.rst

Pull Request - State: closed - Opened by vatsalya-vyas 11 months ago - 1 comment

#2180 - unable to iterate through `MultipartForm` multiple times

Issue - State: closed - Opened by introprog-dc 12 months ago - 2 comments
Labels: question

#2179 - Make contributor's checklist pass on CPython 3.12

Issue - State: closed - Opened by vytas7 12 months ago
Labels: maintenance

#2177 - chore: support CPython 3.12, update CI jobs

Pull Request - State: closed - Opened by vytas7 12 months ago - 1 comment

#2176 - Basic CPython 3.12 support

Issue - State: closed - Opened by vytas7 12 months ago
Labels: maintenance

#2175 - Missing wheels for Python 3.12

Issue - State: closed - Opened by hynek 12 months ago - 3 comments
Labels: maintenance, community

#2173 - Special characters are wrongly encoded/decoded

Issue - State: closed - Opened by vpas88 about 1 year ago - 1 comment
Labels: question

#2172 - chore(testing): allow test to be run using pytest-xdist

Pull Request - State: closed - Opened by CaselIT about 1 year ago - 2 comments

#2171 - feat: type more falcon modules

Pull Request - State: closed - Opened by copalco about 1 year ago - 6 comments

#2170 - feat(typing): type util package

Pull Request - State: closed - Opened by copalco about 1 year ago - 4 comments

#2169 - chore: remove pinning of `importlib-resources` for Mailman tests

Pull Request - State: closed - Opened by vytas7 about 1 year ago - 3 comments

#2168 - fix(asgilook): ensure that no FakeRedis state persists between tests

Pull Request - State: closed - Opened by vytas7 about 1 year ago - 1 comment

#2167 - Different behaviour between suffixed responders and "normal" ones

Issue - State: open - Opened by Sirtea about 1 year ago - 4 comments
Labels: bug, good first issue, needs contributor

#2166 - feat: Add type hints to stream module

Pull Request - State: closed - Opened by copalco about 1 year ago - 1 comment

#2165 - Error: Elinalinut/Calia-falcon-7b does not appear to have a file named config.json.

Issue - State: closed - Opened by Elinalinut about 1 year ago - 1 comment
Labels: question

#2162 - WSGI mount

Issue - State: open - Opened by vytas7 about 1 year ago - 1 comment
Labels: enhancement, proposal, community

#2160 - chore(tests): adapt ASGI tests to Cython 3.0

Pull Request - State: closed - Opened by vytas7 about 1 year ago - 1 comment

#2159 - fix TestClient to preserve raw URI

Pull Request - State: closed - Opened by mattwarrick about 1 year ago - 2 comments

#2157 - When following raw URL recipe based on RAW_URI, it breaks routing in TestClient

Issue - State: closed - Opened by liborjelinek about 1 year ago - 5 comments
Labels: bug, good first issue

#2156 - Drop `testtools` support?

Issue - State: open - Opened by vytas7 about 1 year ago - 3 comments
Labels: documentation, maintenance, community

#2154 - TestClient doesn't work for HEAD and HTTPRouteNotFound error handler

Issue - State: closed - Opened by mattwarrick about 1 year ago - 2 comments
Labels: question

#2153 - chore: temporarily pin `importlib-resources` to unblock CI

Pull Request - State: closed - Opened by vytas7 about 1 year ago - 1 comment

#2152 - docs: clean up newsfragments, aggregate 4.0.0 contributors so far

Pull Request - State: closed - Opened by vytas7 over 1 year ago - 1 comment

#2151 - docs(Forwarded): update note in forwarded.py

Pull Request - State: closed - Opened by john-g-g over 1 year ago - 2 comments

#2150 - fix(WebSocket): properly handle HTTPStatus and HTTPError cases

Pull Request - State: closed - Opened by CaselIT over 1 year ago - 4 comments

#2149 - feat: support EditorConfig https://editorconfig.org

Pull Request - State: closed - Opened by vytas7 over 1 year ago - 1 comment

#2148 - fix: prevent pytest from collecting tests on testing.TestClient

Pull Request - State: closed - Opened by aryaniyaps over 1 year ago - 5 comments

#2147 - Prevent Pytest from collecting tests from falcon.testing.TestClient

Issue - State: closed - Opened by aryaniyaps over 1 year ago - 3 comments
Labels: bug, maintenance

#2146 - Websocket handler fails in some cases of HTTPError/HTTPStatus

Issue - State: closed - Opened by sashn-citiqprepaid over 1 year ago - 18 comments
Labels: bug

#2145 - Build wheels for musllinux (PEP 656) platforms

Issue - State: closed - Opened by mwheeler over 1 year ago - 6 comments
Labels: maintenance, community

#2142 - AttributeError: module 'collections' has no attribute 'MutableMapping'

Issue - State: closed - Opened by ChandanChainani over 1 year ago - 6 comments
Labels: question

#2141 - feat(testing): simulate multipart file upload

Pull Request - State: open - Opened by TigreModerata over 1 year ago - 14 comments
Labels: blocked-by-release

#2140 - feat: add sameSite parameter to unset_cookie

Pull Request - State: closed - Opened by TigreModerata over 1 year ago - 8 comments

#2139 - chore: include more files in `sdist` (to make it self-sufficient)

Pull Request - State: closed - Opened by vytas7 over 1 year ago - 1 comment

#2138 - 3.1.1: tag and branch names are the same

Issue - State: closed - Opened by kloczek over 1 year ago - 1 comment
Labels: maintenance, community

#2137 - chore: drop support for `manylinux2010` binary wheels

Pull Request - State: closed - Opened by vytas7 over 1 year ago - 2 comments

#2134 - chore(CI): attempt to fix the Mailman CI gate

Pull Request - State: closed - Opened by vytas7 almost 2 years ago - 2 comments

#2133 - chore(PEP8): pin `flake8` until its plugins have caught up

Pull Request - State: closed - Opened by vytas7 almost 2 years ago - 1 comment

#2132 - chore: add VS Code dev container

Pull Request - State: closed - Opened by mihaitodor almost 2 years ago - 8 comments

#2131 - docs(release): backportport misc `RELEASE.md` improvements from 3.1.1

Pull Request - State: closed - Opened by vytas7 almost 2 years ago - 1 comment

#2130 - chore: add 3.1.1 release info

Pull Request - State: closed - Opened by vytas7 almost 2 years ago - 1 comment

#2128 - Drop support for `manylinux2010` wheels

Issue - State: closed - Opened by vytas7 almost 2 years ago
Labels: maintenance