Adrien S
Adrien S
It's 4 years old now, back when mongoid required the official mongo driver, now the use moped. Any plan on implementing this ? I know there's em-synchrony-moped, but it's a...
This action has been workign flawlessly for months, thanks ! Since yesterday I now get the `fatal: not in a git directory` error when running the action. The action version...
## Description ``` gem "elastic-apm", "~> 4.5.1" gem "newrelic_rpm", "~> 8.8" ``` When both those gems are activated, I get this error when trying to start my rails server. ```...
Jumping to a class works fine, however it won't work if the class is within a namespace :  However, the definitions are visible within...
Adds support for Rails 7 and the new Propshaft asset loader. Had to tweak a bit the test config as both sprockets-rails and propshaft can't be loaded at the same...
### Expected Behavior When re-building, static assets (app/javascript/images/xxx.png) should be built ### Actual Behavior Such assets are not built, similar to #378 #### Is an error being thrown? No error...
It would be great to have this price attribute available as we already have tax rates, but cannot use the tax capabilities completely as prices need to have a tax...
Make options `any` to mimic the way it is used inside leaflet The options are used here : https://github.com/mapbox/mapbox-gl-leaflet/blob/85cc938a0d4aa7af0e6859a09982c0714ed5491b/leaflet-mapbox-gl.js#L27 And as we can see here, it takes `any` : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/ed9298deca5192811c5152eae29f91e5adeda8c9/types/leaflet/index.d.ts#L2570...
I realised that when working on some elements of a webpage that are below the fold, the first livereload would perform perfectly, but for the subsequent ones, the page would...