Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

Such collisions have caused a bunch of ResourceNotUniqueError errors in python lib (which is also a dynamic client using discovery info): https://github.com/openshift/openshift-restclient-python/issues/284 and ansible `k8s` aka `openshift_raw` module that uses...

`/oapi` paths are gone since https://github.com/openshift/origin/pull/21782 so that part can be ignored. Most of the issue still stands.

/reopen /remove-lifecycle rotten /lifecycle frozen

``` root@5e4ba4212598:/Weylus# cargo build --release Compiling weylus v0.11.4 (/Weylus) The following warnings were emitted during compilation: warning: lib/encode_video.c:5:10: fatal error: libavcodec/avcodec.h: No such file or directory warning: #include warning: ^~~~~~~~~~~~~~~~~~~~~~...

FYI, `@`-mentioning a person makes them "subscribed" to the thread: "You’re receiving notifications because you were mentioned." (unless people customized notifications on repo level to ignore mentions). so yes we're...

fb6b5e0fe04a3755a8c90beeba0f55d6ff5dac29 implements queuing and batching post-Typest markText()s into a cm.operation. Keep track of when to flush the queue was easier than I thought - I just `MathJax.Hub.Queue()` it at the...

TODO: try https://github.com/mathjax/MathJax-profiler

1. It's really important to send many formulas to a single MathJax `Typeset()` call. I can't find now the detailed post (on mathjax-users?) explaining it, but a major source of...

Using MJ 2.5 is blocked on fixing #33. But it didn't really bring "KaTeX-class speed": the CHTML output is fast but not pretty, only usable as preview. A fast preview...

Example of viewport-driven typesetting: https://github.com/Dashed/mathjax-lazyload (but it doesn't even attempt off-screen typesetting in the background)