Simone Peniti

Results 8 comments of Simone Peniti

Hey @rgriep did you found a solution? I think that I'm experiencing the same problem. @toots I'm using the docker image to run Liquidsoap, is there a way to obtain...

I think that I found the issue, it was the [enable_replaygain_metadata](https://www.liquidsoap.info/doc-2.2.0/reference.html#enable_replaygain_metadata) that was slowly increasing memory usage until the max. I have just removed it and everything seems working fine...

Not so fast, in my case the container has the memory limited to 1280MB, just after starting Liquidsoap was using ~40/43% of it and the usage was increasing ~1% per...

Ah, ok gotcha! Thanks, I wasn't aware of the `ratio` parameter.

Hello, I think that I'm experiencing the same issue. My output is the following: ``` Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange]...

Never mind, I found the issue reading this #314. It’s weird cause I've installed takeout through Composer without specifying the version and it has installed the v1 when the latest...

Hey, just wanted to let you know about a [new library](https://github.com/tursodatabase/libsql-php) for integrating with Turso. It's pretty cool because it doesn't need the libSQL extension, but it does need the...

Hey @mnapoli, @GrahamCampbell, I've opened a [PR](https://github.com/brefphp/aws-lambda-layers/pull/250) to enable the FFI extension. The changes seem pretty straightforward everything looks good so far!