Winston Nolan
Winston Nolan
@gmolto I saw that there is a faas layer created. I removed it, and recreated it, but I still don't see my changes Could you please let me know, or...
mmm I downloaded the layer, edited it locally, to include the /mnt dir, uploaded it and created a revision. Updated my lambda function, to reflect the layer, in the function...
@srisco @gmolto I got it! I'll try and make this configurable via env vars, with a fallback to default ``` diff --git a/faassupervisor/faas/aws_lambda/udocker.py b/faassupervisor/faas/aws_lambda/udocker.py index ba7326f..2ef10f1 100644 --- a/faassupervisor/faas/aws_lambda/udocker.py +++...
@carlreiser2 you can try just making the change I made above (see the diff in my previous comment) - that might work I also made a bunch of other changes,...
I have tested setting `table_open_cache=1000` and `innodb_file_per_table=ON` and so far no crashes `Server version: 5.7.29 Homebrew`
> @alesmenzel thanks for digging into this issue! > > Hey, everyone, try setting `SPACESHIP_RPROMPT_ADD_NEWLINE` to `true` and let me know if that helps: > > ```shell > SPACESHIP_RPROMPT_ADD_NEWLINE=true >...
This issue is incredibly important. I count myself lucky to have found it. @Sly1024 thank you for sharing this. I'm still not sure how you figured it out (or how...
You can also, chmod the file in your project, it will take those permissions with it, like so ``` chmod +x docker/storefront-api/storefront-api.sh ``` Then do the build again by removing...
hello I would like to use my old zsh theme (pretzo) when I am not in a git directory I tried to set the variable `omg_ungit_prompt` in my ~/.zshrc to...