egloffmark

Results 7 comments of egloffmark

It is definitely an eclipse issue - if I just run "maven compile" then the "extensions.idx" files get generated. I could solve the issue by either configuring Eclipse to use...

I had the same problem. In order to solve it I had to download a newer version org.apache.felix.src (i.e. version 2.0.12) to my local repository and use this one instead...

I had the same issue on a Windows 10 System. I solved this by analyzing and installing the missing dll dependencies of the temporary "webp-imageio.dll". In my case the following...

True it happens when the desktop scaling has been set to a different value than 100% (i.e. 200%) any hints or tips what I can do as end-user? ![image](https://github.com/eclipse-platform/eclipse.platform.swt/assets/7382336/8dd9df98-ae7d-4e82-b411-ba51e1dd1dc0)

It happens when the desktop scaling has been set to a different value than 100% (i.e. 200%) any hints or tips what I can do as end-user? ![image](https://github.com/eclipse-platform/eclipse.platform.ui/assets/7382336/14dc905e-5d0f-4342-b9d0-6b53918c8353)

Thank you. This works, however any example how the response can be mapped back to a type of the generated classes? ``` console.log("start...") import { query } from './generated/typed-graphql-builder.js'; import...

Thank you, is it also possible to retrieve it as "country" Object ? means instead of ``` const countriesQuery = query((q) => [ q.countries((c) => [c.name({ lang: "en" }), c.capital,...