Nemec
Nemec
Hi, in your [blog post](https://www.kitploit.com/2022/02/instaloctrack-instagram-osint-tool-to.html) you mention that Instagram removed GPS from photos. This is mostly true, _but_ Instagram does list GPS coordinates for the Location that a user selected....
Update the URL to include any filters or sorts applied when browsing projects. It would be nice to be able to link someone directly to, for example, the CLI tag...
What are your thoughts on adding a progress bar to the scrapy HTTP handler? I recently wrote a crawler that would scrape a site and throw any files into a...
Some websites add keys to the URL query string that have no value, but still affect the way the page is displayed. One (trimmed down) example is the following Facebook...
So I'm getting the following error every time I boot Home Assistant and it seems to stem from the binary sensor of this project calling the `async_subscribe` method of `homeassistant.components.mqtt`....
I need to evaluate whether the new handlers can support async methods/async Main. It would be nice to also check whether it can support async methods for verb parsing, post-parse...
Additionally, allow devs to tell whether or not a verb was invoked if they wish to display the error message manually. Example: ```csharp var parser = new CliParser(); try {...
When building error messages during validation it may be helpful to refer to arguments by name in order to explain why parsing failed. Example: Cannot use both -d/--delete and --move...
The UI can be localized into additional languages, but I need help in translating! If you're fluent in another language, please consider adding a translation. Translations are provided by the...
Currently when a trigger (like `--help` or `--version`) is provided, a `ParserExit` exception is thrown but no context is provided on _which_ trigger was hit. Similar to #31 we should...