John Giorshev
John Giorshev
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...
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...
Everyone relies on these big and fancy JIT frameworks, but they forget what's already there! Is this lib as popular as the other libs on this list? NO. Could it...
The old version of the `egui_demo` set `lazy_loop` to true. `lazy_loop` was removed from the example (?) in the [latest commit](https://github.com/Nazariglez/notan/commit/f74aabcba64eadadabb486ff1710863f546c2ef8) to this repo. For this question, I'm referring to...
The file to scan is found [here](https://github.com/Keyfactor/ejbca-ce/blob/1997844652b2eace1d4e5b2a6d9d8274f1ed5f0f/doc/dist/js/lunr-index.js). It is a 5mb file which contains a large nested json structure in javascript. ```js var lunrIndex = {"version":"0.5.0","fields":[{"name":"title","boost":10}, ... ``` The rule...
closes jfrog/jfrog-cli-artifactory#289 the core issue is that `GetFileAndDirFromPath` doesn't differentiate between a folder vs file path. feel free to edit this MR. thanks.