Seth Silesky

Results 13 issues of Seth Silesky

I modified formik-persist on a local project to take a `saveOnlyOnSubmit` prop. If anyone else thinks this is a useful feature, I can create a PR. Just looking for feedback.

> The PriorityQueue class keeps track of any events (context) it sees so it can calculate whether an event can still be retried and how long the retry backoff should...

Automatically deploy `with-next-js` example in `codesandbox` on branch push.

This would apply to all case changes except lowercase and uppercase. Since the overwhelming use case for camelcase / kebabcase / snakecase also requires stripping out special characters, I think...

⚠️ Major Version Bump Remove experimental/undocumented AnalyticsNode library from browser. @segment/analytics-node should be used. Should also fix https://github.com/segmentio/analytics-next/issues/837.

This is a bit of an OCD fix -- as there are more improvements to be made. However I got rid of some smells, like testing loadLegacySettings in tests.

adds the following option ```js const reporter = new HtmlReporter({ openBrowserOnlyOnFailure: true // only open browser if there is a test failure ... }); ```