Johannes Loibl

Results 32 comments of Johannes Loibl

I was debugging an entire day now to find out why my GUI tests in pytest are crashing, until I found out that StatusBarManager is not properly recycled. Then I...

Seems to work, seems like there was a major overhaul :) Besides that on version 4.0.0b2 i can see other problems, don't know if they are known: 1. Weird output...

I'm using the commandline terminal of PyCharm 2021.2.1, which in other cases is able to render colors. Win10.

Hey, sorry. When trying to reduce the problem in my application to be simply reproducible, this typo "return 1" in traits_init made the example look like it is showing the...

Ok i got it. Now you should be able to reproduce.

A similar problem related to this is: ``` C:\Users\...\Lib\site-packages\pyface\ui\qt\code_editor\code_widget.py:57: in __init__ font.setStyleHint(QtGui.QFont.TypeWriter) E AttributeError: type object 'QFont' has no attribute 'TypeWriter' ```

I don't get why [abf8499](https://github.com/vorausrobotik/docat/commit/abf8499a06fe9c29300c15216a1a104e71e6e6b5) was not merged. I'm just rying to do exactly the same thing. Using a Docat deployment that is automtatically fed from a CI job, while...

I would also need this since our on-prem Gitlab does not allow access to GitHub, but we might cache the packages on Artifactory.

I was looking for a feature for something like "stacked cards". Supporting the mentioned features would be really useful!

Maybe this Powershell script helps your a bit. I was creating it while learning PyApp before switching to the Hatch binary builder. It expects that you uploaded a wheel to...