Pietro De Nicolao

Results 9 issues of Pietro De Nicolao

`mypy` type checking fails on the following script: ```python import asyncio from pathlib import Path import aiofiles FILENAME = Path.home() / ".zshrc" async def main() -> None: async with aiofiles.open(FILENAME,...

- Sort dictionary entries - Add AVAX, FTM, MATIC See API docs: https://docs.ftx.com/#request-withdrawal

Is Scalene supposed to support asyncio-based applications? I'm trying to profile a complex application using asyncio on macOS 11, Python 3.9. If the full CPU+memory profiling is enabled, Scalene immediately...

Has anyone been able to enable 802.11r (Fast Roaming) support on this driver? I see that there are some defines (`CONFIG_LAYER2_ROAMING`, `CONFIG_RTW_WNM`, `CONFIG_RTW_80211R`, `CONFIG_RTW_80211K`), which are disabled by default. I...

**What version of protobuf and what language are you using?** Python, `protobuf==3.20.2` **What operating system (Linux, Windows, ...) and version?** macOS 12.6 **What runtime / compiler are you using (e.g.,...

python
packaging & distribution

Format bullet lists using hyphen (`-`) instead of underscore, as the former does not render correctly on GitHub.

- OS: macOS 11.3.1 - Programming Language version: Python 3.9 - CCXT version: CCXT Pro 0.6.90, CCXT 1.50.11 Run this with `python -X dev -X tracemalloc`: ```python import asyncio from...

bug
important

Hi! I am checking my codebase that is composed of an API module (written in Python) and a backoffice frontend (written in TypeScript). My reviewdog config file is: ```yaml runner:...

The original implementation unpacked the downloaded provider .zip files directly in the Terraform plugin cache directory. This made the `terraform init` command prone to race conditions when multiple Terraform modules...

enhancement