Allan Odgaard
Allan Odgaard
From the output, it appears to be an issue with the outer bzip2 compression, for this I used: % pbzip2 --version Parallel BZIP2 v1.1.13 [Dec 18, 2015] By: Jeff Gilchrist...
Actually, there does seem to be an issue with the archive: % curl -sL https://github.com/textmate/textmate/releases/download/v2.0.18/TextMate_2.0.18.tbz|bzip2 -d > /dev/null bzip2: (stdin): trailing garbage after EOF ignored % curl -sL https://github.com/textmate/textmate/releases/download/v2.0.18/TextMate_2.0.18.tbz|pbzip2 -d...
Found the problem: The archive was created by `tar` and written to `stdout`: All archive output is written in correctly-sized blocks, even if the output is being compressed. Whether or...
> Maybe @sorbits can point us in the right direction on how to fix this/make it async? I see there are two ESLint commands in this bundle, which of them...
> Currently we set them 10 at a time, so it can get called many times. Maybe this could be increased, I’d need to test that it’s not exceeding some...
For that command, try change output to HTML / New Window. Then TextMate should run it async automatically, and as TextMate delays opening the HTML output window until there actually...
The new window is a HTML window, correct? And before changing, did it also open a HTML window, but without moving focus? Because behavior should be the same. On 12...
> Any chance for a merge at some point? There has been too many changes to master for this to be merged. I have kept the PR open as I...
For me, Japanese glyphs are roughly twice the width of English characters. I tried this with both Monaco, PT Mono, and the Menlo font. So I don’t understand why this...
Thanks for the clarification. So we want CJK glyphs to be **exactly** the width of two ASCII characters for proper alignment, correct? I think the problem with PT Mono etc....