Andrés García

Results 8 comments of Andrés García

Hi guys, This is still not working for me, I tried the solutions provided in [#18](https://github.com/vishnevskiy/ElixirSublime/issues/18) but with no success. Does anyone know how to make it work with Elixir...

Still nothing! :( I've tried every possible solution, but nothing works! I get this stack trace in the Sublime Text console: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py",...

That doesn't work for me! :( @YurkoHoshko

Indeed! It works now! thanks @YurkoHoshko!!

Man! this is so bad, your extension has been downloaded around 23,000 times!! and you just stopped supporting it! This is so far one of the most interesting extensions ever...

Hi Randy, Not from the remote machine, from the client. I'd like to know if is there any way of launching the server manually from the command line or via...

Try this code. Put it somewhere in the server directory. ``` javascript Meteor.startup(function () { Meteor.default_server.method_handlers.adminAddUserToRole = function(_id, role){ check(_id, String); check(role, String); if (Roles.userIsInRole(this.userId, ['admin'])) { Roles.addUsersToRoles(_id, role); }...

@skatkar can you elaborate more please, I tried Kevin's solution as well but it didn't work for me. By the way, I've been trying to follow this tutorial https://d1.awsstatic.com/Projects/P4113850/aws-projects_build-log-analytics-solution-on-aws.pdf.