-
Updated
Jul 29, 2022 - Rust
analysis
Here are 5,381 public repositories matching this topic...
-
Updated
Jul 31, 2022 - JavaScript
-
Updated
Jul 29, 2022 - JavaScript
-
Updated
Jul 14, 2022 - Java
-
Updated
Jul 29, 2022 - PHP
Expected Behavior of the rule
UnnecessaryAbstractClass should have a concise description like other rules
Context
I just updated Detekt 1.19.0 to 1.20.0 and got this failure:
https://github.com/TWiStErRob/net.twisterrob.cinema/security/code-scanning/227
The message is just plain weird to be this long:
![image](https://user-images.githubusercontent.com/2906988/164910306-4b4478c4-0
-
Updated
Jul 12, 2022 - Python
-
Updated
Jul 29, 2022 - Python
-
Updated
May 29, 2022 - Ruby
-
Updated
Jul 31, 2022 - JavaScript
-
Updated
Oct 23, 2020 - Java
-
Updated
May 16, 2022 - C
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
May 18, 2020 - JavaScript
-
Updated
May 19, 2022
-
Updated
Apr 23, 2022 - Python
First iteration would be to check if the four columns
message,datetime,timestamp,timestamp_descare missing.
If one of them is missing, give an error message.
RITA does not store information on how long an import took or how much data was processed in an import.
This ticket is to implement, at a minimum, those metrics mentioned above into the RITA logging.
-
Updated
Jul 18, 2022 - Go
Description of Problem & Solution
Sometimes there are shorter fades-through-black in the middle of a scene and you don't want to introduce cut points at them. Currently the process_frame method of ThresholdDetector will introduce a scene cut any time the frame average dips below the threshold.
Proposed Implementation:
Add an optional argument --min-cut-len=[time] to `detect-
The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental
-
Updated
Jan 30, 2022 - Go
-
Updated
Jul 25, 2022
Improve this page
Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."
#1750 shows a way to debloat an object by extracting its encoding / decoding logic into a serializer class.
In this case, the
knowledge_plugins.functions.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py