ErickSkrauch

Results 14 comments of ErickSkrauch

Overall, looks good to me. But you really need to add the ability to embed an icon in the meta-information for preached meta info format.

In general, I would say that this is not our problem :) The point is to mention in the documentation that the `icon` field might contain the base64-encoded contents so...

Same problem. I'm using Yii2 too and trying to mock `::findOne()` method. If I write `Test::double(User::class, ['findOne' => new User()]);`. then nothing happened. But if I override this method in...

As I can see [here](https://github.com/obsproject/obs-studio/blob/d1a1a2c06001da66ae1ba2abb366650ea36f0b34/plugins/obs-filters/async-delay-filter.c#L179-L180), OBS doesn't delay audio via filter by default and relies on some internal sync mechanic. However, I compiled OBS so that the `#define DELAY_AUDIO` was...

> So that's why I have a better system envisioned. That's great! Do you have a plan to do this anytime soon?

So I just tested this PR on a real queue load. And unfortunately, it gets only worse. The application was unable to push any new jobs because the `queue` table...

> It's a shame that OAuth2 requires so much development complexity, but that's a criticism of the framework rather than Ely.by. It's not hard for websites, but for desktop applications,...

Yes, I can. I'll try to do PR on this weekend.