Guilherme Garnier

Results 25 comments of Guilherme Garnier

@AlexRiedler is it possible to set _scope_ on _TemplatePath_ constructor as before (https://github.com/leshill/handlebars_assets/blob/v0.16/lib/handlebars_assets/tilt_handlebars.rb#L91)? I think this could solve the problem.

@AlexRiedler in my case, I use the default `path_prefix = 'templates'`. I solved my problem changing my templates path inside the gem from **my-gem/component/templates/template_name** to **templates/my-gem/component/template_name**. Now the template path...

It doesn't seem to work with python 3 because it uses python 2 print statements. I'm not sure if that's the only incompatibility. I'm also having issues with python 2.7....

/assign @imjasonh

@iskren-dimov do you miss any specific feature from gitlab api v11?

How did you do the installation? Could you try with newer tsuru version? Version 1.1.1 is really old.

This is probably the same as #2221 . Please try this workaround: https://github.com/tsuru/tsuru/issues/2221#issuecomment-440746601

I think we should include the linked contents by default. If you want to ignore it, you can add it to the [`.tsuruignore` file](https://docs.tsuru.io/latest/using/app-deploy.html#ignoring-files-and-directories). @biancarosa do you want to take...

@jrwren our base platform already supports a `TSURU_PLATFORM_DEBUG` env var to show debugging info during deploys: https://github.com/tsuru/base-platform/blob/master/deploy#L7-L9. Maybe you could add a `-v` flag to the deploy endpoint, and when...