Andrew Konstantinov
Andrew Konstantinov
I couldn't reproduce this issue, but `stickytape` had a matching bug which prevented it from deleting a temporary directory. I think this might be resolved by just updating `stickytape`. The...
This is a good list with ideas for future improvements, thanks! I think InQL should mark fields for SQL Injection, etc and pass them to other Burp scanners. Don't know...
There are search boxes per text view, but no global search. I'd like to see a search across all queries / mutations.
`--lora` partially addresses the question, but the https://huggingface.co/jordiclive/gpt4all-alpaca-oa-codealpaca-lora-13b also mentions a few embeddings that are needed to support custom tokens they use: ``` What is a meme, and what's the...
Hey @burper00, thank you for reporting the bug! It seems to be fixed in our development branch, and we are going to release the next version shortly. I'll ping you...
This requires: - [ ] GQLSpection support: https://github.com/doyensec/GQLSpection/issues/26 - [ ] Add a new pane to show variables in InQL Scanner tab - [ ] Figure out format to save...
Thank you for the explanation! I see that there is support for more models in `mlc_llm/conversation.py`, but the list in `cpp/cli_main.cc` is more limited. I guess this is just work...
While at this, also investigate remote debugger viability. At first glance, it might work `pydevd-pycharm` in [PyCharm](https://www.jetbrains.com/help/pycharm/remote-debugging-with-product.html#remote-debug-config) and `debugpy` in [Visual Studio Code](https://code.visualstudio.com/docs/python/debugging). Not sure how useful it is, given...
Just noticed this snippet from https://www.jython.org/jython-old-sites/docs/library/zipimport.html: > Using the built-in reload() function will fail if called on a module loaded from a ZIP archive; it is unlikely that reload() would...