Colin Maxfield
Colin Maxfield
Pull request to support batch creation of tasks and notes using `::` as a delimiter. Addresses #22 but couldn't use `|` as delimiter without forcing the creator to wrap the...
## Rollup Plugin Name: `plugin-eslint` This PR contains: - [ ] bugfix - [ ] feature - [x] refactor - [x] documentation - [ ] other Are tests included? -...
## Allow a user to unlock their account from failed login attempts if they go through the forgot password process ### Problem Currently when a user is locked out due...
If we have cross origin record turned on but we are in a child frame that has the same origin as its parent we end up in sort of an...
We often manually take snapshots in cross origin frame situations and were running into problems with no longer having the content of cross origin frames. We noticed that if we...
We ran into an issue where rrweb running on a site that uses prototype.js breaks prototype overrides native Array.from to not support the 2nd argument (the mapFn). We struggled with...
We ran into an issue where [Stencil](https://stenciljs.com/) was detecting changes to attachShadow from the native and thinking that it needed to polyfill which in turn would break recording. If we...