Max Rohde

Results 45 issues of Max Rohde

It is easy to forget to add a leading `http` or `https` to a CORS configuration, resulting for instance in an error as follows for the lambda go gin package...

The default watch command for the lambda go gin package referese to the an `.exe` file and thus will only work in Windows enviornments. ``` "watch": "PORT=8084 CORS=http://localhost:3000 GOLDSTACK_DEPLOYMENT=local nodemon...

Is it possible to pass migrations as list directly in JavaScript when using the `MigrationManager`? See here in umzug they call this the [Direct Migration List](https://github.com/sequelize/umzug#direct-migrations-list). My usecase is that...

When defining the attributes for an entity in a constant such as: ```typescript export const TagPK = (data: { blog: string; postId: string }): string => `${data.blog}#${data.postId}`; export const TagEntity...

There is a limit of 100 buckets per account. The following error is reported when there are more buckets: ``` Error: Cannot create S3 state bucket: You have attempted to...

The [server-side rendering template](https://goldstack.party/templates/server-side-rendering) can deploy local changes quickly to the cloud. Thus it would be possible to deploy changes Lambdas upon every file change. For this we need a...

Could it be useful to extend this plugin to also support [Plex][https://www.plex.tv/] playlists. Would probably just need some kind of mapping between file paths in MusicBee and Plex. Here some...

- Keep it consistent with other templates by using Next.js: https://github.com/mlynch/nextjs-tailwind-ionic-capacitor-starter - Consider using [expo.dev](https://expo.dev) for mobile app building: https://docs.expo.dev/guides/using-nextjs/ - [Next.js expo example project](https://github.com/expo/examples/blob/master/with-nextjs/pages/index.js) - For navigation across Native...

enhancement

- [CI and TestFlight deployments using GitHub Actions](https://hartl.co/notes/ci-and-testflight-deployments-using-github-actions)

For issue #299 - currently not possible.