jagprog5

Results 6 issues of jagprog5

When running [this](https://raw.githubusercontent.com/zeth/inputs/master/examples/gamepad_example.py) simple game-pad demo provided in the [docs](https://inputs.readthedocs.io/en/latest/user/examples.html) the program consumes ~30% CPU on my computer using an intel i7 6500u, even if the console output is commented...

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

Minecraft: 1.12.2 Forge: 14.23.5.2859 Railcraft: 12.0.0 No other mods are used. Turn off all modules in `modules.cfg`. No other config is changed. To crash the game, pick up a crafting...

For [this](https://github.com/jagprog5/modpack-client) mod pack on a forge server, vanilla fix gives a trace to [this line](https://github.com/DimensionalDevelopment/VanillaFix/blob/99cb47cc05b4790e8ef02bbcac932b21dafa107f/src/main/java/org/dimdev/vanillafix/crashes/StacktraceDeobfuscator.java#L31). Any ideas? Also, what is the host "export.mcpbot.bspk.rs"? Stack trace [03:35:59] [main/INFO]: Downloading MCP...

semgrep version `v1.70.0` ```yaml rules: - id: id-here languages: - csharp severity: WARNING message: HashAlgorithm $NAME detected patterns: - pattern: new System.Security.Cryptography.HashAlgorithmName("$NAME") - metavariable-pattern: metavariable: $NAME pattern-either: - pattern: SHA3_384...

good first issue

Using a metavariable-regex with a named match group erroneously duplicates reported matches. semgrep `v1.70.0` via playground. Rule: ```yaml rules: - id: id-here languages: - csharp severity: WARNING message: CipherMode $MODE...

bug
feature:metavariable-regex