Philip Hofstetter

Results 21 comments of Philip Hofstetter

> > [anonymous classes] > I think this is currently covered by the rule braces. Not sure if we should add a new option to it or create a new...

> If you read this strictly, it should apply to anonymous classes too. however, the sample code in https://www.php-fig.org/psr/psr-12/#8-anonymous-classes does not contain the parenteses I guess it's time for PSR-1212...

this happens since the 2.0.3 update: ``` $p = new \ApkParser\Parser('some-apk-file.apk'); $l = $p->getManifest()->getApplication()->getLabel(); var_dump($p->getResources($l)); ``` in 2.0.2, this returns an array with one element containing the application name. In...

according to git bisect, this was caused by 1282c68f8d48536243367bb380569d53b7ff0bc3. I'll make a PR to fix this

never mind - this was just a config change. instantiate \ApkParser\Parser with `['manifest_only' => false]` as its config argument to restore the previous behavior. Maybe the release notes for 2.0.3...

you will get a failed notification for the failed job anyways which will mark the slack notification as partially failed.

On my iPhone (iPhone 13 Pro, iOS 15.3.1), I see high background energy usage even when not connected, but the app still running. In this state, I would not think...

this is Tailscale 1.24.2 not connected, but also not force-quit (and with "Tailscale" set as the default VPN in the System Preferences) running over night at home with WiFi active....

Here's the power log of my iPhone 14 Pro. I ran Tailscale for ~1 hour and confirmed the background power usage before creating the sysdiagnose. 1 hour is probably too...

(I don't know much about iOS, but all timestamps in those SQLite files point at October 16th, but I can assure you that the sysdiagnose is from today...)