Chris Zarate

Results 6 issues of Chris Zarate

Field resolvers (such as `status` on `Post`) often use a `String` type even when there is a corresponding Enum type that enumerates the possible values. It seems like it would...

Enhancement
Architecture
Needs Discussion
Breaking Change

The `sass-import-resolve` has a bug that resolves its promise with `undefined`, which causes a destructuring error: ``` UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'file' of undefined at node_modules/postcss-advanced-variables/index.bundle.js:400:21 ``` https://github.com/jonathantneal/sass-import-resolve/pull/2

Node.js-driven development within WordPress plugins and themes means that developers often end up with huge `node_modules` folders in their projects. These are used to generate a deployment artifact and almost...

[Type] Blocked

What does this implement/fix? Explain your changes. --------------------------------------------------- Testing the waters a bit on moving certain connections to interfaces instead of individual types. There is a limit on how much...

Status: Discussion
Stale?
Component: Connections
Component: Interfaces

What does this implement/fix? Explain your changes. --------------------------------------------------- Register comments connection on `NodeWithComments` interface instead of one individual post types. Does this close any currently open issues? ------------------------------------------ n/a Any...

Stale?

Some forms will only let you submit after their validation functions have run, and they don't run unless they hear a keydown/keypress/change event. Since SGP populates passwords without firing those...