Ryan Liu

Results 9 comments of Ryan Liu

Could be wrong, but I think this is happening because `loadDesign` is getting called before editor has been fully rendered. To avoid this race condition, I think you can use...

In fact, I see now that `onLoad()` was marked as deprecated in https://github.com/unlayer/react-email-editor/commit/1d03c2ee33397825cd3be9d79030a5832278d44c (presumably in favor of `onReady()`). Should we go ahead and update the examples?

I see this is still in draft -- is this ready for review?

Update: So far, this only reproduces if `REDIS_URL` is not set in your `.env`.

Hmm you're right that there are a bunch of edge cases to consider with multiple meta support. More generically, I think the following invariant must be true: - **A puzzle...

I think https://github.com/cardinalitypuzzles/smallboard/issues/217 is a good issue for a beginner. (I also tagged with "good first issue") On Mon, Nov 30, 2020 at 10:55 PM ramansrivastava wrote: > hey, i...

This can just be on the sheet. Adding a new column may add clutter to the UI.

I think the main things remaining are adding error handling for the Slack and Google sheets APIs (getting throttled, API servers down, etc) and we can close this.

On a second thought, this might not be so trivial since it requires logging in as your team on the target hunt website.