Ximin Luo
Ximin Luo
A nonblocking implementation as described in https://github.com/kazu-yamamoto/quic/issues/11#issuecomment-732995227 avoids this entirely, since it does not need to use blocking queues.
Thanks for the response. It looks like much of the Internal stuff is also in IO so it would not be possible to write a pure wrapper around it. Writing...
Pretty much, yes - another key point is the core protocol logic should be independent of any particular event-driver, so could be plugged into any.
I believe a major problem is that GWT is no longer in debian.
No, it would be required for running too. Java JARs are dynamically loaded at runtime.
I see your point about safety. It looks like there's some understanding of this elsewhere e.g. https://www.tweag.io/blog/2021-02-10-linear-base/ "the [linear approach] even makes `unsafeFreeze` safe". I didn't consider non-determinism before, but...
There is also: ```css .align-left { float: left; } .align-right { float: right; } ```
* [ ] 厄立特里亚 - 在埃塞俄比亚北边,埃塞俄比亚没有海岸。
The second commit is optional; I mentioned some details in #110. It would also be easy to tweak this PR to instead use plurimath over latexmath. That is, we have...
One downside of docutil's latex2mathml [is that](https://docutils.sourceforge.io/docs/user/config.html#math-output) "supports only a [subset of LaTeX math syntax](https://docutils.sourceforge.io/docs/ref/rst/mathematics.html)". For example, it doesn't support `{align}`. (To its credit, latexmath does appear to support this.)...