Evyatar

Results 130 comments of Evyatar

A few questions: 1. Are `--github` and `--homepage` mutually exclusive the same way `open` and `homepage` are? 2. I am assuming this should rely on the "repository" field. What about...

Regarding 1. I meant that when using `open`, the function returns, so the `homepage` option is ignored. My question is when using `homepage` along with `repo`, should it also immediately...

Hey @kleinph, thanks for reaching out. The way butter-toast works at the moment is that you are the only one that controls the emission (raising) of toasts, and that BT...

Hey @buckett, I understand the notion, but this one's pretty tricky. The truth is that we're not re-sorting, but really - what's more likely happening is that you have a...

Hey, @amitava82 . Weird, I can't replicate - but I have a theory. I believe that the search results show up immediately, but their images take more time to load...

Hey, @hugomallet. Unfortunately I don't think it is that simple. After many spending quite a while investigating the render and performance issue I can confidently say that it is not...

In 3.2 I touched a little on performance. Nothing huge, but it should slightly improve initial load time and also the full render after clearing the search term - these...

Thanks, looking into it. On Tue, Jun 2, 2020, 04:43 Amitava Saha wrote: > The demo app throws error after typing few characters. > Error in /turbo_modules/[email protected]/dist/index.js (2:155784) > Cannot...

@internationalhouseofdonald Hey, I believe that memoization won't help much here - in our case the problem is related to the sheer amount of elements we render at once.

> # Suggestion > To improve performance, instead of loading all the images from the cdn, can't the images be included with the package? @ealush > > so we don't...