ttyS0

Results 8 comments of ttyS0

``` $ file ./sbin/lighttpd ./sbin/lighttpd: ELF 32-bit MSB executable, MIPS, MIPS32 version 1 (SYSV), dynamically linked, interpreter /lib/ld-uClibc.so.0, stripped ``` It shows that the arch is `mipsbe`, but `stat` struct...

why there is no any further progress on this pr and related issue?...

> @siger-young see if this code helps: https://stackoverflow.com/a/66037478/1003113 :confused: I've already implemented a parser by myself. It really helps me understand ASN.1 structures and come familar with X.509. It never...

> @siger-young see if this code helps: https://stackoverflow.com/a/66037478/1003113 In fact, this only resolves `subjectAltName`. Some extensions like `basicConstraints`, `keyUsage` etc. require some extra work (e.g. write an ASN.1 parser like...

will rebase them after all reviews are resolved.

Well... till today it's still unsolved GNU netcat help mentions ``` -c, --close close connection on EOF from stdin ``` A temp workaround is to add `-c` to nc flags...

_PS_ A reproducible example on official website live demo: ![Live Demo](https://i.postimg.cc/KzM4xmy0/mathjax-demo-edge.png)

After some tests, I can also confirm that it's exactly attributed to the bugs (or features???) from Microsoft Edge, on the CSS property `content`. Here are two tests. ```html .a::before...