Cédric Boutillier

Results 43 issues of Cédric Boutillier

I am using Zettlr 2.3.0 on Debian (from the .deb package). When copying a piece of PDF as an image, and pasting it to Zettlr, I see the dialog window...

This is a proposition to adapt the specs to the newer RSpec syntax: - replace `be_true` and `be_false` by `be true` and `be false` - increase the minimal version for...

gecode >=4.0 introduced major changes in the API. - Restart class has been renamed to RBS which needs an Engine (chose DFS) - instances of RBS need a Search::Cutoff (arbitraly...

Hi, Could you please use git tags to label commits corresponding to new release? This would be very useful to follow the development. Also, is it possible to release 0.0.9...

This replaces the class Bignum and Fixnum by Integer, as they are deprecated since ruby2.4, and removed in ruby3.2.

`exists?` is deprecated in ruby 2.4, removed in ruby3.2.

Hi, With a very recent version of latex, I see a test failure with the testcase `block/04_header/with_auto_ids.text`. The latex file produced is ``` \documentclass{scrartcl} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage{listings} \usepackage{hyperref} \setcounter{footnote}{0} \hypersetup{colorlinks=true,urlcolor=blue}...

In some Debian environment two of the round trips in to_yaml_spec.rb were failing (those using `.month_of_year` and `day_of_year`. Applying the same fix as the one used in [4bf17183be02f8efe17b98c401af40db48a931dc](https://github.com/ice-cube-ruby/ice_cube/commit/4bf17183be02f8efe17b98c401af40db48a931dc) to fix...

Hi, I noticed that the array obtained in the test: ``` user_interests.should == [["second-interest", "first-interest"], ['third-interest']] ``` around line 755 in `redis_commands_spec.rb` is random (the two terms in the first...

Some of the INFO fields have been renamed in recent versions of the redis server, and have now a rdb_ prefix. Adapting the specs to reflect that. See https://raw.github.com/antirez/redis/2.6/00-RELEASENOTES. With...