Guillaume Ayoub

Results 801 comments of 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.

> 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); } }...