Lars Eggert

Results 262 comments of Lars Eggert

See #132 for a PR of the second alternative (i.e., single-precision math).

AFAIK most (all?) other TLS stacks used with QUIC use some sort of resumption tickets. You might want to discuss with other TLS implementers why they all thought this was...

You might want to raise this as an issue over on https://github.com/quicwg/base-drafts

Is that browser even implementing the relevant specs correctly?

I unfortunately don't see a way for a quick fix. Bootstrap got rid of multi-level navbars with v4, and we're using a simple workaround to make them somewhat work. We...

tex2mail produces uglier output: ``` 1 - \beta +-+ cubic K = \|[ 3]W * -------------- max C ```

Thanks, will test! (Will be in a week, vacation coming up.) If asciitex is too limited, is it possible to separately specify different figure variants in the markdown, e.g., one...

Well, you could do something like ``` ~~~ math:svg ~~~ ~~~ math:txt ~~~~ ``` and basically only render the one that matches the desired output. But it's of course ugly.

I'd need `cases` from `amsmath`. `tex2svg` supports it, but not `asciitex`.