Nikolaj

Results 5 comments of Nikolaj

Better late than never! `awk '// {if(length($0) >= 8) print($0)}' wordlist.txt > newfile.txt` Will filter all lines in wordlist.txt that's less that 8 characters and output the lines longer that...

This might give you a clue. Not sure if it's a solution. https://github.com/GoogleChrome/puppeteer/issues/2173

How's the status on the fix for this? I've been looking at your way of inserting links and can see that IE doesn't really support the createLink method. Even the...

Sounds very much as a timezone gone wrong. My guess is that the python code returns the timestamp in GMT and your system is set to GMT+1 or GMT-1. Could...

Hello, What is the status for this issue? I still experience it on version `1.9.10-16-0a3f59d-main`. The PR to sshlib was accepted 4 years ago. Edit: I apologize. After looking further...