Anthony Gonzales
Anthony Gonzales
When I diff `['a', 'b', 'c']` and `['b', 'c']`, the result is: ``` { added: {}, deleted: { '2': undefined }, updated: { '0': 'b', '1': 'c' } } ```...
After generating a local instance of Typewriter files for analytics.js in Typescript, instructions are provided to include `ajv` for runtime errors in the `./analytics/index.ts` file. ``` /** * Ajv is...
I'm currently trying to create a Destination Middleware Function outlined in this guide: https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/middleware/ The current @segment/analytics-next library supports importing the general `MiddlewareFunction` type but does not support `DestinationMiddlewareFunction`. Here's...