Tomas Jansson

Results 59 comments of Tomas Jansson

@alfonsogarciacaro I was thinking if one could do something like you described above. Not sure I'll have time to do it at the moment though, I think it is a...

Great stuff @jmmk. Also great that it seems like we came to the same conclusion about mapping direct to virtualdom elements.

@mangelmaxime, I'm not 100 % sure about it but it looks that way.

@alfonsogarciacaro I think that is an extra optimization on top of the one @MangelMaxime is talking about. I think we first need to change so we don't convert from one...

Does anyone have a solution for linux on this? I've installed mono following the instructions here https://linuxize.com/post/how-to-install-mono-on-ubuntu-18-04/ but it still doesn't work for me. As a temporary workaround I'm using...

Thanks for input @filipw, that is already set. ![image](https://user-images.githubusercontent.com/501424/98245422-31129900-1f71-11eb-83ef-2b70e63bd8cd.png)

Is there any debug info I can provide to show what is going on internally?

Hello @stack72 , I mean when creating a `kubernetes.core.v1.Secret` secret. I think my problem wasn't unescaped characters, it was me trying to use the value from a stack output directly...

@viveklak sure ``` kubernetes:core/v1:Secret (campusoffers-secret): error: resource iac-campusoffers/campusoffers-secret was not successfully created by the Kubernetes API server : Secret in version "v1" cannot be handled as a Secret: v1.Secret.StringData: ReadString:...

Might be so, but is there nothing to do to capture that and not print it if it is this specific resource. It is definitely unfortunate that it is being...