John Torakis
                                            John Torakis
                                        
                                    Hello! This project is not that alive as you can see from the commit history. It reached a certain point that couldn't surpass because of architectural decisions that weren't working,...
This is a great idea! My opinion on the topic was to create a condition and not print the prompt before getting a value back. But this would be a...
Just to note some progress, the task will be implemented using the native `logging` module, most probably wrapped with some arguments in `*Shell` class `__init__()` methods. This approach will also...
Really thank you for your support! Means a lot, since I am new to project management and maintenance. Well, identifiers between `Handlers` are in way, already implemented through the `Orchestrator`...
Progress on this topic can be found in the latest commit 72b5369. The `output` and `debug` arguments in the `covertutils.shells.impl` classes redirect output to 1 or multiple (per-`stream`) files. Some...
Looks like the solutions lies here: https://stackoverflow.com/a/60198767/12099582 For Github, a Personal Token needs to be set as `Authorization` Header. Specifically, the below `curl` to a Private Repo should work: ```bash...
I know I am a bit late :) Can you please explain to me what exactly this fixes? Is it an Issue or can you put a snippet here or...
Hello Mat! Let's spare some insight. ### On File Types that can be imported `httpimport` is a *pure Python importer*. That means that it only imports pure Python files (`.py`...
In a nutshell you are requesting a native (Linux/Windows) linker-loader using HTTP/S (or networking in general). This is a little bit out of scope for `httpimport` (as it is Python...
Inspired by this Issue, I created a Github Action that tries to catch all possible scenarios of signed (and unsigned) commits that violate security. In the [README's scenarios section](https://github.com/operatorequals/gitsign-action#scenarios-mitigated-by-sigstore-gitsign-along-with-this-github-action) there...