Results 588 comments of Tobias Diez
trafficstars

This issue is still present in 2.6: ``` Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for /home/runner/.gradle/caches/modules-2/files-2.1/com.microsoft.azure/applicationinsights-core/2.6.0/6eb3da0681d7bdf0aa6318c6946994a37d25f962/applicationinsights-core-2.6.0.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class com.microsoft.applicationinsights.core.dependencies.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer not...

In 2.6.1 it is still present: https://github.com/JabRef/jabref/pull/6594

I tried adding it to transpile, which also fails but now with an error because it tries to call "vue.extend" but the vue instance is undefined for some reason. It...

Would it make sense to let `@oneOf` also to be applied to fields directly, to indicate that only one of those fields needs to be selected. For example, the following...

A similar issue happens for IncomingMessage as well: ``` TypeError: Cannot read property 'pipes' of undefined at IncomingMessage.Readable.unpipe (internal/streams/readable.js:821:13) at unpipe (/home/site/wwwroot/functions/node_modules/unpipe/index.js:47:12) at halt (/home/site/wwwroot/functions/node_modules/raw-body/index.js:129:3) at invokeCallback (/home/site/wwwroot/functions/node_modules/raw-body/index.js:228:9) at processTicksAndRejections...

And similarly > TypeError: res._implicitHeader is not a function at writetop (/home/site/wwwroot/functions/node_modules/express-session/index.js:276:15) at ServerResponse.end (/home/site/wwwroot/functions/node_modules/express-session/index.js:343:16) at Immediate. (file:///home/site/wwwroot/functions/node_modules/h3/dist/index.mjs:138:17) at processImmediate (internal/timers.js:464:21)

Sorry, I should have been more precise. There is already such a wrapper in place (und the hood) and the above code does work. It's only that TypeScript is throwing...

@NozomuIkuta please have look at this ts [Playground](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAZwKYIcCA7OAzKERwDkSAHmFCggLTKroaEBQokscYAhqq-LvkZ27QYTFsLgBvOAGMKHGEgCCYMHAC+OPAUIALAMxNG0zAngcVcALwy5C5WAAUASkbmwAOgCuyB7TSZnFzcvH0EEHndgDGAYYA4AG2AALyRAoA). The `app.use` calls are showing ts errors.

I think for the same reason, Intellj also adds dependencies for all platforms: ![image](https://user-images.githubusercontent.com/5037600/91421728-900faf80-e856-11ea-85f8-2e61df4a4185.png) although I'm on Windows. This is really annoying, as the linux and mac version have to...

I just run into the same issue (on Windows also Mac and Linux versions are present). In fact, this leads to problems if you want to compile using Intellj as...