Adam Scarr

Results 11 issues of Adam Scarr

It would be very useful to compare current schema to a set of RootResolvers (passed in as args? maybe in config?) and add any missing resolvers as stubs to the...

accepted

Here to track the status of directives :warning: these features are subject to change - if you are using any of these features make sure you have tests on your...

accepted

Enable consuming apps with different application roles to generate clients with only the methods they have access to. Note there is terminology overlap here between the end user role and...

enhancement
accepted

Your tests are littered with assertions that look like this: ```go node, _ := ast.Parsewith(y, s) if node.GetValue() != "onetwothree" { t.Errorf("unexpected: %v", node.GetValue()) } else if _, ok :=...

This has probably been brought up before but I couldn't find anything. With tools like gofmt, prettier, phpcbf and friends gaining popularity it would great to have a way to...

file format

There are a bunch of issues that all come back to the way CodeGlance gets its syntax highlighting. I cant find a way to get the processed color information for...

Not sure what is going on here... ``` package main import ( "encoding/json" "github.com/valyala/ybc/bindings/go/ybc" "time" ) func main() { cfg := &ybc.Config{ DataFileSize: ybc.SizeT(10240), MaxItemsCount: ybc.SizeT(100), IndexFile: "foo.idx", DataFile: "foo.dat",...

bug

Great plugin! One little problem in the 0.3.0 release. The plugin used to use the colors from colors & fonts -> general -> uncovered line / partial line coverage /...

I would love a slack notification for unblocking a canary block step but not for other build events across all branches.

This would make a great envtpl replacement, if only there were a way to go get and run it over a file.