PopGoesTheWza
PopGoesTheWza
Purpose of this issue is to discuss and exchange on how one handle Apps Script **monorepos**: - current solutions - key features/functionalities - missing features/functionalities
Tentative PR to #33
Seeing that #22 enables the use of error handling middleware, shouldn't the typescript definition be modified to allow the `ErrorRequestHandler` interface?
Fixes no issue but bumps packages to latest versions compatible with node 12.22.12 - [x] `npm run test` succeeds. - [x] `npm run lint` succeeds. - [ ] Appropriate changes...
Google has recently updated its [Apps Script Reference](https://developers.google.com/apps-script/reference) site. The new left-hand side menu structure isn't recognised by the Cheerio/JQuery selector in `spider.js` hence breaking the collection of data. I...
In order to offer users proper Typescript support, two options are available: 1. hand crafted `.d.ts` files for each published package 2. porting current `.js` source code to Typescript (with...
Should the npm package be [deprecated](https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions)? If yes, the following files should include the reason why it is deprecated. - `packages/named/index.js` - `packages/named/README.md`
Current implementation of `@stamp/core/mergeOne()` does not fully check if its first parameter `dst` is `undefined`. If the second parameter `src` is an object, `dst` is never checked and assumed to...