-
See rubinius/rubinius#3447 for the original report.
The numbers on JRuby 9k.rc2 non-indy are still lower than 1.7.x, but the indy numbers are faster. There's probably some low-hanging fruit in the no…
-
Still no luck in solving this.
Upstream issue: https://bugs.ruby-lang.org/issues/6634
-
For the bounded problem, the L-BFGS-B method is a good option, which has not been included in the library yet. while a Fortran version is out there ([Fortran code for L-BFGS-B](http://users.iems.n…
-
It looks like the Reader/Writer lock isn't thread safe. I haven't investigated the issue further, as there's been no previously raised issues for this in metasploit-framework.
Simple resource scrip…
-
Occasionally the web server (puma) crashes and users can't access the site because it can't handle requests. Need to fix issue causing crash and/or add backup web server.
-
To avoid confusion it's worth to release 0.16.2 from the current master.
@Zloy
-
Parsing takes a huge amount of time (and by huge I mean a few seconds) with even a medium size status file.
One thing I'm wanting to use this for is pulling in the nagios status to a custom monitorin…
-
``` ruby
%w[git-core zlib1g-dev libssl-dev libreadline5-dev libxml2-dev libxslt1-dev libmysqlclient-dev].each do |name|
package name do
action :install
end
end
include_recipe "build-essential…
paneq updated
12 years ago
-
Under ruby-1.8.7, the following code works fine.
require 'rubygems'
require 'xmpp4r'
require 'xmpp4r/xhtml'
require 'xmpp4r/roster'
require 'xmpp4r/muc/helper/simplemucclient'
require 'timeout'
re…
-
For example, #1849
When you corrupt your moarvm memory by doing un-thread-safe things, you get one of a variety of "MoarVM Panic: Internal bla bla", which gives you zero clue what might be going wr…