Joé Dupuis

Results 11 issues of Joé Dupuis

Take this ledger: ``` 2017/12/01 Opening Balance Assets:Something $ 100.00 Equity:Opening Balances ``` run `ledger -f $ledger_file --dc -X '$'` on it Ouputs: ``` While evaluating value expression: ansify_if(justify(scrub(abs(get_at(display_total, 1))),...

bug

The snippet module seems to be broken on OSX with flash CC. All the scripts show as folders and they don't execute when clicking on them. Not sure if the...

`save_and_open_page` is a capybara helper that lets developers inspect the status of the page at any given point in their tests. This is helpful when trying to keep a short...

actionpack
ready

Hi, I was investigating a [Rails issue](https://github.com/rails/rails/issues/51292). Turns out there is already a fix for it on both `2-2-stable` and `main` (but not `3-0-stable`) https://github.com/rack/rack/pull/2104 (main) https://github.com/rack/rack/pull/2121 (2-2-stable) These were...

Rails 7.1 will be releasing this year. Rails 7.1 will require nokogiri 1.14 or higher, but ofx restrict to lower than 1.14, making it incompatible with rails 7.1. The upper...

I have locale fr for France and locale ca_fr for Canadian French. When I try: ``` i = GiInspection.new i.full_name = :en i.full_name_fr = :also_ok i.full_name_translations #=> {"en"=>"en", "fr"=>"also_ok"} i.full_name_ca_fr...

Add `active_record.postgresql_adapter_decode_dates` config to toggle automatic decoding of dates column with the PostgresqlAdapter. PR #51483 is a breaking change and should have been gated behind a config. ### Checklist Before...

activerecord
railties
docs

Fix #51298 forking inside an Execution Wrapper crashes when running the completion callbacks. Rails 7.0 was wrapping the `runner` command with an ExecutionWrapper. Rails 7.2 changed the definition of `active_connection?`,...

activerecord

I am working on a couple of flakes that have been bugging me for a while. This one is testing that `--fail-fast` forces an early return and doesn't run all...

railties

Fix #51269 Action Text supports saving a RichText model with empty content. Passing _almost_ empty content (such as a space) flushes the embeds, but passing truly empty content does not....

actiontext