Eugene Triguba
Eugene Triguba
Has there been any update on this?
This is pretty common for progress bars. See [tqdm](https://tqdm.github.io/docs/tqdm/): > Customisable progressbar decorator for iterators. Includes a default range iterator printing to stderr. POSIX defines stderr as "for writing diagnostic...
I believe this was resolved here: https://github.com/acantril/learn-cantrill-io-labs/commit/049ae2b07edc2d90222fe3a938edfe585b24bf8a
@carl0smat3us Hey Carlos, sounds like a great idea! This reads as two different feature requests so I just wanted to reiterate and confirm this is what you're saying: - In...
@carl0smat3us Go for it, thank you 👍
@sushart In this example, I'm curious what the output you're expecting is? The reason I ask is because the model has a cycle. The `parent` of `gf_ref` is set to...
@JelleZijlstra Are you handling this or do you mind if I take a look into this? 🙂
fwiw, this looks to be an issue with any output: ``` >>> import tarfile >>> t = tarfile.TarInfo() >>> t.tarfile.T:1: DeprecationWarning: The undocumented "tarfile" attribute of TarInfo objects is deprecated...
I tried this with `pypy` and wasn't able to get this output with the latest version: ``` ~ % pypy Python 3.10.14 (75b3de9d9035, Apr 21 2024, 10:55:50) [PyPy 7.3.16 with...
@koxudaxi Would this also resolve this issue? https://github.com/python/cpython/pull/113979/files