Lars Kanis

Results 111 comments of Lars Kanis
trafficstars

You're right bash isn't well supported. I focused on CMD and PowerShell so far. It's difficult on Windows to support all of them, since this three types of shells are...

I'm not sure whether I'll add full bash support and when. But thank you both for sharing your experience!

This is right, bash is currently not fully supported - only CMD and Powershell are. There have been only a few adjustments for bash. RubyInstaller works to some extend in...

I doubt that this is an issue in tiny_tds. It is more probably that the query result object is somewhere stored in ruby space and is therefore not freed. Especially...

ffi.gem bundles libffi since more than 10 years. The extconf.rb file checks whether system libffi is usable and otherwise falls back to builtin. Since commit https://github.com/ffi/ffi/commit/f0959778cfac41e4673117993c3abf26ef1ae76c it's also possible to...

Ruby-1.8 is out of maintenance since 5 years! Please update to ruby-2.4 or newer. RubyInstaller-2.4 ships with OpenSSL-1.0.2 which supports TLS-1.2 and RubyInstaller-2.5+ ships with OpenSSL-1.1.1 and support for TLS-1.3.

I solved this issue in RubyInstaller2 here: https://github.com/oneclick/rubyinstaller2/blob/master/recipes/sandbox/40-generate-rake-cmd.rake

Thank you @MSP-Greg for your ongoing work for ruby on Windows! > I believe it would help the adoption of RI2 if a 2.3 build was available. I would like...

You can find Ruby-2.4.1 in the archive: https://rubyinstaller.org/downloads/archives/ But in general you should always use the latest version of the stable branch (which is Ruby-2.4.10 in this case), since it...

@vinodh4474 Did you find the expected installer? Can I close the issue?