Pierre Yager

Results 12 issues of Pierre Yager

I needed a way to store extra data with the Cart so I introduced Cart#extra[] property for that purpose. All tests are OK (I tested with Ruby 2.5.1 and Redis...

Ancestry has an interesting feature named "orphean_strategy". Is it possible to replicated their "adopt" strategy when parent node is destroyed ? ``` :adopt The orphan subtree is added to the...

Feature request

# Bug report ## Describe the bug Ledokku keeps asking me to register an ssh-key into dokku. After digging the DevTools console, I found that the graphql endpoint misses an...

bug

### Step 1: Are you in the right place? Seems so. ### Step 2: Describe your environment * Errbit version: upgrading to current HEAD * OS: Ubuntu 14.04, Ruby in...

Given: ```sql create domain IDENTIFIANT as INTEGER NOT NULL; create domain UNIQUEID as CHAR(16) CHARACTER SET OCTETS; create domain DATEHEURE as TIMESTAMP DEFAULT 'NOW' NOT NULL; create domain TEXTE as...

[Bullet](https://github.com/flyerhzm/bullet) helps detect N+1 queries and unused eager_loading declarations. Bullet uses [UniformNotifier](https://github.com/flyerhzm/uniform_notifier) to send notifications to tools like Airbrake, LogFiles, XMPP, Slack, ,... Could you consider adding RorVsWild as a...

You might be interrested in this applying this commit to your codebase too :) https://github.com/zedalaye/superobject/commit/e1842d73a8ed7cd3abd5a73e946c7f71dc7fb755

Hi, Don't know if it's of any interest, but I (almost) ported (all) the CPP implementation of Material Color Utilities to Delphi (quantization is missing). https://github.com/zedalaye/material-color-utilities-for-delphi

library: new

Comme `JoursFeries.paques(1885)` retourne `None`, `JoursFeries.vendredi_saint(1885, "Alsace-Moselle")` ne peut pas calculer `None - timedelta(days=2)` https://github.com/etalab/jours-feries-france/blob/36324bfb1d78b0bc47b59e3dc3d7c07c74d3c115/jours_feries_france/__init__.py#L103-L104 Demander la liste des jours fériés de n'importe quelle année avant 1886 pour Alsace-Moselle devrait aussi...

### Prerequisites - [X] This rule has not already been suggested. - [X] This should be a new rule, not an improvement to an existing rule. - [X] This rule...

rule
feature