İbrahim Ercan
İbrahim Ercan
@mistercrunch I couldn't reproduce the same bug in ECharts; it seems to be a superset issue.
Here is example data to anyone want to try ``` option = { legend: { orient: 'horizontal', // Horizontal layout for the legend top: 'top', // Positioned at the top...
We encounter this issue periodically on Superset 2.1.1. When Superset becomes unresponsive, we inspect Trino and identify a long-running query. Once we terminate that query, everything returns to normal.
When you watch a stream, you are already seeding it. I don't understand what you mean by joining torrent network.
After a hard reset of the supervisor, we encountered a similar issue. I checked Kafka and noticed that the minimum offset in Kafka was larger than the offset indicated in...
@dceldran If you provide different pid for each channel, you can watch more than one channel at a time. For example ``` #EXTM3U #EXTINF:-1,1. Acestream Channel 1 group-title="ACESTREAM" tvg-id="Acestream Channel...
Nice work by acexy developer. @martinbjeldbak maybe we could add this feature to the this project too.
You should not use `'` mark with EXTRA_FLAGS. Below config works for me ``` services: acestreamengine: image: ghcr.io/martinbjeldbak/acestream-http-proxy:2.3.0 restart: unless-stopped ports: - '6878:6878' environment: - ALLOW_REMOTE_ACCESS=no - EXTRA_FLAGS=--live-cache-type memory ```