Yair Fried
Yair Fried
Kamus-cli encrypt stdout should only contain the data. Redirect verbose output so the `encrypt` command is usable in scripts.
Not sure if skaffold issue or CloudRun - will repost to skaffold if needed ### Additional Information Hi, My application isn't using flask, so I'm relying on [hupper](https://github.com/Pylons/hupper) to preform...
### Expected Behavior Print docker build output to stdout (at least if fails) ### Actual Behavior Docker build output is hidden. even on build failures ### Additional Information skaffold doesn't...
(Please ensure you are running the latest version of Cloud Code for IntelliJ with _Help > Check for Updates_) - Cloud Code for IntelliJ version: 21.10.1 - Google Cloud SDK...
When a route that has `repononse_many` wants to return a proper error code on a, flask-pydantic crashes with This should return a 400 error ```python @app.route("/", methods=["GET"]) @pydantic_validate(response_many=True) def return_many(myid:...
Hi, We love this plugin but the series legend font becomes unreadable in full screen. Can we control it somehow? 
Hi, This tool looks great, but it would be great if we could assign an alert to a component by name
I need `hostname` to be in lowercase. Can I do something like: ``` host ${hostname}.lower() ```
### Description When passing the output of another cdktf resource to cdktf-cdk8s, the references are escaped (`$$` instead of `$`) and so cannot be resolved in runtime see https://gist.github.com/yfried/90b81f9f030fe49d5c6e95d20c051e37#file-cdktf-json-L65 https://gist.github.com/yfried/90b81f9f030fe49d5c6e95d20c051e37#file-cdktf-json-L145...