Laurie O

Results 53 comments of Laurie O

> What is a sensible maximum for docstring lines? My current solution is using 3 lines max. I think docstring collapse should be a separate PR and command-line flag. In...

I have a similar problem, but in my case the dependency[^1] I have installed in my Docker image is not available on PyPI or our internal index (but may be...

Is this superseded by #2471?

> One length comparison after the transformation should be enough, right? The one case that that doesn't solve is when `obj` is a un-sized iterable with more values than the...

> What is `an un-sized operable with Moreno values`? Ah, autocorrect. I've updated my previous message

Doing the post-check comparing the result length with the input (latest commit) gives benchmark results: * Detailed validation: * Before: 1.96 ± 0.14 μs * After: 2.10 ± 0.15 μs...

You could start an asynchronous file watcher (eg in a thread) that detects changes whenever `__fspath__` is called. It would have to know when the changes come from cloupath vs...

Note Python 3.8 is the default Python for Ubuntu 20.04 (Focal), supported by Debian until May 2025. That's quite extended, so that's not my recommendation. [PEP 569](https://peps.python.org/pep-0569/) says the last...

To use `FindTBB.cmake`, I had to set `CMAKE_MODULES_PATH=/usr/share/cmake/Modules` (or `CMAKE_MODULE_PATH`, one of the two) On Ubuntu 19.10, with `libtbb-dev` installed Side-note: I get linking errors when I try to build...

Do you want to see all project URLs (without passing `-v` (`--verbose`))? I think it's best to see exactly one (if any are available) (unless `-v` is passed). I like...