Ivan Fokeev

Results 42 comments of Ivan Fokeev

As I understand, `docker.Container` (from `pulumi-docker`) returns only `Outputs` regarding https://github.com/pulumi/pulumi/pull/2659. So how to merge inputs and outputs and not getting these different states?

same problem here, could anybody help @drarmstr @csantos4242?

same problem here

need this feature a lot

Hello. It looks like we have a bug in the cubejs-server, I can try to look at this today. How urgent do you need it?

@iboozyvoozy you can use `pug-html` with `ngtemplate`. `pug-html` returns `module.exports = "your_html"` but not the HTML string itself. `ngtemplate` has: ``` if (content.match(/^module\.exports/)) { var firstQuote = findQuote(content, false); var...