Lukas Pokorny

Results 8 issues of Lukas Pokorny

`ruby-progressbar` in combination with others gems requiring `enumerator.rb` file cause error ``` cannot load such file -- enumerator (LoadError) ``` if they are loaded in specify order. ### Steps to...

***Gateway:*** AgPhXTn8qvEeZgn4EfjBYtTFdlecH393 ***Device:*** HeatingSystem > SomfyThermostat I try switch my homebridge connection with tahoma to local API. I followed https://github.com/dubocr/homebridge-tahoma#configure-local-api, connection works fine, but in accessories missing Thermostat (so temperature...

duplicate

Current implementation of `update` method is `DELETE` and `CREATE` (https://github.com/pcorliss/ruby_route_53/blob/f96fab52931f069ba4b5fddb291aa53c7412aa52/lib/route53/dns_record.rb#L66-L77). I suggest to change it to action `UPSERT`, which AWS describe as update of record set (see https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html) This change...

https://github.com/socketry/cloudflare ``` 3.1.2 :002 > ::Cloudflare.connect(token: token) { |connection| puts zone = connection.zones.find_by_name("easyproject.cz") } 0.12s warn: Async::Task [oid=0x2c434] [ec=0x2c448] [pid=17591] [2023-02-03 11:03:06 +0100] | Task may have ended with unhandled...

Hi, we have situation that our outgoing mails contains some part of HTML page which contains a link to stylesheets in query string form ```html ``` Roadie raise error ```...

I removed the current way to adding attachments to the editor. Above the CKEditor I added two buttons, first for images and second for resources. Both links display modal dialog,...

1. update dummy app 2. add puma as devel dependency 3. fixed custom fields api

All model are based on `OpenStruct`, which shows as bad practice. Suggest to remove this completely, replaced by static methods according Mautic API responses. https://developer.mautic.org/#rest-api https://github.com/ruby/ostruct