Nikolaj

Results 10 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...

I just checked one of my friend who's 9 hours apart from me. And his sleep is not in the night. I believe it's because facebook says "x hours ago"...

If you will you can add a feature request to this issue. The feature being a configurable deviation and possibly the STANDARD_SLEEP_DURATION. I see you set that for the recommended...

If you hit `F5` for treeview I'm rather certain that the three `server.py` lines will fold under the same main process - alas. it's still just a single instance spawning...

Hey Martin, I can read in the data sheet that the STM32F401 Has internal pull down and pull up’s for the GPIO pins, so it should have been resolvable in...

I now have my own Cantor MX in hand, witht he Blackpill STM32F401, and upon further reading the datasheet A10 specifically does not include an internal pull-up/pull-down resistor. The QMK...