Rui Zhao
Rui Zhao
Thanks for the quick response. I managed to do that with **two** attempts. That's a confusing procedure too. In the first time I tried it, it says failed to delete...
> Do you have a use case for it that cannot be achieved with the match method? @jeswr I don't know. It is listed first in [the document](https://github.com/rdfjs/N3.js#searching-quads-or-entities), so I...
By the way, the calendar entries were still being updated while the UI of the app crashes. I confirmed this before resetting the app.
Thanks for the info @39aldo39 . Happy new year. Is there a plan to support "tasks & calendars"? I'm using calendars for both tasks and calendars (with radicale on computers)...
@langsamu Wow. That sounds like a nice starting point of passing computation jobs to CPs. Is it just-another-way of presenting the code, or is it language-agnostic? I see "block", "expression",...
That's a nice proposal! I have been thinking of something related. I guess I will make a separate proposal, which may be bundled as *delegated computation*. Nevertheless, there are a...
Nice points @RubenVerborgh and @acoburn :) I was thinking whether I made a wrong thinking direction earlier. It now seems I generally didn't go wrong in #393, which (hopefully) addresses...
The first question is: how does Last Launcher (want to) interact with the companion app? 1. [x] Currently ColorSniffer can export the color schema to clipboard. If this approach is...
I didn't find any information about why Android would remove clipboard. The only source I found was [Android 10 changes](https://developer.android.com/about/versions/10/privacy/changes#clipboard-data), but it does no harm to this usage: both apps...
How about passing the "default color" like this?: - Last Launcher passes it with key `default_color_for_apps` - ColorSniffer passes the `Intent` (`Bundle`) containing the (possibily) updated `default_color_for_apps`, and this same...