Miroslav Mitev

Results 40 comments of Miroslav Mitev

Damn, I had such high hope that the latest changes will fix this problem. :-) Anyway, thanks for the great application. It was really useful for me before the Twitch...

The latest update fixed the problem for me. By default the streams are loading in high resolution which results in a black screen 90% of the time, but when I...

Hey @tomlee234. I really appreciate your effort to document these bugs, so thank you! > When will you fix this error? I can't really give you an ETA, because we...

I did a quick code investigation and found some info that might help fix the issue: The problem is that the `Sensei_Block_Quiz_Progress::render` (the progress bar) is called before `Quiz_Content::render_quiz` (the...

A WIP DB schema could be found [here](https://dbdiagram.io/d/62f40ff8c2d9cf52fa84dde2).

Missing the modules page was causing some [issues](https://github.com/Automattic/sensei/issues/5008) and after this [PR](https://github.com/Automattic/sensei/pull/5144) we now have the modules page. The page shows the first lesson which is a bit awkward, so...

Hey Dmitry, here's some feedback on what I've observed so far. Some of it might be out of scope, so let me know and I will make new cards. *...

> What do you think about storing timestamps as unix timestamp. I would prefer to use datetime to be honest because it's more readable and consistent with the WordPress ecosystem....

> I added delete methods Nice, that works! The only thing that I see as a potential issue is that the _course_ progress `started_at` date gets updated if I reset...

I've noticed that when you remove a student from a course, the course progress is still there. Is this expected?