Alexander Poss

Results 59 issues of Alexander Poss

# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...

There is a problem when the dbus and rename plugins are used at the same time. The dbus plugin seems not be aware of the renamed keys and notifies everyone...

Thanks for the script. Unfortunately, building fails with OpenSSL version `1.1.0e`.

How can I use images in my wiki? The Markdown syntax does not seem to work.

enhancement

It would be great if you could share the STL you used for printing so one can easily reproduce the project. I am still struggling with FreeCAD to export the...

Likely, the v2 token used to authenticate the notion.so client does change frequently (not sure how often). What is the best way to keep the token up to date unattended?

The ternary operator is recommended to be used in QML. Right now it breaks code folding. ```qml import QtQuick 2.0 import QtQuick.Controls 2.0 Item { id: root width: 500 height:...

It would be great if JavaScript code blocks would be detected and run in JavaScript mode. Example: ```qml import QtQuick 2.0 import QtQuick.Controls 2.0 Item { id: root width: 500...

As of now, the auto-indentation feature doesn't work with the QML plugin. Example: ```qml import QtQuick 2.0 import QtQuick.Controls 2.0 Item { id: root width: 500 height: 500 Button {...

Example: ```qml Binding { target: otherComponent property: "width" value: whatever.random } ``` The plugin chokes on `property`. `property` is not only keyword in QML, but also can be a property...