Skip to content

discussions Search Results · topic:custom-elements org:github fork:true

Filter by

1.3k results
 (108 ms)

1.3k results

ingithub (press backspace or delete to remove)

Running with the latest Ruby (3.3.3), runing gh actions-importer forecast circle-ci --output-dir tmp/forecast_reports --no-ssl-verify fails after about 2.5 hours. E, [2024-07-09T00:01:29.199723 #1] ERROR ...

As far as I know, CodeQL will instrument the compiler to extract AST and other information. But when I query information in testing code, I can t get related information. I suspect that CodeQL ignores ...

I tried the exploit for CVE-2023-6241. It works perfectly fine on Pixel 8. But, when I tried extending that to other vulnerable non-Pixel devices, it showed an error - CANNOT FIND REUSED PAGE:: ILLEGAL ...

Advisories are sometimes imported into the GitHub Advisory Database from other advisory databases, such as RUSTSEC. When the software to which they pertain is hosted on GitHub, its repository maintainer ...

Hello! I am running the cpp-security-extended.qls on a 20GB database - CodeQL-CLI: version 2.17.4 - command: - codeql database analyze codeql_db path/to/1.0.0/codeql-suites/cpp-security-extended.qls ...

Hi I m trying to run this command gh actions-importer update but result the error bellow Updating ghcr.io/actions-importer/cli:latest... There was an error pulling the ghcr.io/actions-importer/cli:latest. ...

Converting appveyor s continuous integration to GitHub actions using the GitHub Actions Importer is not currently supported. Suggest adding the ability for the GitHub Actions Importer to convert appveyors ...

Hello, While I was writting some test file to get a better understanding of Dataflow true capabilities at tracking values with function and containers wrapping, with uses of references, pointers and other ...

Hi, I m trying to follow the value parameter in this put function: 1 It goes well until the super call 2 3 Until here where it goes in a random function calling put on a map: 4 I have the following ...

Hello, I have this predicate : predicate callsFooApi(Method m) { exists(delegatedMethod dm | dm.getSignature() = m.getSignature() and ( callsOne(dm) or callsTwo(dm) ...