Mario-Eis

Results 2 issues of Mario-Eis

Consider the following query: ``` INSERT INTO courses (id, name, institution_id) VALUES (nextval('course_id'), 'test', 123); SELECT courses.id, courses.name, institutions.name AS "institution_name" FROM courses JOIN institutions ON courses.institution_id = institutions.id WHERE...

question
not a bug

I am currently facing a bad bug in our application that can be traced back to dnd-kit. Under several circumstances, the auto scroll feature goes completely nuts. It just scrolls...