Tim Vahlbrock

Results 14 comments of Tim Vahlbrock

> I’m not sure if it’s changed recently, but using Capacitor with Live Reload will result in source maps working on Android (at least it does for us). > >...

>I've also tried the live-reload option but can't get that to work either, we test mostly on emulators and physical devices connected via a cable - does this methods require...

[This fork](https://github.com/Glandos/vuex-class-component/) actually repurposed the `clearProxyCache` function to clear all of the caches in [this commit](https://github.com/Glandos/vuex-class-component/commit/a22dd89513b7f292cd3e62cd3883da1316938963).

As far as I can tell, the behavior still persists. `getTimings` always returns all timing values since the last build start. This implies, that when multiple bundles are generated simultaneously...

Maybe it would be even better to support uploading pipline artifacts to GitLab in General? As far as I know, the coverage reports are just a specialized type of pipeline...

> Maybe it would be even better to support uploading pipline artifacts to GitLab in General? As far as I know, the coverage reports are just a specialized type of...

I have a similar problem in https://github.com/timvahlbrock/miniJavaParser, which uses JavaCC to generate Java sources. Compilation and tests succeed in maven, but this vscode extension runs into build failures. The logged...

Nvm, I think my problem is caused by https://github.com/redhat-developer/vscode-java/issues/177

Encountered this issue with 3.3.4 as well. See https://github.com/manuelbieh/geolib/pull/304 for faulty scenarios and fix. Fix found by @redcic75

I just realised: in the sample project you can even just change the order of the dependencies and the error message changes from incorrect to correct.