tw1t611

Results 6 issues of tw1t611

Hi, could you please add an argument to select the theme automatically? This would be useful for people, who want to set up their systems via a script. It could...

enhancement
help-needed

I just figured, that every lambda deployed with serverless has the same size ```bash dashboard: https://app.serverless.com/timpolyma/apps/birdzview/birdzview/dev/eu-central-1 endpoints: POST - https://fjwyyf75v9.execute-api.eu-central-1.amazonaws.com/api/open-ai GET - https://fjwyyf75v9.execute-api.eu-central-1.amazonaws.com/api/scores/all GET - https://fjwyyf75v9.execute-api.eu-central-1.amazonaws.com/api/scores/{id} functions: fetch_open_ai: birdzview-dev-fetch_open_ai (105...

I tried to use strapi with node v14. I need the newer version of Intl. api. docker-compoes.yml: ```yml image: strapi/strapi:3.6.3-node14 ``` error: ```bash ERROR: manifest for strapi/strapi:3.6.3-node14 not found: manifest...

The deployment is stuck on service. Manual stack termination is needed. (No build error) The project is rather small, so the build time should not be the problem. Docker container...

Docs show, that securityGroupIds are optional. ```yml vpc: # (optional) default security groups which are added to tasks that do not contain any overrides; these override any provider-level configuration. securityGroupIds:...

When importing the package into a svelte-kit project, an error is thrown telling the `export is undefined` This a known issure with vite (the bundler of svelte-kit) atm, when using...