Attila

Results 24 comments of Attila

Ooops, I just realized from the git url that the component I used is not this Blob.js, but a fork of this: https://github.com/angular-1x/Blob.js Sorry, I got a bit confused. Still,...

@jbrokamp Thanks for the suggestion, a small correction though: looks like one needs to create `test/resources/org/powermock/extensions/configuration.properties` rather than `test/resources/configuration.properties`. The package name is as per powermock documentation https://github.com/powermock/powermock/wiki/PowerMock-Configuration

I also experienced it in an OpenStack environment when CoreOS was running in an instance and the other instance provided DHCP service with dnsmasq (dhcp was turned off on the...

TL;DR: it should be possible to set ssh connect timeout via the "connecttimeout" parameter in ~/.ssh/config (or some other ssh config file with custom path). I did some debugging and...

There is a newer issue which seems to duplicate this: https://github.com/ncclient/ncclient/issues/238 @rikkertk could you please check the fix in this fork and branch: https://github.com/attila123/ncclient/tree/junos_confirm_commit_fix

@rikkertk My pull req. was merged to master, so could you please test this again with fresh master, and close this issue if that works for you? Thanks!

For me redsocks (0.5-2) does not seem to work on Arch with kernel 4.16.3-1-ARCH. However redsocks2 seems to work with the exact same config. (I have iptables 1.6.2, should it...

Thanks for the reply! :) Just for the record: ``` $ sudo nvme id-ctrl /dev/nvme0n1 --human-readable --vendor-specific NVME Identify Controller: vid : 0x8086 ssvid : 0x8086 sn : BTHH81450TNS512D mn...

Note: I had success running redsocks2 (https://github.com/semigodking/redsocks) with libevent 2.1.x both on Arch and Ubuntu 17.10. (On Arch it is built from another fork (https://github.com/gilcu3/redsocks (see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=redsocks2-git)), maybe it needs...

@jhult Thanks for the suggestion. I tried that. ``` git clone https://github.com/JamieMagee/teams-for-linux.git ``` Installed yarn 1.10.0-1 (Arch Linux package). ``` avangel@t470:~/bin/teams-for-linux$ yarn start yarn run v1.10.0 $ yarn install &&...