Matt Graham
Matt Graham
Not sure if [the failing `test_interval` test on `macos-latest, 3.11-dev`](https://github.com/joerick/pyinstrument/runs/7744548124?check_suite_focus=true) was due to the larger interval in `test_interval` (0.005s) compared to the default (0.001s) meaning there is a non-negligible probability...
I agree this would definitely be something worth doing! In general it would help to have a lot more documented examples and this would be a good place to start...
For the remaining `pyright` error in `pre-commit` workflow, I get the same error when running `pre-commit run --all-files` locally on current tip of `main` so not sure if the failure...
> Could you add the option to `Profiler.print` and `Profiler.output_text`, too? `flat_time` option now also exposed in `Profiler.print` and `Profiler.output_text`. I created a type alias `FlatTimeMode` to avoid repetition of...
As an alternative or complement to having the options documented separately in the README or similar, `cookiecutter` supports having [human-readable prompts in place of the variable names](https://cookiecutter.readthedocs.io/en/stable/advanced/human_readable_prompts.html) which would at...
Would also be worth mentioning steps for setting up deployment of documentation to GitHub Pages is user selected `deploy_docs_to_github_pages` option as discussed in #319.
I'd vote against autowrapping Markdown. From my perspective: - It can make minor changes [lead to unnecessarily large diffs](https://code.dblock.org/2021/06/07/to-wrap-or-not-to-wrap-in-markdown.html). - It adds extra faff while editing - either you try...
> I wrap markdown for my own stuff. But just because I quite like to `cat flibble.md` and read it in a terminal. You may already know but in case...
> Generally I try and do one-sentence-per-line, for reasons outlined here: https://nick.groenen.me/notes/one-sentence-per-line/, which I think addresses [#337 (comment)](https://github.com/UCL-ARC/python-tooling/issues/337#issuecomment-2165291128) too, so perhaps we could look for a linter that wraps whole...
I think choosing to follow something like NEP29 or SPEC0 to follow make sense to avoid having to spend too long debating and thinking about what versions to support in...