Oliver Searle-Barnes
Oliver Searle-Barnes
@boneskull I came across that just earlier today, I had no idea!
@machty I'd love to see the observable integration in. Our ember app needs to poll our backend and an Observable would be perfect for this. We're also aiming to get...
This seems like a slippery slope, once you start reimplementing all navigation shortcuts in an editor you're going to create an awful lot of work. I suggested a generic solution...
I'm seeing something a bit different here (I'm also in eu2): - Step 3 immediately returns a status of `0` but the response also contains `user.consents.realWorldEvidence.touAccept = 0` which seems...
Thanks @mattgoff, I really appreciate you sharing your solution.
Well it does seem to be the case that you aren't able to fetch your own glucose readings, only those of others that have shared their data with you. While...
I had another look at this today and confirmed the above, you can access your own data but only if you follow yourself from the LibreLinkUp app.
This would be very useful
> How about also adding "Remove unused imports on save" option? I'll try and take a look today
The timing seems a little tricky regarding save/linting/removeImports. The linting happens after save(unless you have on the fly enabled) and because removeImports requires the linter to run first it means...