data-point icon indicating copy to clipboard operation
data-point copied to clipboard

JavaScript Utility for collecting, processing and transforming data

Results 85 data-point issues
Sort by recently updated
recently updated
newest added

**Problem description**: Port `inputType`/`outputType` functionality that exists on legacy data-point * [ ] accept primitives * [ ] To create any custom types leave up to developer to create their...

canary 🚀

**Problem description**: yes, create a data-point logo * [ ] provide in SVG and PNG format

canary 🚀

**Problem description**: create an entry for recipes: * [ ] Helper recipe #361 * [ ] Entity recipe #362 * [ ] Express integration recipe #363

canary 🚀

**Problem description**: Publish docusaurus static generated documentation under github pages service.

canary 🚀

**Problem description**: Create an express integration recipe using @data-point/service At this point we should prob look into creating a small module to provide a super thin data-point middleware. If this...

canary 🚀

**Problem description**: create custom entity recipe that creates an entity wrapper for the [node-fetch](https://www.npmjs.com/package/node-fetch) module. Features: * [ ] parse url as a reducer * [ ] accept options as...

canary 🚀

**Problem description**: Write documentation and provide a sample script/repository with custom helper with all best suggested practices on implementation and testing

canary 🚀

**Problem description**: Full feature documentation under docusaurus

canary 🚀

**Problem description**: Provide 100% compatibility with service module with v6.

canary 🚀

**Problem description**: Reducer lists are not evaluated correctly when the input is `undefined`. This happens because they use Promise.reduce (from Bluebird), which uses the first array element as the input...

type:bug