ryanheise

Results 1670 comments of ryanheise

Yes, that's a known issue with AndroidX which last I checked they haven't fixed yet. Although they say it is harmless.

@fuzzball1980 why do you think this is an issue with audio_session? According to your dependencies, it looks like you're not even using this plugin, and the error message doesn't look...

Do you have any results after clearing the cache?

> No description provided. Can you provide at least some details? I have no idea what you could be referring to, as there is no settings file in audio_session.

> Changing `androidStopForegroundOnPause` from true (default) to false no longer allows stopping foreground service (and notification) by setting `AudioProcessingState.idle`: That's the correct behaviour. If you want to instruct Android to...

I am copying @rjgpereira 's comment from the closed issue here: > @csacchetti I had a similar issue. I'm mimicking the playlist behaviour but not using the ConcatenatingAudioSource, just switching...

Hi @lukepighetti This package merely wraps the raw API calls, in this case to `AVAudioSession.setActive`, and so you would need to consult Apple's documentation to understand the API response. According...

Here is the output from within psql: ``` postgres=# select version(); version --------------------------------------------------------------------------------------------------------------------- PostgreSQL 15.4 (Debian 15.4-2.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit postgres=# \dx List of...

I actually do have the idle query saved from my psql session. I can't give the entire schema, but mytable has columns with the following types: ``` ...... boolean myhash...

I believe I may have encountered the problematic query again, and with the newer version of this package (3.4.3), I captured this error message: ``` Severity.error Socket error: Bad state:...