Abhijeet Rastogi

Results 32 comments of Abhijeet Rastogi

@variadico Golang doesn't have a feature-rich library to parse `~/.ssh/config` and connect to servers over SSH. (like paramiko in Python). How do you propose we should connect to the remote...

I see that there are examples being provided to add a new repo and install bcc. In my case, that didn't work for me. ``` $ lsb_release -a No LSB...

@viktormalik Thank you for replying, however, I don't think that's the case here at all. This is a dynamic library (.so) and it's being used by a continuous running process....

>Hi @shadyabhi, is the problem still occurring or did you manage to solve it somehow? @viktormalik The problem still exists. I'm happy to provide debugging info if requested on this...

This issue caught my attention as it felt like a good hello-world PR attempt. [MINOR: ssl: add new sample ssl_c_r_dn](https://gist.github.com/shadyabhi/4014fc6e7acd1afc3e15c823d2565d49) @wlallemand Would you have a moment to review this? My...

Updated: [0001-MINOR-ssl-add-new-sample-ssl_c_r_dn.patch](https://gist.github.com/shadyabhi/c7095e6f416de2f98155d49d35836860) @wlallemand I appreciate the review, updated patch linked above. >Your ssl_sock_get_verified_chain_root() function is not doing things right in my opinion, in a STACK_OF(X509) the order is not guaranteed....

@wlallemand Great, happy to contribute. I'll keep looking for opportunities around the next one. :) I see there were two follow-up `BUILD related` commits due to the `SSL_get0_verified_chain` being introduced...

@viktormalik I feel really bad, I'm sorry I wasted everyone's time here, but I also have a good news for you. I had the issue because the process being traced...

For me, I had to make sure that that the source was `User` and not `Default` under `Keyboard Settings`. That fixed it. Basically, instead of hand-editing the `keybindings.json` file, I...

+1. For me, the error is about the `attr` module. ``` shadyabhi@nuc10i7fnh:~/libdyson$ python3 get_devices.py Traceback (most recent call last): File "get_devices.py", line 3, in from libdyson.cloud import DysonAccount File "/home/shadyabhi/libdyson/libdyson/cloud/__init__.py",...