David Eisner

Results 10 comments of David Eisner
trafficstars

I've got this working for me on Oreo and Pie, which have an extra "battery optimization" for background services. It may be leaking resources now, though, or reintroducing a pause...

Thanks for trying it out. Yes, I've also found it not completely reliable while I've been using it these last couple of days. The main thing that's stopped it is...

It might not help to work out if they're related, but there's a good chance that they both have to do with the ever changing battery management systems, so I...

According to the docs, all you need to do now is use `MediaSessionCompat` and not call `.setMediaButtonReceiver(null)` on it. I did read the docs when doing my initial investigation. I...

I can send a PR for this.

I merged over on https://github.com/eisnerd/Arduino/commit/f41e3a94a8a4834fc490e783198450420585646a, though what you probably want is a rebase, which I'm also happy to do. It's just trivial stuff with the switch from ICACHE_RAM_ATTR to IRAM_ATTR....

That's interesting. dump-csum paused for a long time, but it produced output on those files. One difference may be that they're in the root subvolume, or whatever it's called, whereas...

Ah, thanks. I didn't see that issue. Here's the result of the same commands, but with /btrfs-mnt-pt pointing to a subvolume. This is not a read-only snapshot, just a regular...

I just saw on #39, too, a mention of switching from single to RAID1. I had to recover from a disk failure that caused a weird fs problem by creating...

I currently get exactly the same two pulseaudio log lines when trying to load module-alsa-sink for an alsaequal device on 18.04.3. The library exists, ldd shows no missing libs and...