Daniel Saier

Results 11 issues of Daniel Saier

### Brief Issue Summary I usually select the same target for building and launching. Qt Creator has a nice feature for this. It has a special entry in the list...

enhancement
help wanted
Feature: build

I really like Grist's concept and especially how the database is just a sqlite file, which can be downloaded and used independently from Grist. In my mind, a very nice...

The ST-Link upload fails with some clones of the ST-Link device, because they do not support the reset pin properly. This results in the error `Error: timed out while waiting...

Closes albertlauncher/albert#967. Usually the WM_CLASS printed by wmctrl has two parts (instance and class name), separated by a dot. There are cases where this is not true: * Chrome's picture-in-picture...

This was broken in 61ae3b3356f2f2c6ca2a3dd0fedcc21a407bbe1c. The variable is getting set correctly, but it was never added to the actual settings.

I am trying to update my self-hosted setup to Etebase and the master branch of etesync-web. I use `REACT_APP_DEFAULT_API_PATH` to change the default API path to `/` (thanks for fixing...

Take the following example code: ```cpp signal signal; struct Observer { Observer(auto& signal) { connection = signal.connect([this]() { // Use state... }); } int state; scoped_connection connection; } auto observer...

**Problem description** Command line Git supports the option [blame.ignoreRevsFile](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt). You can list commit hashes that should be ignored in git blame in a text file. This is very useful for...

enhancement

**Is your feature request related to a problem? Please describe.** I want to store relatively static content in Markdown files edited with Text. These files are usually opened for reading...

enhancement
design
needs info
feature: rich workspaces
needs triage: julius

Saving diagrams as png or svg file with the embedded diagram is often very useful, since it allows an easy preview in other programs. This is already possible using the...

feature request