Will Faught

Results 30 issues of Will Faught

### What happened? graph/foo/foo.graphqls doesn't have a trailing newline. ### What did you expect? graph/foo/foo.graphqls has a trailing newline. ### Minimal graphql.schema and models to reproduce Anything. ### versions -...

https://github.com/unicef/inventory-hugo-theme/blob/382d9f162fd172f86f1e7ab6994388234533ae84/theme.toml#L35 The starting double quote is missing. Note that this doesn't appear in the main branch. It appears in the latest version released, 1.0.0.

T: bug
?: needs triage

### What happened? In ent.resolvers.go: ```go // Code generated by github.com/99designs/gqlgen version v0.17.45 ``` ### What did you expect? ```go // Code generated by github.com/99designs/gqlgen version v0.17.45. DO NOT EDIT....

- [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Summary 💡 Make edges required by default or fields optional by...

This error doesn't name the type where the field exists: ``` running ent codegen: entc/gen: set "FooItem" foreign-keys: edge "foo_item" was set as Optional, but edge-field "foo_item_id" is not ```...

The documentation for dialect/entsql.Annotation.OnDelete is unclear what it means to put it on the edge coming from the parent vs. the child, or if it's required on both. https://github.com/ent/ent/blob/092b62a3229476d18d9ffade87da268d9136f13a/dialect/entsql/annotation.go#L123-L133 ```go...

### Your feature request related to a problem? Please describe I use https://entgo.io. It generates an /ent directory, and expects you to put your schema definitions in /ent/schema. It then...

no decision
area: config
proposal

I see all my list pages have a value defined for PAGE.PublishDate when there shouldn't be any. This seems to have changed in a recent version, but I don't know...

Bug
NotSure

Start with: ```yaml tags: ["sliding-window"] ``` It's displayed on the page as `Sliding-Window`. Change it to: ```yaml tags: ["sliding window"] ``` It's still displayed on the page as `Sliding-Window`. Restart...

Bug