iamsimakov

Results 39 comments of iamsimakov

Hi, the same problem. We have self signed ssl cert. Android 8.1. org.jivesoftware.smack.SmackException: javax.net.ssl.SSLHandshakeException: Handshake failed at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(Unknown Source:891) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(Unknown Source:0) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:764) Caused by: javax.net.ssl.SSLHandshakeException:...

hi, @artyomkalm do you can try to use v0.4.0 rubyc?

hi, guys, does anybody know how to force working `./a.out console` when compiling Rails application? now I see error: ``` /__enclose_io_memfs__/lib/ruby/2.4.0/irb/locale.rb:112:in `load': No such file to load -- irb/error.rb (LoadError)...

hi, i use rubyc too, thanks creators. Installation ruby on target system is not necessary. You need just running binary file. Or show your log starting app on target machine....

Oh, i'm sorry, it seems now i understood your problem, that we can not use actual version of bundler, ie rubyc uses not updated bundler version.

hi, I think you need to install `openssl`. I suppose it is not in list of requirements because `ruby` almost always is builds with it. Also some months ago I...

did you use rubyc version v0.4.0?

I used rubyc for packing my rails app, and I had some problems with v0.5.0. Successful build was with v0.4.0. So I suggest: 1) try to use v0.4.0 2) try...

I created little example how to pack rails app with nokogiri gem https://github.com/iamsimakov/rubyc-usage-example There I used docker to build application. So just try it. If it helps to you, it...

maybe add Gemfile and do bundle install ?(now I can not reproduce problem, but I will try do it tomorrow)