Elliott Sales de Andrade
Elliott Sales de Andrade
Also note, I did apply #12025 on top of 2025.7.0, but the warnings are still there.
> Running with pandas 2.2.3 Ah, sorry, I hadn't noticed that we're behind and missing 2.3.1 still. I'm not sure if that would have different verbosity on the warnings.
Still a problem in 2025.9.0 (which has #12025 included.)
Could be related to #4963 since this test also has timers.
A different, but probably the same, failure: ``` === NAME TestBuild/ARM64Linux/goroutines.go main_test.go:308: output did not match (expected 523 bytes, got 523 bytes): main_test.go:308: diff expected actual --- expected +++ actual...
Yes, I applied that patch, but it's unfortunately not enough.
Running tests verbosely, I get: ``` === NAME TestBuild/Host/timers.go main_test.go:874: output did not match (expected 333 bytes, got 313 bytes): main_test.go:875: diff expected actual --- expected +++ actual @@ -4,7...
If you know what you're looking for programmatically-speaking, the format of the URL is described here: https://github.com/nvkelso/natural-earth-vector/issues/246#issuecomment-1134290221 There's also the S3 bucket at https://naturalearth.s3.amazonaws.com/ which lists everything (which isn't easily...
> `self.canvas_widget.bind("", self.on_resize)` I am not sure why you are doing this. It overrides the binding made in Matplotlib and internal buffers are not updated. There is, AFAICT, no need...
It's in the install requirements: https://github.com/saulpw/visidata/blob/v3.1.1/setup.py#L28 so if it's not installed by `pixi`, that seems like a `pixi` or `conda-forge` bug