Devansh Sharma

Results 13 comments of Devansh Sharma

Glad to know it works well. Thanks for taking a look! Hope it makes it in the next releases :)

@a13ssandr0 Yes this does work on Arch for me :) But I don't think `' '.join` should be done since systems having multiple network interfaces will return an array and...

> Good idea using built-ins, but your code only returns '127.0.1.1' (because it only relies on /etc/hosts that gives that IP for my hostname) so I looked online and found...

Beginner here as well :smile: But have found this to work out somewhat. So what you can do is basically mount your local drive to the container and then manually...

Hi, thanks for checking this out! > External commands like grep and cat should be replaced with fish builtins such as string match and redirection (some_command Those should be pretty...

I actually forgot to mention in my previous message that I had tried `sha1sum` before going with Python and it did not work. But realized now I did not remove...

Hi, I've updated it with your suggestions. Lemme know your thoughts. Thanks!

Hey, the improvements look good to me! So many fish builtins I did not know about till this PR :smile: Thanks!

Thanks for the ```incognito``` tip @RJVB !! I was able to debug further and found a fix to make unsuspending work. Fix is to remove the key-value pair ```autoDiscardable: false```...

@Conni2461 anything new on this feature ? Or if there is any other way to achieve this now ?