Po Chen
Po Chen
>docker-machine does not seem to be escaping the slashes and spaces in the binary path. Any idea on why this is still happening? @shin- something indeed needs to be escaped...
Not really, I haven't looked into this since. I have other solutions, so this isn't a priority for me. Sorry mate.
Hi @valo , since the build command itself is just a configuration that is used by Sublime directly, I can't think of a way to dynamically do it. One easy...
Actually an idea just came up, I will do some research and see if there's any better way to write the build functionality.
Normally I just config the build file to a very general setting and modify it in the project setting if there's anything special in the project. I think this is...
What do you think about the `variants` part of https://sublime-text-unofficial-documentation.readthedocs.org/en/latest/reference/build_systems.html ?
Also, could you provide me with the `cmd` that should be run when using `rvm`?
Right. My own RSpec build in User/RSpec is actually with `bundle exec`. :)
Hey @valo thanks for sharing! I've been quite busy recently, will look into this again as soon as possible.
Might have to go with a python command, but will lose many nice things the build system has... On Tue, 20 Jan 2015 07:05 Jamon Holmgren [email protected] wrote: > I'm...