Christoph Hasse

Results 72 comments of Christoph Hasse

> BTW, numpy is the one silencing those warnings: > > https://github.com/numpy/numpy/blob/main/numpy/__init__.py#L320-L323 Thanks, I was not aware of this. I'd argue then that the problem is actually the user code...

@ColinKennedy let's see if someone from Google replies. Otherwise, I'd argue that w/o guidance, following the Google examples would be the more reasonable default, or make it configurable.

@ColinKennedy @danymat, now that we've got a response on the google issue, how do you feel about moving forward?

@agucova did you ever find a solution to this problem?

Thanks for the quick reply @agucova, I guess I'll just have to do without pyenv for now then :/. I've already tried a bunch of profiling but am a bit...

@native-api if I prepend that bit to `PS4` it seems that the script is somehow aborted, see short output below... 🤔 But I've not yet dug deeper because I'm wondering...

I think this is actually the same problem that is reported in #10785. And more generally it seems that using something as a type hint that isn't documented as `py:class:`...

> A note: I'm a big UI tinkering hater. I don't care how things look, all I care is how things work - what workflows are provided is the only...

@nikitabobko thanks for the quick reply! I saw the stackline issue but I don't think it fully solves the issue because it only indicates that there are more windows but...

For what it's worth, I've also been running into this. For now running without swayidle/swaylock to avoid this problem. I've also found swaywm/swaylock#217 and swaywm/swaylock#86 which all sound pretty similar......