Aleksander Machniak

Results 42 issues of Aleksander Machniak

Consider this: ``` Hello, This is a test.Does it work this time? ``` Imo, this is valid HTML and it is also parsed correctly by DOMDocument. However, HTML5 parser will...

bug

I don't see anything in the code that would require libxml extension. We only need DOM. Do I miss something?

https://github.com/sabre-io/dav/blob/99b58e01ea16fe4cb92059ee03500f9bfd6a7d6a/lib/CardDAV/Plugin.php#L152 The CalDAV plugin for similar case uses $node->getPrincipalUrl(), which imo would be better. https://github.com/sabre-io/dav/blob/a6d4621a78c560b9b6bbcf96e48ab429f50b2997/lib/CalDAV/Plugin.php#L345 Background: I'm investigating an issue where it looks like MacOS clients expect `calendar-home-set` and `addressbook-home-set`...

Here's a fragment of an iTip I received: ``` BEGIN:VCALENDAR VERSION:2.0 PRODID:-Microsoft CorporationOutlook for Mac MIMEDIR//EN METHOD:REQUEST BEGIN:VTIMEZONE TZID:Beijing, Chongqing, Hong Kong, Urumqi X-ENTOURAGE-CFTIMEZONE:Asia/Hong_Kong X-ENTOURAGE-TZID:39 ``` I see `Beijing, Chongqing,...

Here's sample of iCal data: ``` BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 10.0 MIMEDIR//EN VERSION:2.0 METHOD:REQUEST BEGIN:VTIMEZONE TZID:Eastern Time BEGIN:STANDARD DTSTART:20161101T020000 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 TZOFFSETFROM:-0400 TZOFFSETTO:-0500 TZNAME:Standard Time END:STANDARD BEGIN:DAYLIGHT DTSTART:20160301T020000 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3 TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:Daylight...

Sorry for using improper channel, but I feel I might get a developer support here faster than via the Mollie webpage. So, I had my checkout tests working according to...

## Specifications - API Version: 2.48.0 ## Describe the issue First, note that my project's automated tests were working a few months back, so to me it looks like something...

### Bug report ``` if (pam_auth($username, $currpass, $error, false)) { if (pam_chpass($username, $currpass, $newpass)) { return true; } } ``` with phpstan level:2 results in error "Function pam_chpass invoked with...

bug

It looks to me that when an alert is automatically dismissed it gets hidden, but still stays on the page. The `close.te.alert` nor `closed.te.alert` are being invoked in this case....