Federico Caselli

Results 149 issues of Federico Caselli

As of version 0.5.30.0 the language server does not seem to support the python descriptor protocol, that allows definition of functions similar to the `@property` decorator. The documentation for this...

enhancement

# Issues Currently (1.9.0) the prometheus middleware is among the default middleware that are used if an user does not specify any. Also by default it connects to the `0.0.0.0`...

enhancement

The initial version of the converters that support matching multiple paths added in #1945 prevents adding additional segments after the path, meaning that something like `/foo/{x:path}/bar` is not supported. Adding...

enhancement
needs-decision

This is mainly to try how cython works with pep484 types NOTE: this is currently unmergiable, since it's not py 3.5 compatible Gist with the compilations with cython https://gist.github.com/CaselIT/f0493d74422cce46c95c10e8abd1e4f0

The StaticRoute disallows serving files with a tilde (~) in them, even if the file is valid, like `default~module.js` This is caused by the `_DISALLOWED_CHARS_PATTERN` regexp that contains the `~`...

bug
needs-decision
proposal

The example [nginx configuration](https://falcon.readthedocs.io/en/latest/deploy/nginx-uwsgi.html#id3 ) in the `Deploying Falcon on Linux with NGINX and uWSGI` article could probably be improved to include https configuration and redirect of http to https,...

documentation
good first issue
needs contributor

This is a reminder issue for some points discussed in https://github.com/falconry/falcon/pull/1866 - bytes don't have the same optimizations as strings regarding avoiding creating a new object for each `+=`, so...

enhancement
perf

Hi, I've given a go at creating a simple cli to allow compressing and decompressing files with this library. For the moment I've not added an setup entry point, so...

Edit: this is documented, but I think it would be an useful addition. Maybe by passing `max_output_size=-1`? The example below raises `ZstdError: could not determine content size in frame header`...

**Is your feature request related to a problem? Please describe.** While developing it really useful to comment parts of a json request body, but currently there is no option that...

feature request