Jason Michael Baumgartner
Jason Michael Baumgartner
I'm not sure if it is because ld is a newer version and something broke backwards compatibility. I was able to successfully build on Ubuntu 20.04 LTS. Here is the...
I may have missed it (and I deeply apologize if it was super easy) but what is the keyboard shortcut to tell Gremlin tracker to remove all characters that it...
When using css selection, I want to grab two different tags (p and h3). When I use the selector like this: `html.css("p,h3")` It selects the appropriate tags but the list...
We are unable to resize the screen. When we have 10 USB devices connected at once, we are unable to see all devices in order to select them for mass...
I apologize if I missed them, but I don't see any installation instructions for this? I'm a bit familiar with go, but I see the examples use ryzen-stabilizer in them...
The current implementation appears to have no memory of previously searched urls. This can cause large circular loops that never end and increases scan time and bandwidth.
Add support for logging using the standard Python logging module.
For the channels.py script, add method(s) that will enable discovery of new channels. Ideally, we would have the capability of discovering all publicly available channels. Also, being able to discover...
Adding an endpoint that allows users of the API to suggest new channels for ingest would be very beneficial and help crowdsource discovery of existing and new channels. We will...
Telegram allows users to edit their messages. Determining if a message was edited from an original message is relatively easy since there is a field in the message object that...