Elvis Stansvik
Elvis Stansvik
I'm probably missing something obvious, but with the test case **test.py** ``` python from multiprocessing import Process def run_app(): from PyQt5.QtWidgets import QApplication from PyQt5.QtWidgets import QMainWindow app = QApplication([__file__])...
When working with several concurrent calls to long-running Python functions it would be very convenient if the `call` API was something like: ``` javascript call(var func, args=[], function callback(result) {},...
Our CI submits build results for all commits on all branches to our CDash. I'm trying to figure out how to make CDash show the warnings diff for every build,...
Hi all, We recently switched our Ubuntu CI build server from Ubuntu 18.04 to 20.04, and thus from CMake 3.10 to 3.16. Everything seemed to work great after the switch,...
For example: ```yaml foo: | This is `a literal bar: | And @this ``` The ` and @ are marked as errors  when they are in fact allowed. They...
It would be great if the plugin supported the code style settings "Right margin (columns)" and "Wrap on typing" (under Settings -> Editor -> Code Style -> SnakeYAML -> Wrapping...
I'm currently using auto-scaling for my X-axis, but I noticed that I'm still prevented from making the plot smaller beyond a certain point. It would be great if the axis...
I'm in the process of trying to achive a series of side-by-side plots like this:  The plots show results from the analysis of a drill core. The scale on...
It would be great to have an API for working with "stacked" area plots. A stacked area plot is a collection of line plots where the the values on the...
Hi, I couldn't find a mailing list so I'm opening this issue to ask: What is holding back a first release of the COLA libraries? (specifically libavoid). Is it a...