fmichaut-diff
fmichaut-diff
**Describe the bug** When a pull request is merged, the slack notification display the time the PR was created instead of the time the PR was merged :  It...
According to this: https://stackoverflow.com/questions/7333524/how-can-i-insert-many-rows-into-a-mysql-table-and-return-the-new-ids It is possible to compute the inserted IDs on mysql and returning in the `ids` field of the result like it is done for Postgres. It...
Opening this pull request cause we noticed that this gem was making duplicate queries for the same resources on our app, and decided to dig in to find the root...
Currently when I open a new file under `app/jobs/foo/bar.rb`, the following skeleton gets generated : ```ruby class Foo::Bar < ApplicationJob end ``` I would like to be able to customize...
When selecting text in emacs by holding the SHIFT key and moving my cursor around with the ARROW keys, if I step on a word highlighted by flycheck, it will...
Hi there, I encounter this issue a lot. Rails app, I have a dev console running that I use to test pieces of my code. Usually when something doesn't behave...
So I have had this issue for a long time now. I am not versed in spring's internals, so I don't really know what is happening. The issue is as...
# Bug report ## OS information MacOS 14.7.1 Google Chrome ## Steps to reproduce 1. Go to https://devdocs.io/ruby~3.4/complex#method-i-to_json 2. Click on `> Source` 3. Observe the arrow changing from `>`...
Hi there. On my company's computers, the automatic setup creates user accounts with their email address as home directories. When I tried to use rvm, I got the following error...