Lukas Pokorny

Results 9 comments of Lukas Pokorny

Same issue as @PrzemyslawKlys ``` [3/24/2022, 2:50:02 PM] [TaHoma] API client will be locked for 60 hours because of bad credentials or temporary service outage. You can restart plugin to...

Yesterday I updated Homebridge in DSM and same result. Homebridge works, but in Home.app all accessories "no response". Re-add bridge show something like "error try reset bridge"... edit: package version...

Hi @jfelchner I prepared for you copy of our application with additional gems which cause it this order error, check our repo pls. https://git.easy.cz/redmine/package/-/tree/progressbar_test_enumerator

✅ I can confirm that `v1.13.0rc1` works - it did not cause "enumerator error" 👍 good job Thank you

Unfortunately this HTML is not under my control. Background: Our system receive text-plain message which contains HTML code with this style link. Message become from 3rd party blackbox. We have...

Hi, I have same issue in my instance: ``` during the rendering of a template ("Unable to choose a translation for "one: %count% sekunda|[2,4]: %count% sekundy|[5,Inf]: %count% sekund" with locale...

I have same issue, in `v5.0.4` ``` [2024-05-20T23:14:46.296898+02:00] messenger.CRITICAL: Error thrown while handling message Mautic\MessengerBundle\Message\EmailHitNotification. Removing from transport after 3 retries. Error: "Handling "Mautic\MessengerBundle\Message\EmailHitNotification" failed: JMS\Serializer\Handler\DateHandler::serializeDateTime(): Argument #2 ($date) must...

Hi, basically for `add` and `remove` contact to/from segment, implement instance methods in https://github.com/luk4s/mautic-rails/blob/master/app/models/mautic/contact.rb model. For example: ```ruby # @param [Integer] segment_id def add_to_segment(segment_id) json = @connection.request(:post, "api//segments/#{segment_id}/contact/#{id}/add", body: {})...