Avinash Thakur

Results 33 issues of Avinash Thakur

Add search feature for State tree. Search is done using a fork of [JSONPath-plus](https://www.npmjs.com/package/jsonpath-plus) (fork used: https://github.com/JSONPath-Plus/JSONPath/pull/185 ) which adds support for Content Security Policy by eliminating the use of...

I was comparing it with other alternatives like [esprima](https://www.npmjs.com/package/esprima?activeTab=readme) and [espree](https://www.npmjs.com/package/espree). From what I found, esprima & espree have lot of features but have smaller Unpacked size as reported by...

As can be seen in [vscode-js-debug/src/common/contributionUtils.ts](https://github.com/microsoft/vscode-js-debug/blob/2152210dc7c3933e2b4ef7c72d72cf2fef765760/src/common/contributionUtils.ts#L65-L81), the `"pwa-*"` debug types are not preferred. Also, as seen in https://github.com/microsoft/vscode-js-debug/blob/2152210dc7c3933e2b4ef7c72d72cf2fef765760/src/build/generate-contributions.ts#L1090-L1098 , vscode will generate a warning if non preferred debug types are...

I tried installing inside [Termux](https://termux.dev/en/), the script completes but I'm not able to run `mise` Getting following error ``` ~ $ curl https://mise.run | MISE_DEBUG=1 sh % Total % Received...

Add new LazyExtras : "launchjs" which `"Enable .vscode/launch.json detection."`

`"pwa-"` prefixed debug types are deprecated in the debug adapter. ref: https://github.com/microsoft/vscode-js-debug/pull/1305 Also, vscode generates launch.json files with `"type": "node"` by default now, and warns if we use `"pwa-node"` This...

**Problem**: On giving "relax" command, the arms of virtual InMoov are going too much backward, i.e. the `shoulder` joint is resting at lower than expected value. **Description**: I've written `[SERVO_MINIMUM_MAP_OUTPUT]`,...

This feature is present in almost all editors but in zed, doing so crashes the editor. Release Notes: - When creating new file via project panel, a filename ending with...

cla-signed

## Changelog * use csv files to build indices to save time/disk * parallel network downloads and only download updated resources * update author page * show unknown architecture *...

Caused in : https://github.com/njh/arduino-libraries/commit/21dd4df1ea7150846c5c7d71b1ac90130f187db5 Description: For some libraries, reponame is wrong. Happens when "repository" property and "website" property refer to different repos. This is not expected but in this case,...