Brian A. Ignacio

Results 16 issues of Brian A. Ignacio

Trying to use web pack 4 to pack `0.6.2` in vscode extension getting this error: ``` ERROR in ./node_modules/@vscode/extension-telemetry/lib/telemetryReporter.node.min.js 1:36558 Module parse failed: Unexpected token (1:36558) You may need an...

Fix #117 This PR separate the Webserial transport into an abstract class `AbstractTransport` and `ISerialOptions` for such transport class construct options. This should enable external serial implementation such as node...

enhancement

Hello guys! So far I really like this CDT-GDB-Adapter functionality. I was wondering how would you go about starting a debug session with a core dump? Usually you would pass...

The root directory CMakeLists.txt has a path that is relative to original repository which should be updated. Replace `${CMAKE_CURRENT_LIST_DIR}/../common` to `${HOMEKIT_PATH}/examples/common` in the root directory CMakeLists.txt

Fix #43 Add Before and after reset modes options

enhancement

Add option for flash encryption by enabling the file encrypt flag and flash encrypted data command. Fix #95 Fix #139 PTAL and test on spare device to avoid damage on...

### Describe the bug I've tried to update from 7.0.0 to new 8.5.0 version. After doing harm remove and yarn add --dev I've got this while `tsc -p`. Is there...

bug
new-issue

Using `vscode.workspace.createFileSystemWatcher("**/my_file", false, false, false)` in a vscode extension to watch file changes in the current workspace folder from Windows opened in a Docker container environment. ```ts const fileWatcher =...

containers
info-needed
file-watcher

### Describe the request Add additional output file. I would like to generate a json file with the test results as is done in mocha. I've tried using a .mocharc.js...

enhancement

Replace the old `reader.readAsBinaryString` to use `reader.readAsArrayBuffer(file);` instead allowing user to use UInt8Array for files instead of string. Fix #219 Fix #229 ## Description This pull request refactors the firmware...