Poschi

Results 14 comments of Poschi

Tested snapshot of Fahrplan with current master. Problem was resolved by #98.

@johnjohndoe Yes and I checked it now again. There is a correct time column for day 2 to 4. But now I noticed that there is no time column on...

@johnjohndoe You are right. So that's how day 1 is looking for the mentioned schedule XML snapshot: ![screenshot_1545780193](https://user-images.githubusercontent.com/825911/50427309-bcff0880-08a4-11e9-9ee5-7f07705f3244.png)

Oh, I found the templates :heart_eyes: and I see that there is a lot of functionality! I have to check if it would be better to extend this!

Ok, wow, the templates are a very powerful tool. I was able to [produce a great statistic](https://podcast.entbehrlich.es/statistik/) out of the box! The [template code](https://github.com/poschi3/podlove-publisher-templates/blob/main/statistik.twig) is really simple. The stats I'm...

Thank you :-) I'm thinking of the values from `prev_month_downloads()`, `last_7days_downloads()`, `last_24hours_downloads()` and `total_downloads()`. Great would be something like "Total Downloads per Month" for a chart. I would like to...

Without JavaDoc and sources it is really hard to work with the SDK. The problem still exists in version 6.13.0. ![image](https://github.com/user-attachments/assets/355f5557-a978-40d3-8890-3e0984cd5fb6)

I would appreciate it if someone could help me. I also tried to use the ID I got from `driveItem.getId()` in my "proof" section (`014ICIUEH23MWGBJOMZRF3RFLCCU7KXWAI`) to make the request instead...

Hi @Ndiritu thank you for your reply. In the meantime I've done something like this: ```java private FieldValueSet sendListItemFieldsPatch(final String siteId, final String listId, final String unescapedPath, final FieldValueSet body)...

Now I'm doing something like this. It's may be helpful for someone. ```java private String urlGenerator(final String urlTemplate, final Map pathParameters, final Map queryParameters) { final RequestInformation requestInfo = new...