lonix1
lonix1
Thanks for adding your use case. For me, it doesn't work on Wayland. (Haven't tried in X11 yet). Update: it doesn't work in X11 either.
@ak2766 I opened a bug issue at the [electron repo](https://github.com/electron/electron/issues/44528). Please chime in there if you have repro ideas.
Since my dupe issue https://github.com/FreeTubeApp/FreeTube/issues/4062 was closed: an important part of the reload, is not to disrupt the playlist's order or settings.
Yes, we use the CDN in production. We run a very large ASP.NET system and try to avoid Node tooling; the .NET industry has many of its own tools, and...
+1 Need some docs or basic example
Also must we change something in our config for the new version to work?
I installed the new version... I'm using c# and it works without changing anything. :-) (I assume some languages already have built-in support.)
Agreed: *this is bug, and also is documented incorrectly.* Without the retry property, the sliding window limiter is effectively useless in most use cases. Can someone please label it as...
Also keep in mind there's yet another "source of truth" in `.editorconfig` files: ``` csharp_style_var_elsewhere = true:silent csharp_style_var_for_built_in_types = true:silent csharp_style_var_when_type_is_apparent = true:silent ``` I guess it's an issue of...
Interesting idea, I think about that, thanks. However it seems to me somewhere a comparison should be made between existing/missing file and new file. That should probably be outside the...