Laurent Sorber
Laurent Sorber
### Resource description A modern (Poetry & Dev Container-based) Cookiecutter template for scaffolding Python packages and apps. Focus is on maximum features with minimum complexity. Feature list: - 🧑💻 Quick...
When creating a Docker image `FROM python:3.8-slim AS base`, we set `poetry config virtualenvs.create false` as the image itself already isolates the Python environment. In that situation, Poe will still...
### What Operating System(s) are you seeing this problem on? macOS ### WezTerm version 20220512-142730-97f0bd16 ### Did you try the latest nightly build to see if the issue is better...
## Version ``` pydantic version: 1.5.1 pydantic compiled: True install path: python version: 3.8.2 (default, May 6 2020, 02:49:43) [Clang 4.0.1 (tags/RELEASE_401/final)] platform: macOS-10.15.4-x86_64-i386-64bit optional deps. installed: ['typing-extensions', 'email-validator'] ```...
@Zac-HD's Hypothesis plugin https://github.com/samuelcolvin/pydantic/pull/2097 works great for some constrained type (e.g. `ConstrainedInt`), but not for others (e.g. `ConstrainedStr`): ```python from pydantic import ConstrainedInt, ConstrainedStr import hypothesis.strategies as st class MyInt(ConstrainedInt):...
FastICA currently looks for `n_components` between 10 and 2000, with a default of 100. However, assuming there are more rows N than columns M, a data set can only support...
It would be convenient to be able to filter based on regular expressions so we can maintain a list of patterns instead of a list of exceptions. For example: ```python...
### Describe the bug The network-bandwidth plugin doesn't print any numbers on macOS. ### To Reproduce 1. Enable the network-bandwidth plugin on macOS. ### Expected behavior The network bandwidth to...
I can't explain it, but clockwise is what I expected to see when I ran this :-).