Ivan Kuznetsov

Results 15 comments of Ivan Kuznetsov

+1 Experience the same problem on Rails 4.2.5.

It seems the problem was caused by Spring: after running `rails generate bootstrap:install` you need to restart application for it to see templates in `lib/templates`. Because Spring was always running,...

I'm also struggling with this problem, and I'm also running Geth on a Raspberry PI 4 and an external SSD. As I just found out, my SSD has quite low...

My node has finally finished syncing! It took about 5 days, with the state healing phase taking about half of that. My setup: 1. Raspberry Pi 4 Model B Rev...

Hi @machinasapiens! I don't have access to my RPI at the moment so I cannot check that. I had multiple full re-syncs on that same RPI and SSD and each...

Pretty much like in the example: https://github.com/wcharczuk/go-chart/blob/master/examples/annotations/main.go But use output of `time.UnixNano()` as `XValue` in `chart.Value2`.

You have this parameter passed: `--matchingThreshold 0.1` Which increases the tolerance. Unset it to see the diff.

@amalantony If you're getting this error when using the Ring session middleware, you need to pass `{:readers *data-readers*}` to `cookie-store`, like `(cookie-store {:readers *data-readers*})`.

I use an environment variable to set the platform, like `APP_PLATFORM=android npm test`. And in the code I do `var platform = process.env.APP_PLATFORM || 'ios'` and then use this variable...

You need to start other nodes, specifically one with `NODE_ID=3000`. This point is described in: https://jeiwan.cc/posts/building-blockchain-in-go-part-7/