Wouter Bergmann Tiest
Wouter Bergmann Tiest
On Armbian Buster, the /bin/sh interpreter does not understand `[[ ... ]]` (line 4 of build script). An error message is printed. If you change the first line to `#!/bin/bash`...
Great plugin! However, for me it did't work straight away with the `.ino` file type for Arduino sketches. I added the file type `dyn.ah62d4rv4ge80w5xt` to the `LSItemContentTypes` array in `Info.plist`...
In order to maintain a square OpenGL viewport when the window gets resized, I use a `framebufferSizeCallback` function to set the viewport. This works fine when the window is resized...
**Operating system**: MacOS 14.2.1 (Sonoma) **wxPython version & source**: 4.2.1 (Phoenix) installed by pip from wheel `wxPython-4.2.1-cp39-cp39-macosx_10_10_universal2.whl` **Python version & source**: 3.9.12 included with MacOS **Description of the problem**: `wx.MessageDialog`...
On MacOS, `wxMessageDialog` uses a native dialog that shows the application icon. When used with the `wxICON_ERROR` style, an error icon (exclamation mark triangle) is displayed with the application icon,...