-
The two main options for a buffer struct is a gap buffer, or a [rope](https://docs.rs/ropey/latest/ropey/). They both come with different tradeoffs. I really like this [comment](https://github.com/ema…
-
### Describe the improvement
A way to select requirements that a message must pass for it to be auto-threaded.
For example, a server might want to only auto-thread on messages that contain a link,…
-
I forked the repo today, have some big plans in the works to grow ISF:
Gather vs and fs into one '.isf' file ( I notice many times I copy only the fs and get errors, also this seems more elegant as…
-
**Is your feature request related to a problem?**
**Yes**. Website notice from the NVD : "_NIST is currently working to establish a consortium to address challenges in the NVD program and develop imp…
-
## Expected Result
When I enter `https://rollingstone.com`, Blacklight tests `https://rollingstone.com`.
## Actual Result
When I enter `https://rollingstone.com`, Blacklight tests `http://rolli…
-
Mocking the following function:
``` C
void foo(void __stdcall * bar(int arg0));
```
creates the mock:
``` C
void foo(void __stdcall* bar(int arg0))
{
UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM;
…
ghost updated
7 years ago
-
Hi,
I would congratulate with you because that is a great project but I'm going to describe some "usability problems" that for me needs an improvement to make this project even better:
Our environ…
-
cf. https://github.com/presidentbeef/brakeman/tree/main/lib/brakeman/checks
Some useful context about rails and brakeman rules. In rails, there are three possible sources of user input: `params`, `…
-
## CVE-2020-7676 - Medium Severity Vulnerability
Vulnerable Libraries - angular-1.0.0rc5.js, angular-1.2.16.js, angular-1.0.0rc4.js
angular-1.0.0rc5.js
AngularJS is an MVC framework for building w…
-
More of a challenge than porting flake8 plugins, because these are written in Java: https://github.com/SonarSource/sonar-python
But some of them are somewhat useful and I didn't see equivalent code…