thbwd
thbwd
Note that this is most likely happening because you are not using rbenv locally. This happened to me with rvm as capsitrano-rvm apparently also tries to use rvm with `run_locally`...
@leovarmak There are a few things we would need to change in order to make Emojicode work on Windows, like for instance the secure random generator. You could try to...
@AlienHoboken We're going to release a beta release pretty soon, and it would be nice to know what's the state of things here.
@moigagoo "Ubuntu on Windows" is that new thing Microsoft introduced into Windows 10, isn’t it?
@moigagoo That’s a really cool! If we could setup a guide on how to install/use Emojicode like that on Windows, that would be fantastic. Mind to share the steps you...
Not that I haven't ever thought about this. But the compiler is huge...
Sure, regular expressions don't require language support. Although a literal syntax for regular expressions is nice, it isn't necessary. Since the C++ standard library has regular expression support, wrapping that...
`install.sh` doesn’t require sudo, it offers to use it if it cannot write into the installation directories. The directories in which to install are fully customizable. The installer states this...
Feel free to open a pull request that makes the necessary changes for this to run automatically (if possible in terms of calling install.sh, this is what I wanted to...
I think you could compile the compiler for Android or iOS in principle. However, you would also need a static linker on-device to link the produced object file. Also, iOS...