Julien Zapata Duque

Results 5 issues of Julien Zapata Duque

Setting `mode: 'jit'` in `tailwind.config.js` breaks modals on screen widths > 640px (Tailwind's `sm` breakpoint). Clicking a button to enable the modal does correctly fade in the backdrop, but the...

### Summary The [`traverse` documentation](https://hooks-common.feathersjs.com/hooks.html#traverse) contains a link to a repository that no longer exists. It appears the source code got moved to a [different repo](https://github.com/ljharb/js-traverse). This PR replaces it...

Affected versions: 6.0+ ## Problem When I try to update a company using `client.companies.update`, nothing gets changed in Intercom. As previously noted in #465, the typing only accepts a `company_id`....

### Description We just upgraded `redis` from `4.7.0` to `5.1.0`. In our CI we have a job to verify that all types are still correct (using `tsc --noEmit`). Since upgrading...

Bug

There is no type definition for the `custom_fields` property in the v2 API types `AddPersonRequest` and `UpdatePersonRequest`, causing TypeScript to report a type error. The v2 API does support custom...