Julian U.

Results 6 issues of Julian U.

As a part of CI it would be nice to have a feature that allows you to calculate metrics based on your previous results, so we can alert in case...

enhancement
question

Let's do not merge [sandbox/website feature branch](138-sandbox-feature-branch) to the master branch, instead let's create a separate repo for a website. Few ideas how to move forward: 1. Have two projects...

Prevent calling `useExperimentAsync()` multiple times with the same input given to the hook.

`useExperiment()` should do deep object comparison for `variants` property passed to config params.

bug
good first issue

By default, BotKit implements `delete` on local storage.users object https://github.com/howdyai/botkit/blob/master/lib/storage/simple_storage.js#L73 Botkit-starage-redis has a different implementation, https://github.com/howdyai/botkit-storage-redis/blob/master/src/index.js#L51. Instead of `delete` we have `remove`. A proposal is to rename the `remove` function...

enhancement