Jared Swets

Results 27 comments of Jared Swets

This is a possibility, I don't have a timeline for this one yet. As I do more research I can narrow down a time frame.

Issue opened with the base torrent library I use to allow changing of the limiter without forcing a restart of the torrent client. Waiting for that issue to be resolved...

Looked through the source code of phpseclib (I use it for the SSH connections) and this should be fairly easy to implement. Might be able to push that this weekend...

Okay, I have class tonight after work, but if you need help let me know. Looks like it should be somewhat easy to change: $ssh = new Net_SSH2('localhost'); to $ssh...

I think I tried supporting sudo and su before and ran into an issue. When setting up the certificates, running "source vars" was not working if you were running the...

I was looking into this and it seems the major hurdle is that we need to create a popup to have the user authenticate the application, or at least expose...

I looked into this a little bit since this is a feature I would like as well, where the code would need to be changed is here in client.go: ```...

Per the fyne people that allows them to detect if the caps lock key is hit, but does not allow getting the current caps lock state.

@Anoopnk I would check your all your VPN settings. Usually you get that message if the container cannot contact the "HEALTH_CHECK_HOST" (if undefined it is one.one.one.one). Still very, very odd...

Sorry, new to react and js in general, and trying to do a multi filter based on value, not sure how to implement your solution. Currently I have the following...