bernard01

Results 21 comments of bernard01

This comment suite is awesome. I like the stability of the database. If something does not work as I expect then I can always query the database and find out...

Deleted comments as I mentioned earlier can be handled easily as I found out. I created a new instance with a fresh database that does not contain the deleted comments....

On the other hand: -- Get the list of videos in the current database to build a fresh database to attach: select 'https://www.youtube.com/watch?v=' || vid.video_id from videos vid; -- Find...

One can easily create a group for that added item and refresh only that group containing that item. The delete that group. This has the added advantage that one can...

parent_id is perhaps not a good field name as it would be misleading as if it was a channel ID. Perhaps to_message_id?

Thanks for posting the link to the Google request. I checked in the Google request what you are requesting. I am sure we have a misunderstanding. I wasn't quite clear...

Some background. There is a need to at least identify replies to replies. That need arises from the difference between notification of listeners in a comment thread. Because such a...

Hi, Some time ago I experimented with a simple OpenJFX project and Maven. I thought that it should be possible to create a baseline simplistic Hello World type of project...

`AbstractEvolutionEngine` is not thread safe. That is because it is likely that multiple threads evaluate the same candidate at the same time. We fix that and improve evolution performance of...

Same behavior in the nightly build. I see what is really happening. For a new project, I opened a SQL file that existed before the project was created. Then I...