issues Search Results · is:pr user:shurcooL
Filter by
318 results
(96 ms)318 results
inshurcooL (press backspace or delete to remove)The is:pr qualifier is not supported when searching issues. Try searching for pull requests instead?
LukeSparkLayer
- Opened on Jun 18, 2024
- #124
I am working with code that refers to https://en.wikipedia.org/wiki/ANSI_escape_code and thus using keeping the
capitalization of ANSI is useful.
bderrly
- Opened on May 1, 2024
- #122
If a field name has numbers then some new rules need to be added. I ran into a case where FdrS3FileSizeMax split the
words into { Fdr , S3File , Size , Max } which results in a subsequent call to ToMixedCaps() ...
bderrly
- Opened on Apr 22, 2024
- #121
The original package doesn t return an extension data containing data on the rate limit. So, adding the methods
containing extensions is needed to check for the rate limit and if it isn t reached. structured ...
JiaJasonLiu
- 9
- Opened on Aug 21, 2023
- #115
This PR refactors functions in the query.go to use bytes.Buffer s functions instead of io.WriteString. This in theory
speeds up the queryArguments and query.
alexandear
- Opened on Aug 15, 2023
- #114
This PR changes the spec URL in the comments.
The old link https://facebook.github.io/graphql redirects to https://spec.graphql.org/
alexandear
- 1
- Opened on Jul 20, 2023
- #113
The PR refactors hasGraphQLName and isGraphQLFragment internal functions to accept parameters which are really used.
This was found by running gocritic linter:
gocritic check -enableAll ./...
./internal/jsonutil/graphql.go:271:21: ...
alexandear
- Opened on Jul 13, 2023
- #111
This PR refactors code and replaces golang.org/x/net with standard net/http.
graphql uses only one Post method from golang.org/x/net. It s trivial and easy to replace with Do and
NewRequestWithContext ...
alexandear
- 2
- Opened on Jul 12, 2023
- #110
This PR replaces interface{} with any by running the command gofmt -w -r interface{} - any .
Since go.mod contains go 1.19 we can safely do this change. Because the minimum supported version is Go 1.19. ...
alexandear
- 1
- Opened on Jul 12, 2023
- #109

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.