Jan Lübeck

Results 16 issues of Jan Lübeck

I've been using your library for years without problems. Recently I had to resume a project which I haven't touched in several months, so I'm not sure if this is...

Looks like last pub.dev release was back in 2019 and there the code is not null safe? In case it is, should we be installing it some other way? In...

When I execute `screenshots` the emulator opens up, but then almost immediately errors out Here are the logs of `screenshots -v` ``` screenshots -v [ +40 ms] Starting flutter daemon......

It would be great to have a configuration option for setting dark mode on the device. Not sure if this uses Fastlane in the background, but they do offer this...

I need to run PM2 programmatically like this: ``` #!/usr/bin/env node // The Method to call the scan script let pm2 = require('pm2') pm2.connect(err => { if (err) { var...

### Description So I'm trying to connect to my server, in which on the terminal I just do `ssh [email protected]` And I can't seem to make it work. I have...

## Describe the bug Let's say I try to record the current google page, I'm calling `https://wayback.url.com/collection/record/https://www.google.com/` And I just see an empty screen. Is that expected? If I remove...

As you can see in the output, it initially chooses the proper team on `Codesign settings used for archive` but then for some reason it changes the team after I...

And mainly because this folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreLocation.framework/Support/SimulationScenarios Doesn't exist anymore. Have you found a way to make this work on Xcode 9?

``` UIAlertView.showWithTitle("LOCKED", message: "message", cancelButtonTitle: "OK,I'll keep playing", otherButtonTitles: "LET ME IN! ($0.99)") { (alertView, buttonIndex) -> Void in } 'String' is not convertible to 'StringLiteralConvertible' ``` How can I...