Lukasz

Results 14 issues of Lukasz

When an assertion using deep.equals fails, it would be nice to get a detailed output that shows piece by piece what is different between the expected and actual values. Something...

feature request

**Is your feature request related to a problem? Please describe.** We're using Contentful CMS GraphQL API in project. It supports [`preview` variable](https://www.contentful.com/developers/docs/references/graphql/#/introduction/previewing-content) in queries which allows to fetch draft content....

enhancement

## Description JSDATA try to fetch relations even when value of localKey is undefined ## Steps to reproduce - Create relations inside record (for example article) relations: { belongsTo: {...

bug

I'm just curious whether this project has some commercial use cases.

I'm constantly getting **401 unauthorized** response from API. Seems like it's related with [depracation of basic auth](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/?_ga=2.191494058.1059828209.1564640653-19755181.1564640653) - needs investigation.

### Expected Configuration file should be validated, appropriate error / warning ( with information how to fix ) should be displayed when something goes wrong.

enhancement

I am currently using your library for type-safe decoding of API responses, which sometimes contain arrays of items. In its current implementation, the `D.array` decoder will throw an error if...