Karl

Results 7 issues of Karl

Using Node.js, express and cylon.js, I'm getting a post request and blinking an LED using a raspberry Pi. I receive the first post request fine, the code runs and the...

When I run this through my Bitrise CI enviroment I get the following error... ```sh Error loading plugin 'fastlane-plugin-appicon': Unable to activate fastlane-plugin-appicon-0.14.1, because mini_magick-4.5.1 conflicts with mini_magick (>= 4.9.4,...

When I run the following command from the [example](https://github.com/KrauseFx/fastlane-plugin-appicon/blob/master/fastlane/Fastfile) ```ruby android_appicon( appicon_image_file: "../appIconAssets/savvy/appIcon/app-icon.png", appicon_devices: [:phone, :tablet], # - does not exist on android appicon_path: '../../android/app/src/main/res/mipmap' ) ``` ```bash Could not...

Love the plugin and does wonders creating app icons. Just wondering if it's possible to also do launchImages as well? Or would that have to be a new plugin?

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@portabletext/[email protected]` for the project I'm working on. Here is the diff that solved...