green2k

Results 6 issues of green2k

Hi, does this graphql-faker "middleware" support query-batching? I always get an error that the input JSON is invalid :disappointed:

enhancement

``` nvm use 8 // Now using node v8.2.1 (npm v5.3.0) npm install npm start ``` This is the result: ``` [15:28:19] Requiring external module livescript [15:28:19] Using gulpfile ~/git/react-selectize/gulpfile.ls...

Using this new property, we can set the component as `readOnly`, so no custom text-input will be allowed.

This should be very easy. Sometimes, we don't want the user to change the text in an InputBox.

**Description** There's the `BROWSE` value missing in `databricks.sdk.service.catalog.Privilege` enum. **Reproduction** A minimal code sample demonstrating the bug. ```python from databricks.sdk.service.catalog import Privilege print(Privilege.BROWSE) ``` **Expected behavior** Prints `BROWSE` enum value...

Instantiating AccountClient like this: ```python from databricks.sdk import AccountClient dac = AccountClient( host="https://accounts.cloud.databricks.com", account_id="", auth_type="external-browser", ) ``` leads to an error: ``` Error code: 400 Message: unsupported_response_type. Error code explanation:...