The Wayback Machine - https://web.archive.org/web/20220809181606/https://github.com/topics/analysis
Skip to content
#

analysis

Here are 5,416 public repositories matching this topic...

rhelmot
rhelmot commented Oct 4, 2018

A perpetual source of bugs in angr is issues with SimSymbolicMemory (angr/state_plugins/symbolic_memory.py) whenever we need to refactor anything. This code, along with the paged memory implementation (angr/storage/paged_memory.py) are tightly coupled and very obscure, which is a bad combination. For example, we run in to bugs like angr/angr#1227 which are hard to root-ca

help wanted good first issue
TWiStErRob
TWiStErRob commented Apr 23, 2022

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

help wanted rules good first issue
timesketch
PySceneDetect
Thiece
Thiece commented Aug 1, 2022

I noticed when analyzing the CSV logs that each scene has a different number of Length frames, but currently only a uniform number of output images for the scene can be controlled uniformly using the save-image -n parameter.
This results in some scenes having only single-digit frames but still outputting more images, while some scenes have hundreds of frames and not enough images to cover them.

feature status: accepted good first issue
gamesh411
gamesh411 commented May 27, 2020

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

Improve this page

Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."

Learn more