Andy Bulka
Andy Bulka
> 3. FOR FIRST-TIME USERS ISSUES, please use the [Discord server](https://discord.gg/tyE7Gu4). This discord link doesn't work! ## Version of Dear PyGui Version: 1.0.2 Operating System: macOs 10.14.6 (Mojave) ## My...
Following the recommended readme instructions, where `package.json` contains: ``` "devDependencies": { "electron": "^1.7.6", "electron-packager": "^9.0.1" } ``` results in a javascript error ``` The module '/Users/Me/Devel/electron-python-example/node_modules/zeromq/build/Release/zmq.node' was compiled against a...
It would be good to be able to use the latest version of electron rather than be stuck with 1.7.6, however for some reason the dependency on the special version...
When I deploy my Flask app to Heroku the Flask-Executor [official example](https://github.com/dchevell/flask-executor#futures) ```python @app.route('/start-task') @app.route('/get-result') ``` which uses `executor.submit_stored()` to store the Future in the executor, the `/get-result` call behaves...
Tried to uninstall and got this error: ``` $ ./linuxify uninstall Error: Refusing to uninstall /usr/local/Cellar/[email protected]/3.9.1_6 because it is required by cairo, gdk-pixbuf, glances, glib, gobject-introspection, graphviz, gts, harfbuzz, imagemagick,...
Tried running with 2016 nwjs webkit using `nwjs.app/Contents/MacOS/nwjs interface.editor/` and got a window OK with some layout and text but it crashed on: ``` GVA info: Successfully connected to the...
Creating a knob with a label `var k7 = new Interface.Knob({ bounds: [.3,0,.1], value: .1, usesRotation:false, centerZero: false, label:'dial2'}); ` looks ok initially, but the label goes blurry after moving...
I tried installing the `.deb` built by the linux build action on my Ubuntu 18.04. Double clicking on the file https://github.com/wiverson/maven-jpackage-template/releases/download/Ubuntu-latest/testapp_21.40.052006-1_amd64.deb installs it ok, but finding it via the Desktop...
### Version 0.1.5 ### Platform Darwin Andys-MacBook-Air.local 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? 1. Create a...
PyUsb needs a 'backend' installation step which is simple on Mac (`brew install libusb`) but is not well documented for windows. It seems the leading candidates are libusb-win32 vs [libusb-1.0.22](https://libusb.info/),...