Adrian Freund
Adrian Freund
This issue currently seems to only describe supporting normal OCI images by providing a minimal VM image that can mount and run the OCI image. Have you also considered supporting...
I have the same problem. Adding the Holidays for Germany calendar works fine, but a different ICS calendar doesn't. Events don't show in the web interface, but do show in...
Thanks for investigating. Are there two different parsers in use? I just noticed that the events do show in the "Upcoming Events" widget on the Nextcloud dashboard, but don't show...
I looked into the iCal.js code and noticed that they already support a more permissive mode. All that's needed is setting `ICAL.design.strict = false`. I tested this by loading Nextcloud...
Looking at the nextcloud code it looks like this should go into [nextcloud/calendar-js](https://github.com/nextcloud/calendar-js) instead of this repo. This repo imports ical.js once directly, but mostly uses it through nextcloud/calendar-js. That...
I noticed those repair steps after submitting my PR. May I ask why writing a repair step is more appropriate? iCal.js lenient mode is designed for this exact scenario and...
I just tested the newly released Calendar 5.3.6 (which includes calendar-js 8.1.3) and noticed that at least for the reproducer I posted above https://github.com/nextcloud/calendar-js/pull/825 didn't fix the issue. The problem...
You can use a custom function with a show rule for footnotes: ```typst #let big-footnote(reference) = { show footnote: it => [ footnote #numbering(it.numbering, ..counter(footnote).at(it.location())) ] reference } Hello World...
Oh. I didn't notice that space. You can get rid of it by removing the newline after the number: ``` #let big-footnote(reference) = { show footnote: it => [footnote #numbering(it.numbering,...