Henry Woody

Results 9 issues of Henry Woody

I have a feature that requires copying some values from one table into another and would like to perform this operation fully within the database for performance reasons, so I'll...

It would be great to have support for multiple order fields through a single edge. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is...

There might also be more file extensions that do not work, which, presumably, at least include any image file types that cannot be displayed in the browser. For sure the...

bug

I have a query that is frequently run on a large table that has sorting like this: ``` query.Order(mymodel.ByUpdatedAt(sql.OrderAsc(), sql.OrderNullsFirst()), ent.Desc(mymodel.FieldID)) ``` which translates to SQL like this: ``` ORDER...

Updates the React import to use a named import for `useRef`. Resolves #6

I'm importing `use-latest` through `react-textarea-autosize` in a React library that gets built with rollup. The importing package (`pkg-a`) works and builds fine but packages that import that package (`pkg-b`) are...

- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...

- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...

Querying the `totalCount` field on an edge through GraphQL causes one SQL query to be executed for each parent node (N+1 query problem). - [x] The issue is present in...