Thiago Figueredo
Results
2
issues of
Thiago Figueredo
In [cyclic_pattern_charset](https://github.com/longld/peda/blob/master/lib/utils.py#L565) function, the `s` and `n` are removed in `charset[1]` and added in `charset[2]`. Why this happen ? ```python charset = [] charset += ["ABCDEFGHIJKLMNOPQRSTUVWXYZ"] # string.uppercase charset +=...
When i run `:PeekOpen` i have this error: `Peek error: error: Module not found "file:///home/levrone/.local/share/nvim/lazy/peek.nvim/public/main.bundle.js".`
bug