Pietro Campagnano
Pietro Campagnano
This PR should fix the #36 and improve readability with other subtle improvements: - show time in seconds instead of milliseconds - colorize class name to make it more readable...
I am not sure about this one, the different includes seems redundant, without this code the CI is green... Any additional test we can make to check if this is...
Sometimes is useful to stop a pomodoro because you have been interrupted, and this should be shown as void in the timer history. If you start a pomodoro before the...
This proposal aims to keep next-video fully backward compatible while allowing assets to be saved to a database or sent to an API. The idea is to make the asset-saving...
A few days ago I tried to deploy next-video with a custom configuration to save assets data in the backend, but there was a strange error, as if the saveAsset...
There is a symlink in `public/_next-video` that is automatically created every time I start the nextjs dev server, but I suppose it's useless if you don't save your asset in...
When you have UGC, you cannot know in advance the aspect ratio of a video, but setting it late leads to a poor user experience. Perhaps we could save the...
This fixes issue #303 where reusing the result of that() for multiple should() calls would cause duplicate violations due to shared mutable state in the RuleBuilder. The fix makes should()...
Add support for collecting dependencies from PHP 8.4 property hooks: - Handle typed parameters in set hooks (e.g., set(MyClass $value)) - Dependencies from expressions within hook bodies (new, static calls,...