Eric Robinson

Results 11 issues of Eric Robinson

### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/s7hyqk13/2/](https://jsfiddle.net/s7hyqk13/2/) ### Steps to reproduce 1. Configure one of the Adobe CEP [Sample Panels](https://github.com/Adobe-CEP/Samples). The [PProPanel](https://github.com/Adobe-CEP/Samples/tree/master/PProPanel) is a good starting point as it has...

contribution welcome
browser quirks
has PR

- Improved the readability of the content. - Fixed some broken content. - Improved Markdown formatting. - Added link to the Console application to help clarify what was meant.

The `CSInterface.evalScript` API is the method by which users are enabled to issue commands in the ExtendScript context from the panel (JavaScript) context. On Windows, this function runs _asynchronously_, as...

**OS:** macOS 12.2 **VSCode version:** 1.63.2 **CodeLLDB version:** 1.6.10 **Compiler:** clang-1300.0.29.30 **Debuggee:** x86_64-mac (ABI is N-API as this is a native Node.js extension) Attempts to debug an x86_64 process on...

platform:macos-arm64

Declaring both `tsconfig.json` and `jsconfig.json` is unnecessary (and actually a bit confusing). The presence of _either_ will instruct the TypeScript Language Service that the containing folder is the [root of...

UXP supports a [specific _subset_](https://adobexdplatform.com/plugin-docs/reference/uxp/ui-index.html) of browser DOM APIs. [TypeScript's DOM lib](https://github.com/microsoft/TypeScript/blob/master/src/lib/dom.generated.d.ts), on the other hand, is _extremely_ comprehensive. Configuring an environment with TypeScript's built-in DOM library leads to [confusing...

enhancement
wontfix
TBD / Future

The following function definition exists within the [`makeRequest()` function definition](https://github.com/g-roma/freesound.js/blob/de17c689954f11050a0b380b14c6a0d7958a88a4/freesound.js#L50): var parse_response = function (response){ var data = eval("(" + response + ")"); success(wrapper?wrapper(data):data); }; This function does not appear...

It is possible to have spaces in the search query. When run in a Node environment, at least, this results in a `TypeError` in `makeRequest`. It appears as though the...

- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [x] I have tried restarting VS Code or...

bug
template-interpolation
no-repro-case

* [x] Are you running the latest version? * [x] Have you included sample input, output, error, and expected output? * [x] Have you checked if you are using correct...

Pending