cyroxx

Results 10 issues of cyroxx

There is another Nextcloud app, Kailona, which has a similar scope. It might be useful to do some research on that app. One main difference is that it requires a...

### Steps to reproduce Check donations page in the wiki of this repo ### Expected behavior The link on the [Donations page](https://github.com/nextcloud/health/wiki/Donations) should be https://buymeacoffee.com/iPbXoknVC - the `?via=` that is...

bug
0. Needs triage

### Steps to reproduce 1. Update an existing weight record. ### Expected behavior `lastupdateTime` should reflect the point in time of the update. ### Actual behavior `lastupdateTime` still has the...

bug
0. Needs triage

### Steps to reproduce 1. Create (POST) a weight record via the API with `bodyfat` and `measurement` set to `null`. 2. Verify that in the Health app, this is actually...

bug
0. Needs triage

As a developer of a canteen parser, I would find it useful to include some (optional) metadata about the canteen and the parser itself. - Is the canteen publicly accessible?...

enhancement
parsers

# What I'd like As a user, I want to be able to - stop a current language model download, - resume a stopped download, - delete a stopped/partial download...

enhancement
UI / UX

Based on your previous work, I implemented an outline view where you can click an entry and the editor automatically moves the cursor to the corresponding code. This PR implements...

At the moment, when there is an error with a particular feed, errors are included in the resulting calendar. For example, https://open-web-calendar.herokuapp.com/calendar.events.json?specification_url=https://raw.githubusercontent.com/Chaostreff-Potsdam/machbar-kalender/master/calendar-specification.json currently includes the following error: ``` "Traceback (most...

### The problem Since #115247, caldav has a timeout of 10 seconds(?). However, it seems I am running into that timeout while trying to integrate a particular CalDav server. Could...

integration: caldav

I find the name of the method StringUtil.startFrom() is misleading. It suggests to "use the substring starting at index `index` until the end" (which would probably make a useful method...