Matthew Pietz
Matthew Pietz
 For environments which support `Buffer.allocUnsafe()`, use it instead. https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
## Description Add generics for the following types: TreeviewItemFunction and SelectItemKey ## Motivation and Context Current type is unusable due to `item` being of type `object` which cannot be cast...
[Enter steps to reproduce:] 1. Open a file managed by Git. 2. Open Blame with Ctrl+B **Atom**: 1.14.1 x64 **Electron**: 1.3.13 **OS**: Microsoft Windows 10 Enterprise **Thrown From**: [git-blame](https://github.com/alexcorre/git-blame) package...
On a page make some tasks: ``` - [ ] task 1 #shopping - [ ] task 2 #shopping - [ ] task 3 #shopping ``` On a different page,...
A colleague of mine was having this issue on Windows 10 when running this through `gulp-notify`. The following error is shown when trying to notify. ``` Unhandled Exception: System.Exception: SQL...
It seems that using `$arguments` in event handlers is no longer supported. Would it be a good idea to add this detection to the list?
I love the minimalism of this theme! I'm curious if you'd have time to make a port for vscode? I haven't made a theme before but I might try my...
Return a stronger representation of the return value of `diff()`.
#### Checklist - [x] run `npm run test && npm run benchmark --if-present` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit...