Pavel Borisov

Results 6 issues of Pavel Borisov

Useful when you need to perform extra intricacies after light/dark mode is enabled

**Describe the bug** Suppose a VTIMEZONE definition in iCalendar format ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-//PYVOBJECT//NONSGML Version 1//EN BEGIN:VTIMEZONE TZID:US/Eastern BEGIN:STANDARD DTSTART:20001029T020000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 TZNAME:US/Eastern TZOFFSETFROM:-0400 TZOFFSETTO:-0500 END:STANDARD BEGIN:DAYLIGHT DTSTART:20000402T020000 RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 TZNAME:US/Eastern TZOFFSETFROM:-0500...

Fixes daylight savings affecting floating time values and thus CalendarBuilder.build() being broken due to moving dates.

Currently I'm trying to create Qt help files for OpenGL using your documentation (and it's fantastic)! But qhelpgenerator, the tool that creates help archives for Qt Creator seems to omit...

Is there any stash support for now?

enhancement
help wanted

So I have different clusters and different KUBECONFIG files for each cluster: my work clusters, production, and home kind clusters they all have different kubeconfigs. I wonder if I'd be...