graue70

Results 23 issues of graue70

**Is your feature request related to a problem? Please describe.** Tentative and confirmed events look exactly the same in the dashboard widget. **Describe the solution you'd like** It should be...

enhancement
0. to triage
Feature: Dashboard

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I was logged in to my spotify account before the upgrade....

bug

**Describe the bug** See title above and reproduction below. **To Reproduce** 1. Create a task with an alarm linked to the due date of the task. Put the due date...

bug

```sparql PREFIX wdt: SELECT DISTINCT ?item ?type WHERE { ?item wdt:P279 ?type . } LIMIT 1000 ``` If you execute the above query, the button on top of the results...

```sparql PREFIX wdt: SELECT DISTINCT ?item ?type WHERE { ?item wdt:P279 ?type . } ``` If you hover over `P279`, it shows the URI ``. If you replace the text...

On some resolutions (e.g. width 1200px x height 1920px and 140% zoom) the text of the non-clickable timing buttons disappears. In that case, it is not clear what the times...

The UI isn't great when using a rotated screen (width 1200px x height 1920 pixels) and zooming in to 130% or 140%. 1. The buttons row below the editor looks...

The autocompletions for ```sparql SELECT WHERE { #Beautiful } ``` (cursor after the l) give `Q12886367` at the 45th position, even though it is a perfect label match. Is this...

The query ```sparql SELECT ?predicate ?count WHERE { { SELECT ?predicate (COUNT(?predicate) AS ?count) WHERE { ?x ql:has-predicate ?predicate } GROUP BY ?predicate } ?entity ?tmp ?predicate . FILTER REGEX(?predicate,...

Take the following query for example: ```sparql PREFIX rdfs: PREFIX skos: SELECT ?predicate (GROUP_CONCAT(?alias) AS ?aliases) WHERE { { SELECT ?predicate WHERE { ?x ql:has-predicate ?predicate } GROUP BY ?predicate...