German Gamboa Gonzalez
German Gamboa Gonzalez
I think it would be cool to see this off load the queue into a service worker. Might I submit a PR for that?
Awesome I'll start work on that.
You should be able to as express is a valid HTTP transport for nest js. See https://github.com/serverless-components/express/issues/12 as to how you would make it work with TS.
We could achieve this by allowing an async function to be passed in as the auth token. Changes that would need to be made. ```javascript // neo4j-driver/src/index.js if (authToken.constructor.name !==...
We are currently experiencing the same issue with various metadata objects. Our workaround has been to pull it down using `sfdx force:source:retrieve -m` then specifying the thing we want.