alm

Results 16 issues of alm

Add the "standard" extras for uvicorn, which adds the much needed watchgod for file watching. Without it, using `--reload` uses significant CPU (almost 100% on my machine)

In order to use this tool in CI, it would be useful if it could return an error code when a file has been changed/ would have been changed (when...

type:enhancement
help wanted
state:pr pending

I noticed that when using dry_run, all files are always printed as if they would be changed. Looking at the code briefly, it does seem like this is what happens.

type:enhancement
help wanted

I would like to test a function that recieves a DataFrame as input. when trying to do that - it seems that the dataframe is converted to string and then...

According to the Pylance developers attrs deviates from PEP 681 in the way it treats `kw_only` in field override https://github.com/microsoft/pylance-release/issues/4670

Typing
dataclasses

solves https://github.com/PyO3/maturin/issues/1398 The current commit only adds a very basic validation as a POC before implementing the needed cargo / pypi checks A few questions i have before finishing the...

the setup.py was not actually installing the requirements

Hey @guillermo-navas-palencia, in the `experiment_summary` function, the `improvement` is defined as the negative relative loss. which means that it will be calculated in the following method `-1 * ((control -...

### Question I have a use case in which i want to force pylint to use the type hint of a variable, instead of the inferred value. For example i...

Enhancement ✨
Needs design proposal :lock:

When switching from version 7.0.0 to 7.2.0, the import time grew from around 42ms to around 1.3 Seconds (31X slower) By profiling the code running on import it seems that...

bug
help wanted