Pierre-Charles David

Results 15 comments of 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: ![Capture d’écran du 2022-09-06 13-12-51](https://user-images.githubusercontent.com/10608/188622120-edbf3292-9d2d-4315-abb4-88a37eb536ef.png)

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: ![Capture d’écran du 2023-11-17 11-08-13](https://github.com/ozmartian/vidcutter/assets/10608/d1b2f6cd-b62e-4fb3-aeb8-405c0f541d90)

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...