glts
glts
Hello @sbelak, I think this change (or a similar one) would be quite valuable, because it fixes a visual bug that’s noticeable in all Huri plots today. The plots are...
I investigated a little and found the cause of this issue. * The transformation of the raw SVG in `huri.plot/mangle-ids` adds newlines around the contents of the label text elements....
This looks very promising. I will look inside Test::Harness when I get the chance.
Today I tried `prove`, but I do not see any real-time output. It's the same as with any command-line filter. How did you do it? I did it like this:...
Tried the branch quickly, it doesn’t help unfortunately. The test still hangs, also with `--follow-exec` and `--follow-exec --forward`.
Also interested in an example ... `StubResolver::run` seems to be exactly what I need to perform a simple synchronous DNS query, but I haven't been able to write a closure...
Ah, cool. FYI, I've tried the 'register' branch, and while the runtimepath problem goes away, my MacVim now starts with uncaught exceptions. Setup is the same as above. ``` Error...
This is on a plain Vim 7.3 (no patches), which for a long time had been the latest supported MacVim 7.3 on Mac OS X 10.6. I had some trouble...
Phhhh, this is almost certainly to do with the `resolve` problem prior to patch 7.3.194, discussed in #18 and #31. https://github.com/google/maktaba/blob/7b25c31c1769576802ff49baf1ca88392c0d4a1a/autoload/maktaba/plugin.vim#L507-L525
I wouldn't call this independent of #60 and the 'register' branch. The bug is in the new code, in fact on line 522 of the part I highlighted. Changing ```...