Antonio Terceiro
Antonio Terceiro
When I open my IRC client,I will often see the full backlokg appear twice, like this: ``` msg1 msg2 msg3 msg1 msg2 msg3 ``` for example I am connected to...
These changes fix the following errors and warnings when trying to run `rake db:create` against an empty, freshly generated, application: NoMethodError: undefined method `[]=' for # Did you mean? []...
Hi, I was looking for a way to set default rake options (i.e. -jN), and and discovered RAKEOPT by grepping the sources. It would be nice if that was documented,...
a simple pdf encryption doesn't work on origami 2.1.0, e.g.: ``` pdfencrypt --output /tmp/enc.pdf --password test plain.pdf ``` then opening the resulting pdf with a pdf viewer, I cannot decrypt...
# Required information * Distribution: Debian * Distribution version: testing (bookworm) * The output of * `lxc-start --version` = 4.0.10 * `lxc-checkconfig` = below * `uname -a` = Linux lemur...
When running the bootsnap test suite on the Debian ppc64el architecture, some tests will cause bootsnap to hang forever. One can reproduce this with, for example, `Bootsnap::CLITest#test_precompile_gemfile`. I can reproduce...
According to the python3.9 changelog, the encoding argument to json.loads has been deprecated since python 3.1.
Since there is no generic way of checking whether there is a new version of a given package, the upgrade action just installs the package unconditionally, assuming that the package...
``` ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................EEEEEEEEEEE........................................................................................................................................................................................................................................................................................................................................................................................................... Finished tests in 0.671870s, 1536.0113 tests/s, 2149.2251 assertions/s. 1) Error: test_backend_loads_po_file(I18nGettextBackendTest): ArgumentError: invalid byte sequence in US-ASCII src/poparser.ry:127:in `===' src/poparser.ry:127:in `parse' /tmp/buildd/ruby-i18n-0.6.0/debian/ruby-i18n/usr/lib/ruby/vendor_ruby/i18n/backend/gettext.rb:37:in `parse' /tmp/buildd/ruby-i18n-0.6.0/debian/ruby-i18n/usr/lib/ruby/vendor_ruby/i18n/backend/gettext.rb:32:in `load_po' /tmp/buildd/ruby-i18n-0.6.0/debian/ruby-i18n/usr/lib/ruby/vendor_ruby/i18n/backend/base.rb:157:in `load_file' /tmp/buildd/ruby-i18n-0.6.0/debian/ruby-i18n/usr/lib/ruby/vendor_ruby/i18n/backend/base.rb:15:in...
Hi, When I run enumerable-statistics tests on a i386 userspace (i.e. 32-bit x86), I get several test failures. Comparing floating point numbers for equality is not really reliable, and You...