Alexander Lukyanchikov

Results 31 comments of Alexander Lukyanchikov

Yes, that's the plan. I'll try to figure out how to do that without removing sound tone functionality completely. Right now the binary needs to dynamically load `libasound` at runtime,...

Ok, so we are basically talking about `global-script`(s) without any visualization. Yep, that makes sense to me. Probably we'll need `init`, `multistep-init`, `sample`, `rate-ms` options for it + something like...

I agree it would be useful, might implement that at some point. Feel free to contribute if interested.

If you just want to see a log rolling, you can do `tail -n 50` every 100 ms (or `heroku logs -n 50`): ```yml textboxes: - title: logs rate-ms: 100...

There is no such thing so far, and I wouldn't complicate things at this point. You concern regarding periodic sampling is performance?

I see. Yes, that makes sense. I'll think about it

That sounds reasonable, I think we can introduce an option for that (with the current behavior as a default). Might implement this in future, feel free to contribute if interested.

Hi @qw569 , what is the output of this command in your terminal? `curl -o /dev/null -s -w '%{time_total}' https://www.google.com`

There was an issue with comma parsing in v.1.0.0 What version of Sampler do you use? `sampler -v`