Rohit Gohri
Rohit Gohri
I think you'll have better luck with Typescript's allowJs and emit declarations: https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html You can also start type checking js code that way with jsdoc. Though TS flavoured jsdoc and...
Just noticed that this is being used for `withHooks` and I guess the main usecase is not to import and use it in page component itself? Edit: Would it make...
I use todometer to manage my daily standup tasks. So it would be great if the daily reset moves the completed tasks to an Archive instead of deleting them. They...
We also upload a build artifact, test reports and coverage reports. In the end we want to download the coverage reports to merge them, but it ends up downloading the...
Should probably move `cors` above the `koa-static` middleware
I have similar problems sometimes but only when using `gatsby develop`. Haven't experienced the page loading on top on the production build. So could be related to gatsby cache?
> Is this documented anywhere by Google? https://firebase.google.com/docs/reference/fcm/rest/v1/ErrorCode
For anyone else wondering, the junit reporter of cypress and `java-junit` parser works (Ref : https://github.com/OctopusSamples/junit-cypress-test/commit/fc6b78f0a84b7325b8138fd5a24d0208d4e0ca55)
I faced the same problem after a recent update. It led to infinite tabs being opened, with each new tab opening another new tab. It happened to me on google...
I have also noticed slowness on some codebases, it is possible this is due to Prettier extension (https://github.com/prettier/prettier-vscode/issues/1333). Could you try installing the beta release of vscode-prettier mentioned here: https://github.com/prettier/prettier-vscode/issues/1333#issuecomment-791438686....