Rafa Mel
Rafa Mel
This would be very helpful to generate SDKs or typecheck api calls to AuthN in languages for which an SDK is not officially provided (so other than go and ruby)....
Hi there, excellent work! I was thinking that in the same way we can currently set a passwordless endpoint to handle the token, it would be great if we could...
Would it be possible to add the feature to specify a different source image for icons than the one to be used for splash screens?
Hi, is there any way to run the default command of a given image running as a primary container without making it explicit as a task? Thanks for the awesome...
Dynamic imports (`import('./foo').then(...)`) error out with `@pika/plugin-build-web`: ``` Error: You must set "output.dir" instead of "output.file" when generating multiple chunks. at error (node_modules/rollup/dist/shared/node-entry.js:5400:30) at normalizeOutputOptions (node_modules/rollup/dist/shared/node-entry.js:14128:20) at getOutputOptionsAndPluginDriver (node_modules/rollup/dist/shared/node-entry.js:13910:32) at...
Adding this for future reference. With the current architecture of RxDB, immediate interception of conflicting revs for [eventual conflicts](https://pouchdb.com/guides/conflicts.html) doesn't seem possible. There are two strategies to consider: * **Resolving...
Add docs for changes introduced on #7 and #12. @tommyo could you take the lead on your changes?
I've taken a very quick look at the code, because I like the idea of typescript + dataloader wo/ caching, but I'm finding the underlying mechanisms seems to be quite...