Tobias Trumm

Results 26 comments of Tobias Trumm

For the people still following this PR: I commented last year that I would like to see this getting merged, but I do no longer think that this will happen....

This issue is caused by `apollo-language-server` requiring `@apollo/[email protected]` but `@apollo/[email protected]` no longer working with `graphql@14` (see https://github.com/apollographql/federation/issues/904). `@apollo/federation` corrected this issue in 0.27.1 by requiring `[email protected]` or higher as peer...

After reading https://github.com/Hypercontext/linkifyjs/issues/167#issuecomment-1018668663 and looking at the existing plugins I tried to create a custom plugin that looks for something like UID-123 but I failed: ```typescript import { createTokenClass, registerTokenPlugin,...

This behavior can be reproduced with this reproduction app: https://github.com/WIStudent/capacitor-screen-orientation-issue-reproduction-app ![IMG_0032](https://user-images.githubusercontent.com/2707930/222736591-a0bb05bb-0c72-49f3-a1e2-92d6a75af2e5.PNG) Even though the screen is locked to landscape-primary, the `orientation()` function and the event listener return the current device...

@Mistic92 I stopped using LicenseFinder and am now using webpack/rollup plugins instead to determine the packages that get bundled into the final output and their licenses.

@Mistic92 There is another issue https://github.com/pivotal/LicenseFinder/issues/916 that asks for support for npm 7 and newer, but there doen't seem to be any progress either. I guess most people that need...