Jonathan Clem
Jonathan Clem
[This code](https://github.com/otakustay/react-diff-view/blob/20241a0f2d7fc58d10e65063fd695a78f77c265d/src/Hunk/CodeCell.tsx#L35) assumes at least one token is in an array. When highlighting things like an empty file diff, this may not be the case, which leads to an error....
The following is a valid git diff for a file that has whitespace in its path: ```diff diff --git c/foo bar w/foo bar new file mode 100644 index 0000000..e69de29 ```...
### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? Write a program with the...
This shows a diff of a binary file: ```shell $ git diff diff --git c/image.png w/image.png index 9be2f56..f30aa31 100644 Binary files c/image.png and w/image.png differ ``` Note that the first...
Different packages in the SDK use different methods of creating clients. This can lead to confusion, and can also easily lead to misconfigured clients that panic. The `organizations` package has...
### Feature Description I've been unable to get suggestions to show up as I type, including after whitespace (newline, space). This would be really useful to me, as Copilot works...