Robin Dunn
Robin Dunn
Here is my docker-compose.yml file: ```yaml version: "2.1" services: jenkins: image: custom/jenkins:$VERSION restart: unless-stopped container_name: jenkins-b hostname: 'jenkins-b' networks: - network1 environment: - JENKINS_OPTS=--prefix=/jenkins - JENKINS_HOME=/bitnami/jenkins/home - JENKINS_HTTP_PORT_NUMBER=8080 - JENKINS_HTTPS_PORT_NUMBER=8443...
wxPython/wxWidgets does use GTK by default. My understanding is that wxWidgets can be built to support broadway as the GTK backend, although last I checked not all features were available...
I'm playing around with yet another svg renderer based on nanosvg, this time for wxPython. I've got the rasterizer working well but I would also like to enable rendering direct...
Hi all, ignore my message above. I found how to properly apply the gradient's transform and all is rendering properly now.
This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/ultimatelistctrl-setheaderheight-does-not-work/36089/5
This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/32-bits-recent-wheel/36023/3
This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/wx-adv-genericcalendarctrl-crashes-the-frame-when-using-setattr/36096/2
This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/wxpython-app-frame-goes-to-background-after-progressdialog-is-closed/36022/22
This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/need-help-with-wx-aui-auimanager-problem/36025/1
I wouldn't be surprised if it was libpng that is changing the locale, perhaps in order to display an error message.