-
```sql
select CATEGORY_URI, GROUP_CONCAT(distinct CATEGORY)
from CHARACTERISTIC
where CATEGORY_URI is not null
group by CATEGORY_URI
having count(distinct CATEGORY) > 1;
```
```sql
select VA…
-
Hello, I encountered the following bug when running R-peer again
![image](https://user-images.githubusercontent.com/54279739/154687130-c40201e1-5ddd-40f3-9a45-994e7fb4c63d.png)
this is my code:
lib…
-
I would like to define my own dynamic variables in clock's before/after text.
I'm not sure about how to update the custom dynamic variables, the first thing that comes to my mind is from a file in…
-
Sorry for the intrusion, but I just got my FreeStyle Libre and I wonder if a similar application is/will be available for the iOS iPhone.
I carry my phone with me all the time and it makes no sense h…
-
Feel free to leave a feedback
-
Hi, I think this is the last step for me to be able to run Xdrip in peace.
My daughter´s Endo looks at Clarity reports and needs to have the data there. I am running Xdrip since yesterday and I am …
-
Before updating the script, wanted to discuss how you guys use runservers and see what would be best for Blip and Clamshell...
Basically, the `npm start` commands now used by Blip and Clamshell for l…
-
Talking to @HowardLook and @brandonarbiter, we realized that we needed to decide on how we want to separate events sent to KISSmetrics from our differents apps (Blip, Clamshell, Platform).
1. When cre…
-
From Lukas Schuster @schusterlich (primary dev of Cockpit) to connect Trio data directly to Cockpit without going through Apple Health. Doing so will enable Trio users to access the premium membership…
-
Related to [warning displayed in Discourse integration](https://github.com/nextcloud/integration_discourse/issues/5), it'd be nice to allow users a certain amount of granular control when performing u…