Martin Jansen
Martin Jansen
Prior to this change `esp-knx-ip` did not compile for me in Arduino 1.8.19 on macOS Monterey. The build failed with ```c In file included from /path/to/Project.ino:1: esp-knx-ip.h:259:17: error: flexible array...
While using AFCache I noticed that apparently `UIWebView` gets confused when the text encoding is part of the MIME type (aka content type) field of a `NSURLResponse`. This can happen...
When installing the dependencies in a local repository (using something like `bundle install --path vendor/bundle`) Kibana fails to recognize these because `bundler/setup` is not loaded. I rarely venture into Ruby...
#### Pull Request (PR) description This PR updates the version constraints for the module's dependencies and adds support for Debian 11/12 and Ubuntu 20 and 22.
This module depends on `puppetlabs-stdlib` >= 9.0.0. This requirements has been introduced when you guys [switched to stdlib::to_toml](https://github.com/voxpupuli/puppet-telegraf/commit/1ba2350d1e33472eee5cded21cbeba55cae7a11c) in June. The `to_toml` function however has been added to `stdlib` [in...