Roberto Prevato
Roberto Prevato
Hi, I have a recommendation to improve the [`warning.js`](https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js) file. When logging the error message, please add also a `console.trace()` call, so it becomes trivial to find the source function...
The current image is installing AzCopy from this url: ``` wget -O azcopy.tar.gz https://aka.ms/downloadazcopylinux64 ``` This URL serves the version 7.3 of the software, which doesn't implement methods to handle...
No time to maintain images for Ubuntu 16.04. :bomb: Tag and remove, after setting up workflows for Ubuntu 18.04.
Hi, I followed the instructions here: https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver15&pivots=cs1-bash I started successfully SQL Server both using: * mcr.microsoft.com/mssql/server:2019-CU3-ubuntu-18.04 * mcr.microsoft.com/mssql/server:2017-latest Inside an Ubuntu 18.04 virtual machine running in VirtualBox. I could connect...
Ignore extra properties when parsing binding input from the request payload? Example for dataclasses: ```python from dataclasses import fields, is_dataclass def create_instance(cls, props): """ Creates an instance of a given...
**π Feature Request** Add a `request.url_for` method (including helper for Jinja2), supporting an optional name? Maybe: ``` def url_for(path: str, *, name: str | None = None): ... ``` Like...
**π Feature Request** Add and HSTS middleware to the library, like: ```python from blacksheep.messages import Request, Response def _get_hsts_value(max_age: int, include_subdomains: bool) -> bytes: value = f"max-age={max_age};" if include_subdomains: value...
**π Feature Request** Submit a new PR to TechEmpower Benchmarks. * [Example](https://github.com/TechEmpower/FrameworkBenchmarks/tree/120dead50771de2208c3dd74b56f6c22829c3023/frameworks/Python/blacksheep) * [Context](https://github.com/TechEmpower/FrameworkBenchmarks/pull/7210)
**π Feature Request** Add support for [PKCE](https://developers.onelogin.com/openid-connect/guides/auth-flow-pkce) to the current implementation of OIDC integration.
Daphne is not supported. * Daphne doesn't handle [lifespan events](https://github.com/django/channels/issues/1216), which are currently required by BlackSheep (it could be modified to start the application upon `__call__`) for Daphne * Even...