Sébastien Touzé

Results 6 issues of Sébastien Touzé

Hi all, I think it can be usefull to have an Event dispatched before the RefreshToke is persisted to add some data inthe Entity. My current usecase is that I...

Hi o/ As the VectorType type is added to Doctrine on DoctrineVectorStore constructor, it is not available in DoctrineMigration which is not aware of this type. So using `bin/console make:migration`...

When using Clinter on a NextJs project using the expérimental app folder (seems also true for lastest NextJs version without app folder), yarn is not able to resolve dependency for...

bug

I thought about something, currently whe we get an error it is handled locally, eg. if the use tries to deletes a file which do not exist a QMessageBox explaining...

Optimization

Hi, In DatabaseManager (and MainWindows where the calls are made), the movies in a directory are added one by one. The use of QSqlQuery::prepare once, then QSqlQuery::bindValue() should be more...

SQL
DatabaseManager
Minor
Optimization

Currintly each time we click on the "OK" button of the Metadata dialog window ALL the metadata are reshed for the movie. This is far to heavy and slow the...

Metadata
Major
Optimization