Lukas Rieder

Results 20 comments of Lukas Rieder

I have created a [`ruby18_sync`](https://github.com/Overbryd/imgio/tree/ruby18_sync) branch within my fork. There you will find an implementation suited for Ruby18 using Net/HTTP as client. It not only significantly reduces dependencies. The main...

That is a great idea. It yields some questions: - Do all images get rewritten? - How to configure the rewriting? - Do you have an actual use case for...

@f34nk Happy to help on this one. I also wrote https://github.com/Overbryd/nodex that can be used to provide a safe execution (c-)node to give the best in performance/safety. I would refrain...

Ping @a-palchikov @kontsevoy When can you merge this? I am running into a problem that I suspect version differences: ```console $ ./teleconsole -v -s teleport.server.com INFO[0000] Getting version from https://teleport.server.com:443...

This is still a problem. ```console $ warp open Opened warp: xxx Restored session: Thu May 31 19:16:44 CEST 2018 [Error] Connection error: x509: certificate has expired or is not...

@BanzaiMan please merge/fix, this is still an issue.

Off-topic: The solution is to switch to Gitlab. There you can define group level variables, have hierarchical groups and much more. The default set of variables allows for short lived...

Same problem here. The offending line is to be found here: https://github.com/gjaldon/heroku-buildpack-phoenix-static/commit/fa862491d793c4ccb934caa04a8688b92fe0572e#diff-1d8aefca0d336c5e997af1fdf3402191R8 Workaround: Set `phoenix_ex=phx` explicitly in your `phoenix_static_buildpack.config`.

I experience similar inconsistencies and an exhaustive re-creation of resources if I change anything inside a service. For me, this leads to unnecessary downtimes of the application when I upgrade...

For example: Adding an `acm_certificate_arn` to a service, should not cause the following changeset: ```console Plan: 22 to add, 1 to change, 21 to destroy. ------------------------------------------------------------------------ ``` It event recreates...