Stanley F
Stanley F
I can't see how this is intended to work. A dataref is translated into a function call. The function's implementation has to be located in X-Plane or a plugin. This...
Qt writes to stderr by default. Therefore, to see the plugin messages, you need to run X-Plane from a terminal.
Removing the `babel` package will cause the language detection to default to English. In this case, you get the message `info: 'Teset': Possible spelling mistake found. [MORFOLOGIK_RULE_EN_US]`. Adding the `babel`...
Thanks for reviewing @valentjn. I adapted the patch accordingly.
You are right. It is indeed the same for PyCharm as described in #4090 and your solution works in this case as well. The files that require changes are: *...
I can confirm this issue. It appears for files outside Dropbox, as well as for files within Dropbox and paused synchronization. For me, it is independent from timing. I have...
@JoKalliauer here is a minimum working example: ``` % Encoding: UTF-8 @Article{, } @Comment{jabref-meta: databaseType:biblatex;} ```
I am facing the same problem. AGH is working perfectly for all hosts and containers within my network but not for docker containers on the same host. Using `docker run...
In the other comment you wrote "[...] adapt the scenario loader [...]". Do you refer to the `readscn` method? I just checked my fix, which fails to load scenarios without...
Thanks for the hint. I had this in mind, as well, and checked the rest of the code: ```bash stanley@gallifrey:~/Development/bluesky|master ⇒ grep "Qt.Key_" -R . ./bluesky/ui/qtgl/infowindow.py: # if event.key() ==...