davidjenkins

Results 5 issues of davidjenkins

Please add the `aceEditor` property to the documentation and the `@types` so we can make small adjustments like controlling the `minLines` and `maxLines` settings? Technically there is nothing preventing access....

feature
help wanted

Would be nice if after typing, if JSON is valid, that format and repair ran automatically. Alternatively, add `format()`, `compact()`, and `repair()` to the documentation and the `@types` so we...

feature

```c# // Notice that ContentType is being set to Base64Encoded. static async Task AddFile(TfvcHttpClient client, string path, byte[] contentBytes) { var item = new TfvcItem { Path = path };...

question

I'm playing the Steam version of Rocksmith 2014 Edition - Remastered. Setup seems fine... ![image](https://cloud.githubusercontent.com/assets/13737994/24824830/54fbbebc-1bd0-11e7-8a14-175e8f8c0cfc.png) I've even tried disabling other input devices (even though they aren't connected). ![image](https://cloud.githubusercontent.com/assets/13737994/24824916/df5769d4-1bd1-11e7-9595-d3a545a9ba4e.png) I've set...

question

We have a few apps where problems like this occur, and some apps that don't. Using PAC v2.0.31, installed through VS Code. Running on local VS Code terminal (no scripting...

new