Beni Cherniavsky-Paskin
Beni Cherniavsky-Paskin
Sounds like a deep limitation :-( Would this be enough grounds to reopen https://bugzilla.mozilla.org/show_bug.cgi?id=1370388 ?
Simply counting braces might be too error-prone during editing: `$unmatched { brace$` would not consider the math closed, which is perhaps not an optimal behaviour. Ideally, support nesting only for...
^the correct link is https://www.mathcha.io/ No support currently in preview https://math.preview.excalidraw.com/. There is the usual "Save to..." which can export Excalidraw's own JSON, and "Export image..." which can emit PNG...
When using `jest.config.js` or similar extension (anything except passive `jest.config.json`), I think user can simply make the config conditional e.g. `process.env.CI ? ... : ...`, no? A benefit that has...
@nanit, I see your code uses `Kubeclient::Config.read("#{ENV['HOME']}/.kube/config")`. 4.9.3 fixed a severe issue in Config, in some scenarios causing insecure VERIFY_NONE connections that may leak cluster credentials — https://github.com/ManageIQ/kubeclient/issues/554 I did...
@laurikari I've been using these py3 bindings from ahomansikka's fork(*) for over a year with no issues. Can this be merged? I see there are several long-open PRs here. I...
[I'm not a maintainer here, just a bystander reviewing in hope it helps land PRs faster...] LGTM :+1: motivation makes sense and the code looks good, FWIW. About the ISO-8859-1...
Some tips: - `ldd ./a.out` will should you what libraries files the binary requires. But this will probably say `libtre.so.5`, duh, not too helpful here. - `find -name '*.so*'`. For...
Hi :wave: got to this project from your blog post :clap: I'm totally amateur in UX, but perhaps looking at what I did in https://mathdown.net would give you ideas: As...
Firebase gives me separate explicit "you're offline" status, so I'd also started playing with more visible "Offline — Unsaved changes!" notice: https://github.com/cben/mathdown/commit/0e8a2d41cd8082115a6164796758ebe6d5b886df (much of that commit is less interesting to...