Guillaume Ayoub
Guillaume Ayoub
> Yup... It's all bout margins. Definitely
I think that this bug is the same as #1889 and #1875. Letās keep them open until weāre sure that the problem is the same.
> "Scheduling Extensions to CalDAV" seems to be the favoured method. The relevant RFC are 6638 and 5546. For support for scheduling across different servers 6047 is also required. That's...
> does radicale support free-busy feature now. No.
Hi! Well⦠Why? š
> Hmm, inotify is supposed to just work with fuse. Unfortunately, I donāt think it does. Hereās a related issue: https://github.com/libfuse/libfuse/issues/328. But I donāt know FUSE and inotify well at...
Hi! Thanks for this report. First of all, Iād like to avoid using other renderers as a source of truth. Antenna House is amazing, and itās always useful to compare...
> In the meantime, can you possibly correct the error with `counter-reset()`? OK, letās focus on this.
> I am sure i missed the point where the real difference is, sorry for that. The difference is: ```css main section:first-child h1 { page: main; } ``` The `main`...
Resetting the page counter works in the `@page` context: ```html @page romanpage { @bottom-center { content: counter(page, lower-roman); } } @page decimalpage { @bottom-center { content: counter(page, decimal); } }...