Max Rohde

Results 45 issues of Max Rohde

Using the current `alpha` version (`0.4.0-alpha.2`), it seems that while type inference seems to work for checking the arguments passed to Entity.put, it doesn't work for giving the correct return...

bug

I've just upgraded both aws-sdk and mock-aws-s3 to their latest version, but I am getting the following type error (using TypeScript): ``` Type 'S3' is missing the following properties from...

Just fixing the links here. Was the example for the API gateway removed? Was looking around the project to find docs about using API gateway but couldn't find much -...

Thanks for this useful library. I was wondering if this works together with [Yarn 2 Plug'n'play (pnp)](https://yarnpkg.com/features/pnp)? I am getting the following error: ``` Command failed: node --unhandled-rejections=strict --abort-on-uncaught-exception "C:\Users\Max\repos\goldstack-mega\.yarn\$$virtual\svelte-jester-virtual-411df74ecf\0\cache\svelte-jester-npm-1.3.2-32d0fc490b-4f900c8d1a.zip\node_modules\svelte-jester\src\preprocess.js"...

bug
question

Thank you for this library. Very useful! I noticed that when I set `declareExternallyReferenced` to `true`, only the root object of a schema is parsed but none of the child...

question
in discussion

- [x] Support customising esbuild configuration for front- and backend (currently only custom frontend bundling supported) - [ ] Maybe allow defining esbuild configuration globally for all pages, with overwrites...

https://github.com/nanojsx/nano

enhancement
template-ssr

- Only revert back to using sync plugins when absolutely required. Otherwise allow application for async plugins.

While redirects defined in [next.config.js](https://github.com/goldstack/goldstack/blob/issue-85-change-modules-to-templates-in-documentation/workspaces/apps/packages/goldstack-home/next.config.js#L22) work during local testing, they do not work when the application is exported and published to an S3 bucket. See https://github.com/vercel/next.js/discussions/17322 Probably need to implement...

template-nextj-bootstrap
template-nextjs