Eric Silverberg

Results 10 comments of Eric Silverberg

Thank you for this feedback! - I have confirmed that by using `--engine-executable-path="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"` we can avoid the keychain error 🎉 - Our org is definitely OK with the...

Literally here is what I see -- FYI I have to update build tools to 23.0.1 in build.gradle. Maybe that is the culprit? That's the emacs command you see. $...

Hi Gang, I believe I have identified the cause and a solution to the issue of Picasso triggerring continuous calls to the getView method of the adapter. First, the issue...

The issue seems to be that it hangs on this line when you have a large number of keys: https://github.com/petergoldstein/dalli/blob/31dabf19d3dd94b348a00a59fe5a7b8fa80ce3ad/lib/dalli/server.rb#L563

@petergoldstein Thank you so much for this detailed analysis and explanation! We thought we were going crazy for a while until we spent some time setting up this particular repro....

We are batching every 500,000 keys in our application.

sheyd's steps did not work for us on OSX High Sierra. Instead, we did the following: - Uninstall RPostgreSQL by typing `remove.packages('RPostgreSQL')` from within the RStudio terminal - Make sure...

Thank you for your quick reply! I understand that `~~>` is syntactically too similar to `~>`. I would submit that, in any large-scale project, a significant % of the developer...

Let me answer the second question first: we do not need to fork this code; we could have also added this change as an extension locally in our own project....

That totally works. Will use this solution -- thank you @bradfol for your help!