Casey Primozic

Results 20 comments of Casey Primozic

This would be awesome to have! One thing that my custom screenshot application built with `scrap` was lacking is multi-screen support. Thanks so much for this.

If it turns out that heap allocation is causing perf issues, you may want to check out slab allocation: https://docs.rs/slab/0.4.2/slab/ It is pretty much just a `Vec` under the hood,...

Hi! It would be possible, but it would be a lot of effort. I've not actively developed this project in a few years and I don't have any plans to...

@ecomkings believe it or not, after like 6 months or something, I actually did some work on that just a couple of days ago. I'd really love to use the...

@stephenthoma Ooh, I've actually seen @ecomkings's [blog post](http://parasec.net/transmission/order-book-visualisation/) using that library. It was an amazing a read and an inspiration for Cryptoviz, actually! The current tool could, with a few...

Hey. Sorry you're having issues building this; the documentation isn't very good and I'll update it. The first error was caused because your system is missing the Cairo library which...

Hmm. Open the JavaScript console on the web browser on the localhost version as well as the cryptoviz.net version and see if anything shows up. If nothing showing up on...

Ahh, it seems that Poloniex has some kind of anti-bot protection or similar that it's using to prevent you from accessing its API endpoints, which are necessary to use CryptoViz....

Reading through the thread more closely, it looks like you won't be able to access the page automatically if your IP is flagged by Cloudflare: https://github.com/dutu/poloniex-api-node/issues/20#issuecomment-322187159. This can happen if...

Hello. I don't seem to be getting this issue. Could you tell me what operating system and browser you're using to try to access this site?