vroad

Results 26 comments of vroad

I created initial implementation of build tool that uses msbuild. On Windows hxcs tries to retrieve msbuild path from registry. https://github.com/vroad/hxcs/commit/a4f07e145e398cc529ec3680b0a6e751a4679f24

This is because some of functions that are required to use TextInput is not implemented in Lime/OpenFL (such as TextField.getLineMetrics). TextInput event is not implemented either, but there is a...

Did you checkout feathers with `haxelib git` command? If you didn't, haxelib may fail to find your local repo. You can still set path to your repo with `haxelib set...

I'm afraid you are opening issue on a wrong repository. FeathersUI library you mentioned is developed by guys other than me. I no longer maintain this project. I will archive...

Unfortunately it's getting out of sync. I think that it would be better to use official Lime/OpenFL rather than custom one, but I was not able to upstream all of...

@yorinasub17 I have the same problem. I had something like this in inputs block for generating YAML template with terraform. ``` variable "foo_credentials" { type = map(string) } ``` ```...