Ashish Shubham

Results 13 issues of Ashish Shubham

Seems a new major version of `fs-extra` was released recently. It would be great to upgrade.

I am using `grunt.loadNpmTasks('grunt-cache-bust');` in my gruntfile. But when running the grunt it complaints, no task `cacheBust` found. On investigation I found out that if I pass `grunt` as a...

Update packages to prevent node-gyp compilation errors during `install` on Node 12. Also since node 12 is LTS, it makes sense to increase the Travis to test on Node 12....

Some people (including me) do not use events as the interfaces are not explicit. Adding a support for passing callbacks along in the component.

**Is your feature request related to a problem? Please describe.** Currently `useMeasure` returns a `ref` which needs to be assigned a ref in the JSX. This has 2 issues: 1....

help wanted
good first issue

For bundlers using native ES, we do not need to use the transpiled `dist`. Expose the untranspiled source as a `module`. This will also close #2 when using webpack/rollup/parcel

**TypeScript Version:** 3.4.3 **Search Terms:** TS5071 **Expected behavior:** Should compile for module: 'system'. I use a json-loader plugin within systemJS to load these json files. Earlier we used the `.d.ts`...

Suggestion
Awaiting More Feedback

``` extractDomain(["mother.com/q/s"]) ``` Output should be: `mother.com` but instead it is `mother.com/q/s`.

Something like this is not supported and will not have the defaults added: ``` fetch(new Request("url", { body: {...}, headers: {...}); ```

I have been trying to write unit tests for the MCP agent created using this library inside my Worker. I am seeing some errors which I feel are due to...