Results 145 comments of Max

If you have any luck feel free to post your edits here!

Great suggestion, thanks! If you want to speed things up, this is an open source project and I am always open to contributions and I'd love, if you'd be willing...

Have made `color_variables_file` into `color_variables_files`.

About the default. It seems to me, that do do that type of thing you have to use a full-blown less/sass parsers, which would totally kill the performance.

You can always look for options names in the menu files. ``` { "caption": "Colored text", "command": "ch_set_setting", "args": {"setting": "ha_style", "value": "text"} }, ```

About `color_variables_file(s)` not working: I could not reproduce the bug. Seems fine to me. If you could test the new version and provide a minimal example to reproduce the bug...

Could you provide a minimal example of the files to reproduce the bug?

This would be nice of course, but I don't think anyone can modify the python source code inside sublime. Also, you cannot add you own modules into the import path....

Any pointers as to how would one add support for manual termination too?

@xingao267 > we use rules_docker to generate the container using Bazel If it's not too much trouble, could you attach a link to the build file that does it? I...