DeedleFake

Results 96 issues of DeedleFake

## Current Behavior 😯 ```go id, err := entc.User.Create(). SetEmail(email). OnConflict( sql.ConflictConstraint("user_email_key"), ). DoNothing(). ID(ctx) ``` The above code results in an error if there's a conflict. Postgres's `RETURNING` combined...

NeedsFix

Update ------- As pointed out by @seankhliao, the pieces of this involving channels were already covered in #41148. However, I think that the generics-related code is still worse discussing. Therefore,...

LanguageChange
v2
Proposal

Futures have been proposed previously in various forms, most notably in #17466 where it was turned down due to being too unimportant to be done as a language change. Since...

Proposal

This is a workaround to get adbkit working with webpack and other, similar systems. It lets it know that imports should import `lib/adb.js` instead of `index.js`. I will be sending...

This is adbkit-monkey's corresponding pull request for openstf/adbkit#107.

This fixes a problem that caused PushEvent() to panic no matter what got passed to it.

If an `after_commit` is called inside of a transaction and that transaction has calls to model methods that can trigger model callbacks, the block passed to `after_commit` will be called...

## Is your feature request related to a problem? Please describe. A very rare but non-zero number of times, code has been accidentally placed outside of the class or module...

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a feature request that...

Nothing in the actual implementation, as far as I can see, actually uses any `webpacker`-specific functionality, and I'm using this project just fine with `vite-ruby`. Unfortunately, adding the gem also...