Arlo O'Keeffe

Results 33 comments of Arlo O'Keeffe

Thanks for the pointer 👍 I'll write down my current state of investigations: pathFromRoot is working as expected - but it is being called twice. With `root=/foo` and `path=/foo/foo/app.js` this...

Is there an issue to follow in the lima project, @jandubois? I tried searching for `port` and `poll`.

It works on Travis because JavaDoc is never built there since the build is called like this ~~~~ ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V ./mvnw test -B ~~~~ as explained...

Hi @mjiderhamn, is this information still accurate?

Thanks for taking the time, @mjiderhamn. Absolutely understandable about Java 9. My background was actually about Java 10. I am currently trying out JDK 10 on our Jenkins instances and...

Removing `WindowsImageHeapProviderFeature` does not work for 22.3.0 since the code was moved to `WindowsFeature` with 020e5ed7d61fa50c41e03e463b00580408f9d332. I unsuccessfully tried removing `WindowsImageHeapProvider.class` and `WindowsFeature.class`. Any other ideas?

Thanks for the suggestions ☺️ I just tried adding the resolve.dedupe setting - hopefully I got it right: https://github.com/ArloL/vitest-link-reproduction/commit/63e2573ed8654443fdb04b5c7dad6d17aad0b955 Sadly it did not make the tests pass. Did I maybe...

I got a little further: the second react comes from the root library. Apparently it starts searching the directory tree upward from where the _actual_ JS file is (`test-projects/workaround-package/dist/index.js`) -...

Thanks for the quick suggestion ☺️. I think I tried it before and it did not work. To be safe I just added it to my reproduction: https://github.com/ArloL/vitest-link-reproduction/commit/8e3f1229a52f62c21da6533d767de04a6104090e Sadly the...

I tried adding it: https://github.com/ArloL/vitest-link-reproduction/commit/8de886b449ca58b5e0175376d540f009b8527014 but sadly it still fails: https://github.com/ArloL/vitest-link-reproduction/actions/runs/6804415276