Jordan Jensen

Results 7 issues of Jordan Jensen

**Describe the bug** The following script fails to initialize in NodeJS: ```js import webex from 'webex'; webex.init({credentials: ''}); ``` Yielding the following error: ``` ReferenceError: window is not defined at...

feature

## This pull request addresses Adding support for an app to set a custom proxy on all requests. The app can control this by setting the proxy configuration during init....

**Is your feature request related to a problem? Please describe.** Currently, certain corporate environments cannot start or use the webex sdk due to proxy requirements. The current version of the...

feature

Currently, this library only supports sprite 2.x. I attempted to rebuild with 3.x and newer babel + webpack, but it does not appear that spritejs.use() exists in 3.0. Is there...

### Validations - [x] Follow our [Code of Conduct](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://eslint.style/contribute/guide). - [x] Check that there isn't already an issue that reports the same bug to...

Hello, After testing, it appears that the results of the following 2 queries are indistinguishable when looking at the result sets: ```sql CREATE TABLE example ( col1 INT ); ```...

Hello, Can you double check the `CHANGELOG.md` and `releases` section of github? The latest release and version number in the `npm` registry is mismatched from what is published in those...