Achille Lacoin

Results 129 comments of Achille Lacoin

This feature could be useful to be able to use the version control view

I wonder if this should go to the @excalidraw/excalidraw package ? Since I plan to use it in the vscode excalidraw extension, I wonder if it will duplicate the size...

I moved the export to the main package, still need to update the doc

Ok, should I add another section to the readme ? We could add a demo image similar to this one: ![image](https://user-images.githubusercontent.com/17577332/180613445-6b663901-54fb-4d07-b1f5-70258cdf5c62.png)

Ok looking at it further it looks like /usr/src/config/materialized_config.yaml correctly resolve the secrets. But why is the preprocessing step running again in klioexec ?

Klioexec is trying to process the build time config in order to compare it with the run time config. However it is not able to process it due to the...

We are not sure we want to use the template feature to pass secrets to the pipelines. I currently use a wrapper to use directly klioexec instead, and pass the...

* klio-cli -> v1.0.5 * klio-exec -> 0.2.2 * klio-core -> 0.2.2 * klio -> 0.2.4 Our project is using the worker_harness_container_image beam option, we are not defining any setup.py....

Full traceback: ``` INFO:root:Found worker image: gcr.io/dailymotion-data-backbone-stg/klio-frames-worker:1c6edd0a-dirty Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/klio_core/config/_preprocessing.py", line 159, in _apply_templates return template.substitute(**templates) File "/usr/local/lib/python3.6/string.py", line 130, in substitute return self.pattern.sub(convert, self.template) File...

Thanks a lot! I will check it as soon as possible :)