Jefferson Garzon
Jefferson Garzon
Hi there, i'm just trying a kinda simple code that involves go routines: ``` // main.go package main import ( "github.com/mitchellh/go-mruby" "sync" ) func main() { mrb := mruby.NewMrb() defer...
it would be good if there were a way to avoid prepend the attribute name to the message string, and just use the returned message.
I have update the browser package version to 14.3.0 and it seems to not be compiling the files correctly, on `rake assets:precompile` everything looks fine, no errors, but after launch...
Hey guys, do you know if there is a way to use a x360ce virtual controller as a xbox360 device in a script on FreePIE ? I tried to configure...
Hi there, I'm just getting into this world on reactive programming, and i saw your example as a great way to learn about timer and state management, but going through...