David L. Day

Results 83 comments of David L. Day

> @davidlday I am willing to work on this, but how should it be resolved? Option 2 would also be my preference. @OleMchls - any preference?

@MasterOfTheTiger - I assigned you, if you still have time to work on it. Let me know if you need any help or guidance.

@neonfrontier Did you mean WPM in terms of typing speed or in terms of estimating reading time?

@bendix3 @pwrobinson For clarification, is the request to exclude space characters (i.e. ' ') or all whitespace characters (i.e. the regex `[ \t\r\n\v\f]`)? I suspect the latter, but the title...

@mbroedl - are you still working on this? Looks like a solid approach and would add tremendous value. Let us know if you need help. I'd be happy to install...

@mbroedl I'll see if I can do some testing later today.

@mbroedl I'm on macOS Mojave and I'm getting the following when doing `apm install`: ``` xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line...

@OleMchls More than happy to help! Yes, I can coordinate merging but might tag you if I'm uncertain on something. Will also let you know if I hit any access...

@mbroedl I did a little poking around in the console, and it looks like this definitely won't work for tree-sitter grammars. `getGrammar()` returns a `TreeSitterGrammar` which doesn't provide any tokenization...

I think `tokensForScreenRow()` with the fallback option sounds like a good start, and we can adjust as the API for grammars matures. From reading the docs and discussions, I'm not...