silverwind
silverwind
http://standards-oui.ieee.org/iab/iab.txt http://standards.ieee.org/faqs/regauth.html#20 https://en.wikipedia.org/wiki/Organizationally_unique_identifier#Individual_Address_Block
You may have missed my previous comment. Here's what needs to be done: Regular style: button height = 18 px, rx = 4, font y = 13, shadow y =...
`setTimeout(fn, 0)`is considerably slower than `process.nextTick(fn)` and `setImmediate(fn)`. Both have drawbacks which I have to evaluate first.
Looks like under some conditions, timeouts don't print a srcport, will have to investigate. ``` connected to host:21 seq=767 srcport=37407 time=22.8 ms connected to host:21 seq=768 srcport=37411 time=28.7 ms connected...
I'm wondering if someone has researched node's TLS module yet. From my limited testing, it looks a bit dire as PFS doesn't seem achievable without the support of ECDHE ciphers...
This should make it easier for people to run this tool anywhere where `go` runs. ## Checklist - [x] Documentation (README, docs/, man pages) is updated
Fomantic has abrupt breakpoints at 991px and 768px which leads to variable amounts of wasted screen space below those breakpoints. Instead, enable fluid width for all viewport sizes below 1200px....
### Feature Description GitLab has a [feature](https://docs.gitlab.com/ee/user/project/repository/#openapi-viewer) where they can render openapi/swagger documents using swagger-ui in a rendered view. We should consider adding this too as we already bundle swagger-ui,...