Vladimir Panteleev
Vladimir Panteleev
Hi, I realize this project is no longer maintained, I'm filing this mostly out of due diligence and for future readers. I accidentally noticed that any local user can connect...
1. Clicking "Run" no longer copies the code to the address bar (at least, I think it used to do that?) 2. Typing in a program and clicking "Shorten" has...
[Example](https://tour.dlang.org/editor?source=void%20main()%0A%7B%0A%20import%20std.array%3B%0A%20import%20std.stdio%3A%20write%2C%20writeln%2C%20writef%2C%20writefln%3B%0A%20import%20std.range%3B%0A%20import%20std.typecons%3B%0A%20auto%20a%20%3D%20assocArray(zip(%5B0%2C%201%2C%202%5D%2C%20%5B%22a%22%2C%20%22b%22%2C%20%22c%22%5D))%3B%20%2F%2F%20aka%20zipMap%0A%20assert(is(typeof(a)%20%3D%3D%20string%5Bint%5D))%3B%0A%20writeln(a)%3B%20%2F%2F%20%5B0%3A%22a%22%2C%201%3A%22b%22%2C%202%3A%22c%22%5D%0A%20%0A%20auto%20b%20%3D%20assocArray(%5B%20tuple(%22foo%22%2C%20%22bar%22)%2C%20tuple(%22baz%22%2C%20%22quux%22)%20%5D)%3B%0A%20assert(is(typeof(b)%20%3D%3D%20string%5Bstring%5D))%3B%0A%20writeln(b)%3B%20%2F%2F%20%5B%22foo%22%3A%22bar%22%2C%20%22baz%22%3A%22quux%22%5D%0A%7D). Give focus to the editing area and press Ctrl+A. Visilbe selection will not span the entire text:  Reproducible in Firefox Developer Edition (54.0a2), not reproducible in Chromium (58.0.3029.110).
## What's wrong When I run `straight-thaw-versions`, it fails with: ``` Debugger entered--Lisp error: (wrong-type-argument sequencep consp) straight--process-log(("git" ("rev-parse" "-q" "--verify" "9969207f60b69e42c573a63764faeb9caaccb2bf^{commit}") (wrong-type-argument consp nil) "/home/vladimir/.emacs.d/straight/repos/yaml-mode/") t) straight--process-run("git" "rev-parse" "-q"...
Avoid users finding the project and spending the time to set it up only to find that it no longer works with the latest version of macOS / GitHub Actions.
I see no downside for enabling it always, and let it generate readable descriptions for the "Tracking" section. They appear useful even without the TrackingFlags extension. This also removes some...
…l in the "disable my account" description Resurrection of #16.
Don't include or process Mentor fields if the Review extension isn't loaded.
Remove an unconditional invocation of the Bug::is_mentor method, which is installed by the Review extension.