Ville Lahdenvuo

Results 23 comments of Ville Lahdenvuo

I got the menu working on Unity after I run the program with sudo and `--root`.

Also having the issue with unresolved imports using webpack loaders:

Any updates on this PR? I would like to be able to use mocks with recorder, for example I have a hard-to-reproduce request that I have managed to record and...

I tried using the fork, but for some reason the recorder would not log any requests, although they we correctly passed through. Oh well, I can use Jest to mock...

I have a similar problem related to this, see the following output: licensee detect node_modules/@elastic/elasticsearch ``` License: NOASSERTION Matched files: LICENSE, README.md, package.json LICENSE: Content hash: bec905d850e7f5dc2e2db78a950d4a9db560a0b8 Confidence: 100.00% Matcher:...

@benbalter I understand your point about the README match, but I think it would be very useful to be able to set an `ignore_threshold` as well as the current `confidence_threshold`....

I'm running into the same issue with cfn-init built on 14/6/2022. Edit: For me the solution was to update to the latest cfn-bootstrap from https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-helper-scripts-reference.html#cfn-helper-scripts-reference-downloads

@jonabc This seems to also be an issue with npm workspaces: Project setup ```jsonc // ./package.json { "name": "@grano/mygrano-serverless", "version": "1.0.0", "description": "My Grano Serverless", "private": true, "workspaces": [ "serverless-utils",...

For people having problems with npm workspaces I added this script before running licensed to work around the issue: ```bash echo "::group::Workspaces workaround" WORKSPACES=$(jq -r '.workspaces // [] | join("...