Chad
Chad
https://heroku.support/1100607 The heroku support ticket came in with a list of node modules that need to be updated to fix vulnerabilities they've detected in a scan. [List of packages]( https://astcentral.astsfdc.ast.aws-esvc1-useast2.aws.sfdc.cl/#/insight-details/626237d9431e3b26d95a0458)
In the usage section of the generated readme it will generate an example output with a string specifying the system architecture and node version, ie: `darwin-x64 node-v10.16.0`. This is based...
Support FastBoot so that this addon: * Doesn't break when rendering in a fastboot * Allows some fastboot fallback so users can choose what should be rendered
Currently as a proof-of-concept this addon is using the default resize strategy provided by `element-resize-detector`. For different reasons it may be desirable to specify this and therefore should be a...
[This project](https://github.com/Justineo/resize-detector) offers a list of different resize detection methods to consider. One of these solutions, especially one that uses ResizeObserver with a MutationObserver fallback, may be more performant and...
Investigate if Ember can be made aware of the time it takes to detect changes on the element by trying to wrap callbacks in a run looper or by registering...
## CHANGELOG ### `package-name` ```markdown changelog(package-name) * (feature) Added a new feature ```
By passing the types available on a schema, there should be accessible types and autocomplete: - [ ] Within `Paper.prototype.mutate` and operations - [ ] Within `Paper.prototype.data` ## CHANGELOG ###...
Similar to the custom scalars https://github.com/graphql-mocks/graphql-mocks/pull/221, adding custom directives adds support for a native GraphQL feature. See [apollo docs](https://www.apollographql.com/docs/apollo-server/schema/directives/)