Antonio García-Domínguez
Antonio García-Domínguez
Using BuildKit, we can parallelize the build of the multi-stage Dockerfile by moving the things that do not require the DSpace source code to the beginning of each stage. This...
Hi jyio, This looks awesome! I'd love to be able to carry just my tablet to do some light coding and LaTeX writing instead of my clunky laptop. However, I'm...
It would be good to add Export/Import buttons to the [Profiler view](https://eclipse.dev/epsilon/doc/articles/profiling/#inspecting-profiling-information) that we have in Eclipse. At this point, once a profiling run has completed, there is no way...
Currently, `@cached` only supports 0-argument context operations, as the cache key only has the context object and the operation name. This is also done to limit the size of the...
This PR is to fix issue #51. The problem was that the RuleProfiler never gets to screen a `TransformationRule`, because its `executeSuperRulesAndBody` method directly executes the body `StatementBlock` so the...
Working on the TTC KMEHR to FHIR case today, I noticed that the benchmark driver in its reference solution, transforms a File into a Resource, rather than a File to...
We had a question today from a user on how to customise the EMF load and save options for their EmfModel. Our website [says this cannot be done](https://eclipse.dev/epsilon/doc/articles/epsilon-emf/#how-can-i-use-custom-loadsave-options-for-my-emf-model), but we...
I tried using the profiler on an ETL script through the Java API, and found that the rule information was not being populated as expected. I could see the various...
I tried writing some Flexmi files in YAML format today, using this custom metamodel: [queryset-metamodel.zip](https://github.com/eclipse/epsilon/files/10155016/queryset-metamodel.zip) I tried writing this bit: ```yaml ?nsuri: https://eclipse.org/hawk/sqlite/queries queryset: name: NonTimeawareQueries queries: - name: "nodeIDsByLabel"...
An industrial partner has expressed interest in EUnit having coverage metrics of the exercised Epsilon sources. We would need to set up an execution listener for this and some reporting...