-
I'm keen to see where this goes or what it's used for - are you willing to share any example implementation code or projects that use this?
Thanks for open sourcing this!
-
Hi @reuterbal,
Is it possible to add a multilingual system?
With each new version, I am compelled to replace the text of the different menus.
For my part, I could propose and maintain a 'transl…
-
The following code is invalid, because it references an identifier that was never defined.
```
from enaml.widgets.api import Window, PushButton
enamldef MinimumFaultyProgramWindow(Window):
…
-
Hello,
I am using the 0.6, directly from the .deb ( I am running Debian stable)
I am writing with it since a couple of month, and was trying to use the export yesterday. But the files remain empty.
…
-
Based on https://github.com/ContinuumIO/anaconda-issues/issues/3679 it seems that even when using the `Supports Automatic Graphics Switching` Option as described on https://stackoverflow.com/questions…
-
Just downloaded Cura 64-bits 15.06.1 from http://ultimaker.com/en/products/cura-software
Installed ok on Ubuntu 64-bits 15.04 (had to uninstall libprotobuf-dev and a bunch of other -dev packages thoug…
-
Following the tutorial I get the following error when Accumulating Scores:
```
(py27) MBPro:~/Programs $ pycontact
PyQt5.QtCore.QRect(0, 0, 640, 480)
Running on 4 cores
Accumulation maps: [False…
-
**System Details:**
* Operating System / Distro: Linux Mint 18.3 (Fresh Install)
* OpenShot Version: 2.4.1
* _Please attach log files if crash_
**Issue Description and steps to reproduce:**
I'v…
ghost updated
6 years ago
-
Hi again!
When I freeze my fbs-tutorial, it works great -- even when I use PySide2. 😄
However, I would like to actually use [Qt.py](https://github.com/mottosso/Qt.py) in my source code, and the…
-
I got an idea for how to reduce installation and update of Avalon into a single command.
```bash
$ docker run -d -p 445:445 -p 27017:27017 avalon/docker:1.0
```
Following this, database is run…