Starbeamrainbowlabs

Results 432 comments of Starbeamrainbowlabs

@ChALkeR Cool, thanks! So do I install that by typing `npm install https://github.com/marcominetti/node-memwatch.git` then?

Thanks! I will try out when I get access to a compatible machine. -------- Original message -------- From: Сковорода Никита Андрее [email protected] Date: 28/04/2015 8:44 AM (GMT+00:00) To: lloyd/node-memwatch [email protected]...

Hey there! That will probably be because it is trying to run a bash script, but I can tell from the prompt there that you are trying to run this...

Thanks! Do let me know how you get on. I really do want to return to it at some point. I've even got (not open source) a subscriber panel that's...

With respect to automated crash reporting, we connect to the _[Wandering Sandpiper](https://git.starbeamrainbowlabs.com/sbrl/sandpiper)_ when reporting issues. It'll be a rather... interesting setup though, what with exception from both the client and...

Further investigation reveals that it's the `access-any-plane` permission that's not implemented yet. This is also an issue with the new subscriber panel.

Looks like it's the [`minetest.log`](http://dev.minetest.net/log) command we're after here.

Just seen this while browsing the issues here. I've implemented a `//subdivide` command in my WorldEditAdditions mod which I have successfully tested on areas of 2000x150x2000 (~600 million nodes). The...

Hey there! This would be a really useful feature to have. A `workercreated` event (e.g. `pool.on("workercreated")`) would be cool, but without a way to execute a function on specifically the...

Thanks, @josdejong! Either would be great if possible. I think it's probably a good thing to encourage immutable shared state in particular, since lots of bugs can arise from having...