Matthias von Bargen
Matthias von Bargen
For some reason our current CI runs are sometimes dropping env variables we pass in as secrets. In this case its affecting our FaunaDB initialization as the secret key is...
In the next version of Stencil we can make use of a new `requestListenerPath` option in stencil config. https://github.com/ionic-team/stencil/commit/eec7651fa723658c2c8d853dc44b6316709b2317 That means we can run our `/api/graphql` endpoint on the same...
We need to test each package (Auth, DerShop) in isolation to make sure they work on their own. So instead of running cypress agains the nextjs build we should run...
When you register with a an email like [email protected] during the verify step the + is not sent due to urlencoding.
In the CLI package we can provide some QoL improvements when creating new components or routes. Currently when you want to create a new component or route it usually ends...
- [x] Web components - [x] Canvas - [ ] Editable (wysiwyg) for corejam-type The initial features are: Wyswyg - [ ] Bold - [ ] Italic - [ ]...
Currently have an issue when using npm commands with our cli package. - [ ] Adjust package/cli to allow `npm createApp` process
This is the main source for mapping over a set of plugins and merging them into the core system server context & associated components Roughly it has to have following...