Lucas

Results 7 comments of Lucas

I have the same issue with the following CI config: ```yml lighthouse: stage: .pre image: cypress/browsers:node16.17.0-chrome106 script: - npm install -g @lhci/[email protected] - lhci autorun --upload.target=temporary-public-storage --collect.settings.chromeFlags="--no-sandbox" --collect.staticDistDir="wiki/pages" --collect.numberOfRuns=1 ||...

I have ran the following: ``` name: Duplicate code detection on: pull_request jobs: duplicate-code-check: name: Check for duplicate code runs-on: ubuntu-20.04 steps: - name: List files in current directory run:...

Hi, we are a group of computer science students that are planning to fix this issue as part of a course. Perhaps this issue can be assigned to me?

It does seem to work when setting autocomplete to true in the user's own settings. Is there a way to enable this globally? Additionally, is this possible for the memory...

I think the issue is caused by an incompatibility between numpy and scikit-learn. I was able to solve the issue by pinning numpy to an older version (1.21.6). I suggest...

Hi, we are a group of computer science students that are planning to fix this issue as part of a course. Perhaps this issue can be assigned to me?

Hi, I have ran it locally and it returns the following: ``` Code duplication probability for ...\fragshader.c ---------------------------------------------------------------------------------------------------------- File Similarity (%) ---------------------------------------------------------------------------------------------------------- ...\vertshader.c 0.00 Code duplication probability for C:\Users\Lucas\Code\profoundvision-website\public\assets\components\neuronnoise\vertshader.c ----------------------------------------------------------------------------------------------------------...