Well, it looks like he's on twitter. https://twitter.com/DanTwoHundredHow does one best contact dan200?
There might be other ways to contact him (check the computercraft site?) but I don't know them.
Well, it looks like he's on twitter. https://twitter.com/DanTwoHundredHow does one best contact dan200?
How does one best contact dan200?
Contact Me
For professional enquiries, I can be reached at dratcliffe at gmail dot com. For anything else, the best way to reach me is Twitter.
http://www.computercraft.info/dan200/
I do not want to use Twitter, and his GitHub repo appears largely ignored.Dan's forum profile over at the computercraft forums might be a good place to start. Records show that he was active there within the last month or so, at least:
http://www.computercraft.info/forums2/index.php?/user/27-dan200/
Also found this,
His Github repository, last active 9 days ago, might also be a good bet if you haven't tried this yet:
https://github.com/dan200
He says it is only for professional things. I assume that means things like job offers.Can't blame you for wanting to avoid Twitter. Personally, I despise everything that it represents. But there's the gmail address as well, which may or may not be productive.
This error is a fault in Braidedheadman's code. It should beCode:local pjf = peripheral.wrap("down") print(pjf.getTemperature())
local pjf = peripheral.wrap("bottom")
So...all these reports are spurious?Huh. I can confirm that this works. Nice catch! Thanks for that!
----- wrap the monitor and redirect terminal output:
local s = peripheral.wrap( sSide )
term.redirect(s)
----------
local x = peripheral.wrap("right")
print(x.listMethods())
Maybe I'm messing something in the game. I'm using an andvanced computer and when I try "openp/docs right" it says "No such program" and when I run this code:
It throws a "test:2: attempt to call nil" whenever there's a ReactorCraft block attached. It works fine with other blocks.Code:local x = peripheral.wrap("right") print(x.listMethods())
No, what I mean is, this issue has been reported something like 30-50 times in the past month....what does that say about either people's skill level or their readiness to report something to me, legitimate or not?To be fair, it's been a while since i tinkered with CC and confusing "bottom" with "down" is a rather easy mistake to make.