alancnet

Results 6 issues of alancnet

Hello, graphql-go authors. I began this PR because I encountered a bug in `BindFields` where the name given to a type would be the JSON field name, which resulted in...

Corrects an issue where HeadlessChrome downloads scripts at a very slow rate. As demonstrated in the screenshot, when running headless, each script took several seconds to load, causing minutes of...

needs: feedback-from-author

I forked from @lcnvdl's repo, updated deprecated Buffer usage (`new Buffer(Number)` -> `Buffer.alloc(Number)`, `new Buffer(String)` -> `Buffer.from(String)`), and added Promise support.

**What kind of change does this PR introduce?** Prior to this change, `addStylesToShadowDOM` would ignore styles it had already added. When developing using Hot Module Reload, it is necessary to...

**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** If you update a style in your code editor, hot module reload will _not_...