Siddharth Bhatia

Results 20 comments of Siddharth Bhatia

Hello @codeboten and @reyang , I am Siddharth Bhatia. I am a recent college graduate from India. I started using Julia a little over an year ago, and have known...

Ok. I have a few more follow up questions on that: 1. I don't see any version releases on [minifb repository](https://github.com/emoon/minifb). Do we just take the current master branch? 2....

Hi @aviks . I am trying to create a tarball for my host platform with the latest minifb commit using the following script: ```julia # Note that this script can...

Hi @aviks. I see that the jll at https://github.com/JuliaBinaryWrappers/MiniFB_jll.jl has been updated. Can we now tag a new release for this package? Thanks.

Ok. I tried a fresh install. It installs the latest jll. And all the 4 examples seem to be running on my machine. Also, could there be a change in...

Sure thing. On it!

Added REPL-based playing. Added tests. Added script for benchmarking various aspects of batch environments Here are some benchmarks for this environment with batch size 64 on a single thread without...

Thank you for your comments @zsunberg >On the other hand, I don't have experience with "batch" environments, so I may be missing something important about how this will be used....

>Unfortunately no :( JuliaArrays/StaticArrays.jl#412 I see. >However, I don't really like the idea of state! being part of the interface because then environment implementers will have to implement it. (By...