David Gileadi

Results 13 issues of David Gileadi

A company project needed support for "try it out" functionality, where you can enter values into form fields, press a button to send the request to the server and display...

This gets the tray icon running for me on macOS 12.5 by changing CocoaRunner to use Xamarin.Mac and making it the default on Mac instead of RumpsRunner. Huge thanks to...

This has been a recurring issue for me. Every time there's a new release of DLS, vs-code shows a "Upgrading DSL" notification with an in-progress indicator, but the notification never...

When writing a large amount of JSON to a StreamWriter it's possible for the JSON to get truncated because the writer is never flushed before it's closed. This PR changes...

When given an object like: ``` {myArray: ['one', 'two']} ``` The generator creates a schema like the following: ``` { "$schema": "http://json-schema.org/draft-04/schema#", "description": "", "properties": { "myArray": { "type": "array",...

schema-test.js references the file /test/fixtures/schema/valid.json, but that file isn't part of the repository.

This is a pretty straight port from the Typescript.

I'm trying to set up a launch configuration for debugging unit tests, and have hit a wall. I was able to set up my classpath to find the JUnit jar...

enhancement

Some tools (like [Visual Studio Code](https://code.visualstudio.com)) can use typescript definitions for code insight and completion. Many popular JS libraries [already have typescript definitions](http://definitelytyped.org). It would be really nice to have...

Standard views like Package Explorer have a "Link With Editor" toggle (a button with two yellow arrows facing opposite directions) that automatically expands the tree to the file that is...

Feature Request