Ruben Oostinga
Ruben Oostinga
any progress on this? I built a timer that will ask for stopping the timer using a prompt. This means that after the timer is done the prompt is not...
Removing fnm from my `$PATH` and installing a system `nodejs` enabled my to run `npm start` as root again. But I expect there to be an easier way to remove...
I don't have time to figure out how to add tests on the parxer project. I can give some example for files with and without compoxure. This is ocLazyLoad.js before...
It might have something to do with the contentTypes in the configuration. What I am doing is putting compoxure in front of an angular application which will serve html, javascript,...
While developing it is easier to have a limited number of servers running. I also worked around the issue by adding a proxy in front of compoxure to make sure...
it always fails the smtp check for outlook.com and office365 mailboxes even though the email addresses I tried are valid
Maybe this is useful: https://github.com/aws/awsmobile-cli/blob/7869de228fe3dad4e8bcb0878ee05e44dc1a2112/lib/backend-operations/appsync-operations/appsync-manager.js#L259
This seems to work https://github.com/aws/awsmobile-cli/issues/182#issuecomment-415885097 Ensure you don't have a typo in the json file, otherwise it gets silently ignored
I'm missing a migration path to amplify-cli
You can add federation to you nexus schema using [graphql-transform-federation](https://github.com/0xR/graphql-transform-federation). It will not give you the build time type safety that nexus does, but it does perform strict checking on...