Tiago Alves

Results 24 comments of Tiago Alves

Hi @samivvvw, Blockstack needs to be running 👍 Can you check the developer console what errors you're getting?

You just need blockstack browser to run. Are you running the steps at the bottom of the [readme file](https://github.com/alvesjtiago/electron-blockstack-demo#how-to-test)? The developer console should be opened on the electron app window.

@thaiwash when running the app you can toggle the developer tools:

@Entryist this is using an old version of blockstack-js. I'll try to update the example app and I'll let you know as soon as it's done so you can try...

Hi @hmatic, thanks for getting in touch. What cache store are you using? And approximately how many entries do you have in production? There are teams using Fastentry in production...

Thanks for the info @hmatic. Let me take a look and try to reproduce locally with a heavier load of entries. You mentioned that it's crashing every few clicks. What...

Got it, that's very helpful. I'll try to reproduce and mitigate the performance issues.

Quick question @hmatic, are you using Rails 5 or 4?

@hmatic could you try with version on branch `optimize-cache-access`? To install please add this to the gemfile: `gem 'fastentry', :git => "git://github.com/alvesjtiago/fastentry.git", :branch => "optimize-cache-access"` and run `bundle install`. I've...

@hmatic were you able to test this? Let me know when you get a chance to try it and if it fixes the issue for you.