Results 9 issues of Josh

**Is your feature request related to a problem? Please describe.** I've been using VS Code vim and when launching the editor with --diff I expected it to work like vimdiff....

kind/enhancement

Hey great project just wondering if you could clarify the terms by adding a license. Also the transvoxel and polyvox links in the readme dont work properly when clicked from...

Just wondering if anyone has considered an Android client for ninjam before. Are modern phones are fast enough to support it?

I'm working on a script which copies photos from one account and dumps them into another. This saves from needing to write them all to disk and is more efficient...

This allows a developer to connect to potentially multiple google accounts by using separate token files for each.

### What does this PR do? The error count is written atomically but it can trigger data race when reading here if multiple child spans are created concurrently while errors...

I have some code like this: ``` var ( someRegex = regexp.MustCompile(`(?P[.+])`) someRegexIndex = someRegex.SubexpIndex("foo") ) ``` which the linter considers OK on the `regexp.MustCompile` line but not on the...

*Issue #, if available:* *Description of changes:* On a project with a large # of interfaces to generate circuits for, I found a lot of time was spent repeatedly in...

- When generating tx bytes, map iteration order is used - In golang, map iteration order is randomized: see https://github.com/golang/go/issues/54500 - Thus, solana-go library tx bytes are non deterministic due...