Nishant Arora

Results 61 issues of Nishant Arora

For some reason, the autocomplete feature does not work for me at all. I cannot use it for: 1. code completions 2. directory completions 3. completion for snippets present in...

Namaste Team The `isOptional` check seems to breaking our version compatibility. Our projects use v `0.19` and `0.22` and we have been trying to figure why is our tracing broken...

Namaste Team In this PR: - I am adding support for `SchemaReferences` using a combination of `typeHook` and `logicalType` - This seems to work in out internal testing, but I'll...

This is a continuation of #390 so it has commits from that too. In this PR: - Merging the `Request` type into `APIRequest` simplifying the request interface. - Improving performance

Closes https://github.com/ipfs/ipfs-companion/issues/1010 In this PR: - I added support for reloading failed tabs when API is available again, by: - By statically checking for failed tabs which belongs to local...

**Is your feature request related to a problem? Please describe.** As part of #1092, we now have capability to reload the pages that failed to load because the gateway was...

kind/maintenance
exp/intermediate
P1
effort/days

Right now the resulting `dist/index.min.js` does not provide named exports because the format is not set to esm. This happens because of padded `umd` banner and footer. The output should...

need/triage

**Describe the bug** The test runner produces the following pattern for testing: ```sh [ 'test/.{js,cjs,mjs}', 'test/**/*.spec.{js,cjs,mjs}', 'dist/test/.{js,cjs,mjs}', 'dist/test/**/*.spec.{js,cjs,mjs}', ] ``` but `*.spec.{js,cjs,mjs}` already includes everything, so if the environment is...

[`ipfsd-ctl`](https://www.npmjs.com/package/ipfsd-ctl) is used to control the kubo node shipped with ipfs-desktop, however we're not catching all of those errors effectively. These do not make it to `errors.log` or reported in...

P2
kind/enhancement