Jason Knight

Results 16 comments of Jason Knight

I can see that point. I guess when I installed this package by cloning from github and running the makefile, I felt like I was customizing my install, but I...

Agreed. On Wed, Jun 3, 2015, 3:26 AM Pavel Alexeev aka Pahan-Hubbitus < [email protected]> wrote: > May be just rename file is enough? > > — > Reply to this...

That's what my first thought was, but while the first request is slow (I'd imagine from compilation) it's the _second_ call here that is even slower: 10ms, 100ms,

Looking at memory allocation along with the times: ``` $ julia pingcl.jl elapsed time: 0.011553368 seconds (34280 bytes allocated) elapsed time: 0.118611181 seconds (3361300 bytes allocated) elapsed time: 0.000641436 seconds...

Hi @kaushikkanetkar. Yes, we'd be interested in a pull request. @tyler-nervana @zach-nervana can help review.

Great to hear! I'll keep at it then.

Yes, good point to add as another limitation to work around. Also, a broader question I was thinking about: should the audio conversion utilities be built into the main `rustyvibes`...

@goedman, This is definitely off-topic here, but I've actually implemented another of Dr. Liang's MCMC techniques in Julia [here (SAMC)](https://github.com/binarybana/SAMC.jl). I evaluated adding this method to Mamba, but it's sufficiently...

@goedman , thanks for the bug report! All those are mistakes on my part. I've since cleaned up the API, and made the README and tests the same to make...

I also just hit this for `client.projects().subscriptions().acknowledge(...` as well.