Dimitris Kolovos

Results 12 comments of Dimitris Kolovos
trafficstars

I've built the jnativehook jar from source (had to delete src/java/module-info.java for it to build under OpenJDK 8) on my Mac and my application has been working without freezes for...

Until this gets properly fixed, a workaround would be to manually dispose of the problematic models using the `Model Cache` view.

The culprit seems to be `org.eclipse.epsilon.emc.emf.CachedResourceSet` which is a global cache for EMF resources. The rationale behind this class is that if you load the same model file twice as...

So is the issue that caching is disabled by default for instances of `EmfModel` but enabled by default for instances of `InMemoryEmfModel`?

I think I'd set the default value of `expand` to `true` in `AbstractEmfModel` for consistency.

You're right, this needs fixing and the generator that produces the example project wizards under `plugins/org.eclipse.epsilon.common.dt.examples/src-gen/org/eclipse/epsilon/common/dt/examples` also needs updating to point to the GitHub repo.

How odd! I'm also using 2023-12 and I can reproduce this issue consistently.

Wow - this is amazing! It'd be nice to also include a [.dt plugin](https://eclipse.dev/epsilon/doc/articles/developing-a-new-emc-driver/) in the PR for consistency with the rest of the drivers. Please let me know if...

> Fixing the feature and updatesite plugins - I don't recall how to do it. At the moment they are just placeholder folders. If you're considering contributing the driver to...

You're more than welcome to move the repo to epsilonlabs! I've just invited you to the organisation.