Jakob Hofer
Jakob Hofer
@Crystallinqq no shit 🤣
Impact uses mixin which means that as long as vanilla isn't vulnerable Impact isn't too. (Exception: they added the exploit manually which I don't think they did, lol)
Hi, thanks for the review! - `init` does have the advantage of automatically detecting files and adding them to a default package which _can_ help new users start out with...
This implementation is rather terrible as it doesn't even permit more than one layer of depth for the dependencies, it's just to demonstrate how the tree view could look like....
Indeed, `local_config.packages` exists... Why didn't I use that previously?? I also rebased onto master (interesting commits btw :joy:). The only thing left now from my side would be to generate...
New PoC :partying_face: I changed it to display the root packages at the first layer and print the dependencies of it in a tree, but without items (the text is...
That looks great! However, that would probably require either forking the `dialoguer` library and adding support for these features or just using another library altogether. If you want to, I...
Guess I know what'll keep me occupied for the next weeks :sweat_smile: I'll keep you updated!
Life's stressful ATM so I didn't manage to find any time to work on this unfortunately. However, if this is a feature multiple people actually want, I'll try to get...
After literally 3 hours of programming, I managed to migrate the view to be a list rather than tree. No clue why it took me so long 😅 Anyway, this...