Papuna Gagnidze

Results 8 comments of Papuna Gagnidze

Good point. I didn't know it was that big package. I have no issue updating my lambda function to use the container image rather than the predefined runtimes, this way,...

[Pickcode | Make cool stuff with code](https://pickcode.io/)

Think about how I can add და and ან operators without clashing with დააბრუნე keyword. Grammar precedence for და and დააბრუნე always matches the და at first, causing issues with...

@WTPOptAxe I have the same issue, I provided the provenance in the project.json: ``` "options": { "file": "path/to/Dockerfile", "provenance": "false", "platforms": ["linux/amd64"], "metadata": { "images": ["ghcr.io/"] } }, ``` I...

@SR-G You can use YAML anchors and aliases to avoid duplication: ```yaml define: &shared-properties type: reddit app-name: ${REDDIT_APP_NAME} client-id: ${REDDIT_APP_CLIENT_ID} client-secret: ${REDDIT_APP_SECRET} comments-url-template: https://redlib.fly.dev/{POST-PATH} ``` Each subreddit widget references this...

@SR-G You can probably still use YAML anchors: ```yml define: &reddit-auth app-auth: name: ${REDDIT_APP_NAME} id: ${REDDIT_APP_CLIENT_ID} secret: ${REDDIT_APP_SECRET} widgets: - type: reddit subreddit: golang show-thumbnails: true

@wildfiremedia, can you please share a screenshot?