Andrea Jemmett
Andrea Jemmett
I'm having the same issue on Slick 3.2.1, scala 2.11. I was able to circumvent the error by using a monadic join instead (e.g. with for comprehension). In your case...
The URL is taken from https://github.com/gitleaks/gitleaks-action/blob/dea2b736fc4e90483f46e5bcbf998590c5742789/src/summary.js#L9 But unfortunately it's overwritten if the workflow is scheduled with a cron (i.e. event type `schedule`) https://github.com/gitleaks/gitleaks-action/blob/dea2b736fc4e90483f46e5bcbf998590c5742789/src/index.js#L51-L59 I have tested privately that the JSON...
This is happening on 4.5.0 too, on macOS M1. Even with a fresh VM.
I'd like to take a stab at this. Assuming no work has happened yet and the pointers for implementers are still valid: > Note for anyone implementing this -- the...
If the root of the graph has to be the scanned source, what should we link it to? IMO it should link to direct dependencies, but this is not something...
Sorry, I should have included an example for clarity. If I try to insert an URL like `https://example.com/watch?v=videoid` in the download page on TA I get `Task failed: invalid domain:...
It seems to me that, in the case of URLs to videos, TA uses `urllib` to get the query string (`parse_qs`) and manually validates that w/o calling into `yt-dlp`. https://github.com/tubearchivist/tubearchivist/blob/64016389f727a1cd219ec26c0cf3a53db1c5a256/tubearchivist/home/src/ta/urlparser.py#L49-L53...
@hazimeh Any idea? I see that `PDF018` is triggered w/ `-O0` and it's not w/ `-O3`.
Thanks for the quick reply! > The version is: > > ``` > LLVM: 4.0.0 > SVF: commit 3170e83b03eefc15e5a3707e5c52dc726ffcd60a > ``` Have you not used _also_ another, more modern version...
> We have multiple versions of static analysis, and some of them are still under development in undergoing work. You can find there are at least four granularities of static...