Pierre-Charles David
Pierre-Charles David
> Who is still using the Eclipse extension points of ELK? Sirius does. For example [here](https://git.eclipse.org/c/sirius/org.eclipse.sirius.git/tree/plugins/org.eclipse.sirius.diagram.elk/plugin.xml#n5). I'm not that familiar with Sirius's ELK integration (@lredor is the expert on that...
Should be https://course.fast.ai/Lessons/lesson1.html I think.
Duplicate of https://github.com/fastai/course22/issues/8
Duplicate of https://github.com/fastai/course22/issues/8
I also get this error while trying to install Spotbugs 4.7.0 (not tested on 4.7.1) on an Eclipse 2022-03 IDE: 
The fix was merged on Sirius Desktop. It will be available in version 7.4.0 and thus for Capella 7.0.
Same with the Flatpak version installed on a Fedora 39: 
It looks like the SQL parser only knows about MsySQL's syntax (from the file name)? In [our case](https://github.com/eclipse-sirius/sirius-web/blob/master/packages/sirius-web/backend/sirius-web-persistence/src/main/java/org/eclipse/sirius/web/persistence/repositories/IRepresentationRepository.java#L63) we use PostreSQL-specific syntax and with the update to 4.23 I now...
Thanks for the fast response! I've updated my install using the nightly (for 2024-06) and indeed, I can now disable this validation and get rid of the error (or turn...
I think we don't use them anymore, but they were working fine for a long time. The actual PostgreSQL syntax only uses two for type conversion (`content::jsonb`, where `content` is...