I've got another rsense issue that needs fixing as well, so I'll try to set aside a good chunk of my weekend for working on rsense. Been a bit neglectful of it lately, unfortunately
ZeroMax-dev
@ZeroMax-dev
Yeah don't worry, I just discovered it a few days ago and was super excited about it.
I thought it might have been because of my environment that it was not running, but I tried everything.
I'm looking forward to the new version. :smile:
Thank you very much!
Eric West
@edubkendo
:) if you have any interest in it, feel free to take a look at https://github.com/rsense/atom-rsense . Either way I'll ping you and you can test on Windows for me if you dont mind, since I don't have a windows machine currently
ZeroMax-dev
@ZeroMax-dev
Yes, sure
And of course I already installed rsense
I am running cygwin 32-bit for ruby and I managed to compile it successfully.
Eric West
@edubkendo
Your excitement has me excited to get back to work on it!
ZeroMax-dev
@ZeroMax-dev
Hahaha
Yeah I've been looking for proper ruby code assistance for ages but it seemed that the best thing out there was the costly Rubymine IDE.
rsense is basically exactly what I had in mind ;)
Eric West
@edubkendo
Did you happen to see my talk by any chance? That's pretty much exactly how I felt
ZeroMax-dev
@ZeroMax-dev
I saw the first few minutes of some video, where I saw you (I think) but I didnt watch it till the end ^^
The talk was only recently, so I assume it's still not suited for rails?
Eric West
@edubkendo
yeah, unfortunately I've been slammed at work and have not made time for beginning to tackle some of those problems. Would really love to see some fresh blood getting involved on some of the issues.
ZeroMax-dev
@ZeroMax-dev
I know, sooo much to do...... I'm working on two other projects atm... that I'm behind schedule in ^^".
Eric West
@edubkendo
;)
Sebastian Edwards
@SebastianEdwards
I also watched the video recently, cool project! I'm looking forward to giving atom-rsense a try
Sven Schwyn
@svoop
Hi! Anyone got rsense work on Mac Yosemite? "rsense server" always gives me the "install Java" window even though JRE8 is installed.
Sven Schwyn
@svoop
Figured it out, setting JAVA_HOME helps: export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home"
Shenghan Gao
@wy193777
Looks like this package has stop update
Jose Narvaez
@goyox86
Hi guys I’m getting this:
rgumentError: invalid byte sequence in UTF-8 match at org/jruby/RubyRegexp.java:1680 match at org/jruby/RubyString.java:1747 check_shebang at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:140 rload at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:112 rrequire at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:160 each at org/jruby/RubyArray.java:1613 rrequire at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:159 initialize at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:60 call at org/jruby/RubyProc.java:271 call at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command/special_meth.rb:12 visitFCallNode at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command/graph.rb:72 rload at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:116 load_builtin at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:198 each at org/jruby/RubyArray.java:1613 load_builtin at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:197 prepare at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:309 prepare_project at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:337 clear at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:320 initialize at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command.rb:90 load at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/lib/rsense/server/command/preload.rb:13 projman_set_up at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/bin/_rsense.rb:72 (root) at /Users/goyox86/.gem/ruby/2.1.6/gems/rsense-server-0.5.18/bin/_rsense.rb:76
Any Ideas?
shogerr
@shogerr
is it possible to bind rsense to 0.0.0.0 so that other machines may access it? I am currently running a rails project in a vm and would like to use atom on the host machine and access rsense non-locally.
Jonathan Yee
@jonyeezs
hi all, wondering anyone has success in using rsense on a windows platform. The problem seems to be with rsense integration with spoon. spoon for windows now uses a separate method to call OS calls
Jonathan Yee
@jonyeezs
@ZeroMax-dev any luck running atom-rsense? I'm having trouble with rsense start
Ole Reifschneider
@Tranquility
@edubkendo I am creating a plugin for vim but I don't understand the api. which column does it need? why does it return nothing when there is already a char behind the ".". the api feels really unreliable.can you help me to understand the api better?
Martin Streicher
@martinstreicher
I have issues with rsense start
Any suggestions?
John Rizzo
@johnrizzo1
hi guys... anyone know why when I run rsense I get the following error... C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/rsense-0.5.18/lib/rsense/client/runner.rb:112:in start': uninitialized constant Spoon::FileActions (NameError)
Did you mean? FileUtils
from C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/rsense-0.5.18/bin/rsense:12:in<top (required)>' from C:/Ruby23-x64/bin/rsense:22:in load'
from C:/Ruby23-x64/bin/rsense:22:in<main>'
i mean i dont get suggestions for tk ruby package.
does someone know about that issue?
John Rizzo
@johnrizzo1
hey guys... for some reason I'm getting an error from autocomplete-ruby in atom "Error: Command failed: C:/Ruby23-x64/bin/rsense stop" It looks like a conflict between jruby-jars-9.1.8.0 and jruby-jars (~> 1.7.4). I did a completely clean setup of atom only installing autocomplete-ruby.
I'm going to try updating/pruning my gems
argg sorry I didn't realize rsense wasn't supported on windows
Patil Arpith
@patilarpith_twitter
Does rsense 0.5.18 work on ruby-2.4.2? I see this error ArgumentError: invalid byte sequence in UTF-8 match at org/jruby/RubyRegexp.java:1680 match at org/jruby/RubyString.java:1747
Reid Thompson
@jreidthompson
has anyone implemented a plugin for vim yet?
Roland Édouard Jean Laurès
@rlaures.pro_gitlab
Hello. Is the gem still alive ? No gem update since 2014. Pretty hard to use now.