Sebastián Ramírez
Sebastián Ramírez
Add extra Query method types. I passed through each of the `Query` methods without return types and checked the docs for each one of them, I added the types for...
## Change Summary ✨ Add JSON-compatible float constraints for `NaN` and `Inf` (`+inf`, `-inf`). Full discussion in FastAPI: https://github.com/tiangolo/fastapi/issues/4589 ## Short example ```Python from typing import List from fastapi import...
Update README.md with labels for controlled containers. Specifically, add instructions to include: `io.rancher.container.start_once: 'true'`.
## Description I'm trying to use [active-win](https://github.com/sindresorhus/active-win) that uses fastcall as a dependency. I'm being able to "build" / install it run it. When I use it in a Windows...
I'm trying to build something ([active-win](https://github.com/sindresorhus/active-win/pull/7) ) that uses `fastcall` on Travis. But I'm getting an error. So I tried to fork `fastcall` and start setting up Travis for it,...
Add support for Linode DNS. (AFAIK) Linode is one of the main competitors of DigitalOcean, they both have great and similar services and prices. It would be great to be...
:sparkles: Add support for user `autocompletion` functions. The current implementation provides completion for options, arguments, and sub-commands with help strings. But if the user provides an `autocompletion` function it is...
Security: PEPS is vulnerable to a POODLE attack, as it has enabled SSL v3 Opening: `https://www.ssllabs.com/ssltest/analyze.html?d=` + `` scans the server for security risks. A simple way to fix this...
Office OpenXML files in attachments seem to be corrupted. ## Steps to reproduce: * Send an encrypted email with an Office file attached using the new version (OpenXML): `.docx` or...