Tobias Trumm

Results 26 comments of Tobias Trumm

The issue is that the types inside `loading.d.ts` are not correct. ```typescript declare class LoadingPlugin { static install: PluginFunction } export default LoadingPlugin ``` According to the d.ts file the...

I guess I was wrong, [hls.js](https://www.npmjs.com/package/hls.js) contains both a `LICENSE` file and a license field in its package.json, but LicenseFinder cannot determine its license (should be Apache 2.0).

Well, this is strange: I created a new npm project and installed all dependencies for which LicenseFinder could not determine the license in the previous project. In this new project...

I debugged a bit into it: Turns out ``` npm list --json --long ``` does not reliably include license fields in its output. In my bigger project it included the...

@timani I switched a lot between npm versions, so I am not sure anymore which one I used in the tests above. But I just noticed that the output of...

@timhaines I cannot share the package.json unfortunately, it's a work related project that's not open source. Basicly it's an android/iOS app using capacitor + vue and aws-amplify for backend communication....

@xtreme-shane-lattanzio I think there are multiple issues with npm7: - As already mentioned in https://github.com/pivotal/LicenseFinder/issues/834, `npm list --json --long` no longer returns transitive dependencies - At least in my case...

I am having the same issue 1. Started with holding device in portrait-primary position and screen locked to portrait-primary" 2. unlock() 3. rotate device to landscape-secondary (clockwise) window.screen.orientation change event...

Unfortunately there are even more issues with the iOS implementation: 1. Started with holding device in landscape-secondary and screen locked to landscape-secondary 2. Rotate device to portrait-primary (counterclockwise) 3. lock("portrait-primary")...

I tried using the 2.0.0-beta.0 with vuetify 3.0.0 and got the following error: ``` $ npx eslint Oops! Something went wrong! :( ESLint: 8.26.0 Error [ERR_REQUIRE_ESM]: Failed to load plugin...