Greg Retkowski
Greg Retkowski
I was able to use this code with Roboschool - which replicate the Mujoco environments but use Bullet3 as the physics engine. Look in https://github.com/gregretkowski/kube-es-starter/tree/master/docker at the humanoid.json and the...
Here's a version which runs in Docker containers or on Kubernetes - https://github.com/gregretkowski/kube-es-starter - local in the sense that it'll run if you have docker locally.
Checking on this ticket. I too would like to be able to export bookmarks from FBReader. My use case isn't to re-import them - it is to be able to...
This patch fixes the unit test btw. --- lib/zookeeper.rb.orig 2010-07-01 16:58:18.446991572 -0700 +++ lib/zookeeper.rb 2010-07-01 16:58:36.949845912 -0700 @@ -43,7 +43,7 @@ # see if we got it serial = /lock-(\d+)$/.match(realpath).captures[0].to_i...
Sorry, I havent done any SE coding since 2018. if you figure it out let me know!
This PR is the only time I have worked on this code, working on other projects now. So I wouldn't be a good maintainer for it. Sorry! On October 23,...
I'm not really an electronics guy, I've been using Digital to learn electronics by designing an 8 bit cpu.. So the driver may be behaving like it does in the...
Alright so how do I propose an update to the documentation? a PR here? https://github.com/hneemann/Digital/blob/1204c26a15ea3093ae9ca12f215d78c70c6b215c/src/main/resources/lang/lang_en.xml#L394 > If the sel input is high, the output is set to the input value....
Hrm. had the link that way so that when installed locally as a gem rdoc links would work. But it doesn't work in github or on rubydoc.info. Will look into...
Try installing onnxruntime directly, you may be on a linux distribution that the library doesnt support.