Petr Razumov

Results 40 comments of Petr Razumov

@rverton I'd like to help you with this issue. I'm interested in PhantomJS integration, since it's easier to install on servers. Let's discuss how it could be implemented, so I...

@hbakhtiyor what do you suggest instead? I need something that is easy to install for the end users and is cross-platform — just like static PhantomJS binaries.

@rverton @hbakhtiyor Using headless Chrome or Firefox seems like a decent solution for desktop users (since it's already there), but the Go application I'm currently working on is mostly targeted...

@briandowns That's [Acme](https://9fans.github.io/plan9port/man/man1/acme.html) from [plan9port](https://9fans.github.io/plan9port/) running in Debian GNU/Linux. However spinner works OK in [9term](https://9fans.github.io/plan9port/man/man1/9term.html).

@K-Sutton do you want something like the second chart here http://rstudio.github.io/dygraphs/gallery-candlestick.html ?

@K-Sutton Ok, I'll have a look how I implemented it for R and see if changes can be merged here as well.

Ok, I'll implement showing an empty plot when `[]` is provided as the input data.

> I would be interested to know your use case though. @jongillham Our use case is the following: 1. Parse some PBF data 2. Filter on some entries 3. Obtain...

@UmanShahzad it depends on a use case. For web apps some in-memory cache would be an ideal solution, but not for CLI apps.

Feel free to contact me directly, since I’ve already implemented a CLI app, that uses IPinfo API client and boltdb as a cache. It is used in production and is...