Luca Simonetto
Luca Simonetto
Just to ease the following steps, make sure to install numpy and matplotlib on the system interpreter too using pip, otherwise you'll need to run the `klipper/scripts/calibrate_shaper.py /tmp/resonances_#_*.csv -o /tmp/shaper_calibrate_#.png`...
Git blame to the rescue! https://github.com/davestephens/ansible-nas/commit/2166b720b2fc3ca8d6a7c72866aa68334396db3c
Partially fixes #432, doesn't take into account cyphers
Testing this approach now, as first feedback I can say that the yaml provided by @mkuf has a ```yaml profiles: - fluidd ``` section that should be removed, or the...
Happy to get more testing done, it should go without issues as I tested on a 4b myself, but you never know :)
For anyone interested in using poetry with some basic automatic versioning, check out [this past PR](https://github.com/python-poetry/poetry/pull/672) that was proposed, but declined in favor of a future plugin-based component.
The way I do it is to simply add a type checking step in the CI build step, below is an example of what I used to do with travis:...
Since it's a year+ old issue, I can suggest using [monkeytype](https://monkeytype.readthedocs.io/en/latest/index.html) to generate type hints, based on running the project's tests and generating type hints from them. If I have...
I took the feedback from @atlaste and updated the manual with some very simple annotations. @vavaroutsos , if you could give me the exact locations of the issues/tips you encountered...
Well that's great news! Looking forward to see what the 0.2 improvements are :)