ggolda
ggolda
Does it work with laravel sanctum? https://laravel.com/docs/7.x/sanctum#authorizing-private-broadcast-channels laravel-echo-server throws 401 when I'm trying to authenticate private channels.
Is it possible to create an API client without providing a key? I want to monitor server status in my monitoring tool but rotating keys will be difficult. I don't...
Hello! I have an incredibly weird issue to report. My code snippet below fails only on videos that have 600x600 resolution and works absolutely flawlessly on videos with other resolutions....
In current implementation of MediaStream, Threshold is being hardcoded and there is no way to override it: https://github.com/radek-k/FFMediaToolkit/blob/master/FFMediaToolkit/Decoding/MediaStream.cs#L23 `Threshold = TimeSpan.FromSeconds(0.5).ToTimestamp(Info.TimeBase);` Because of that as I understand, I can not...
### Is your feature request related to a problem? This proposal is related to these 2 bugs/caveats of skia: https://github.com/mono/SkiaSharp/issues/1097 https://github.com/mono/SkiaSharp/issues/445 TLDR; in some cases calling `PeekPixels` on `SKImage` results...
### Issue Kind Change in current behaviour ### Description According to the documentation ([Poetry Repositories Documentation](https://python-poetry.org/docs/repositories#primary-package-sources)) and current Poetry behavior, when a new source is added, it is automatically assigned...
### Steps to reproduce Looks like pydub attempts to read the stdin in the scenario below in `audio_segment.py` (https://github.com/jiaaro/pydub/blob/master/pydub/audio_segment.py#L766). If another python thread is currently trying to read from stdin,...
**Is your feature request related to a problem? Please describe. 📝** Would be great if Python version of a package had an ability to encode frames and provide video files,...