Serge Tkatchouk

Results 23 comments of Serge Tkatchouk

It *does* strip RG tags in force-RG profiles (`mp3_rg`, `opus_rg`) so the client (if it so happens that it supports RG tags) doesn't apply them to already RG-corrected audio stream,...

Unfortunately, Subsonic API doesn't provide a way to "say" the server that you want to stream something without transcoding, IIRC. It does provide a `/download` endpoint though (which will give...

I personally use [belitre/gotpl](https://github.com/belitre/gotpl), which itself is a fork of [tsg/gotpl](https://github.com/tsg/gotpl) with some functions ported over from Helm. Unfortunately, it doesn't take any variables from the environment (only from "values"...

Hello @joefiesta! I had a similar problem with Saka Key as well as many other "vi-like control" addons and the usual solution is a command that makes the addon pass...

In my case I get an NPE as soon as I add any `WHERE` condition referring to the second index. The query looks like this: ```sql SELECT * FROM index.one-2021.11.*...

Hello everyone! I'm currently out of town, will get back to this issue when I'm back home. > > 2 авг. 2022 г., в 10:42, David Ko ***@***.***> написал(а): >...

I fixed the issue with wrongly-placed `---` in `environment_check` using the GitHub UI and forgot to add the sign-off. D:

OK, I figured it out. :) Now I'll check if I can add a knob to make it configurable.

@shuo-wu I'm not sure if I fully understand how exactly the `environment_check.sh` script gets called when deploying Longhorn, so I'll need some help. :) I can wrap this whole section...

I've created #20 with a fix that works for me, please check it out when you have time.