Adrien Montfort

Results 9 issues of Adrien Montfort

When using uuids as id for the `friendly_id_slugs` table the history can be wrongly considered out of date. I created the `friendly_id_slugs` table with `create_table :friendly_id_slugs, id: :uuid`. In `history.rb`,...

pinned

I'm trying to copy one column from one table to another. It does not work with Postgresql. I'm not sure if this is a bug or if this works by...

activerecord
With reproduction steps

* What were you trying to do? I've updated administrate to master and following #1633 some of my dashboards are broken. We are (ab)using the HasMany field for displaying relations...

bug

**Intended outcome:** apollo commands should work normally when using Yarn V2 with Plug'n'Play **Actual outcome:** It fails with the following: ``` (node:61) Error Plugin: apollo: could not find package.json with...

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | no | BC breaks? | no | Need Doc update | no ##...

Hey, Thanks a lot for this library! It appears that you do not copy static methods as described here: https://reactjs.org/docs/higher-order-components.html#static-methods-must-be-copied-over It seems the convention is that all HOC should do...

bug
help wanted
good first issue

There's is currently no way to mute logs such as: `I[12-04|17:13:42.837] HTTPJSONRPC module=query-server method=query args="[1337:0xDB69EEC8F3d9E77fea02A1678700f612936eF6Cb 0x054272926886bF04a367A80E1caD38C18884b7DE ]" returns="[ ]"` It would be great if we could. The log does not...

**Describe the bug** Not entirely sure this is a bug but I'd like to make sure. The subscription fingerprint changes when the operationName of the graphql subscription changes. This makes...

Destroying an ActiveRecord object enqueues two jobs : a delete job triggered by before_destroy and an update job triggered by after_commit. This is not expected.