Marduk Bolaños
Marduk Bolaños
I compiled Calypso and then compiled the basic demo without problems. While trying to compile the Qt5 demo (`qt5demo.d`) I get the following: ``` semantic3 QtGui semantic3 FunctorCall semantic3 IndexesList...
Executing `qt5demo_simple` fails with: ``` This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugins are: eglfs, linuxfb,...
The package [ibm_db](https://www.npmjs.com/package/ibm_db) provides an API for connecting to IBM DB2. It should not be too hard to integrate it. Thank you so much for developing this awesome extension!
On Windows the following PowerShell script can be used for creating a tray notification: `Invoke-Notification.ps1` ```powershell [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") Function Invoke-Notification { [CmdletBinding()] Param ( [Parameter(HelpMessage="The message title")] [string]$Title="Attention...
Under Windows one would expect that "Open Application" works with an executable in the PATH, like notepad.exe. But instead Windows Explorer is opened.
**Is your feature request related to a problem? Please describe.** When an icon is used in a section heading it is not rendered in the outline pane.  **Describe the...
I have a JUnit test for which the Maven goal testCompile (belonging to the maven-compiler-plugin) fails. Nevertheless, when the test is executed using the green play button in the gutter,...
[grok](https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html) is a Logstash filter with a similar functionality to TTP. It includes a list of commonly used [regex patterns](https://github.com/logstash-plugins/logstash-patterns-core/blob/main/patterns/ecs-v1/grok-patterns). This would be a nice addition to TTP. Thank you...
**Is your enhancement request related to a problem? Please describe.** Robot Framework has its own dictionary class [DotDict](https://robot-framework.readthedocs.io/en/stable/autodoc/robot.utils.html#robot.utils.dotdict.DotDict), that allows retrieving a value from a (nested) dictionary using dot syntax....
In Gnu-R 2.15 and 3.6 `update(~1, ~. - y)` produces `~1`. pqR produces `~1 - 1`