Jonathan Coates
Jonathan Coates
I think this was fixed it #447, we just haven't had a release since then. I'd recommended checking out a build from https://cc.crzd.me instead.
> Just one question - how does one get it into map-like form (keybind)? It's like that by default. It would be possible to add a config option/keybind/per-computer setting but...
I don't think the wiki should be updated until there is a formal release. Whilst a couple of people are using custom 1.9/1.10/1.11 builds, the vast majority of people are...
I think my one worry there is you'll end up duplicating effort - whilst you can use MediaWiki on GitHub's wiki, it won't have any of the main wiki's templates...
Given that we've had a alpha release for 1.12, it might be worth revisiting this. I realise that we didn't document anything for 1.80pr0 but that was substantially less stable...
Off the top of my head, these changes are probably worth documenting: - New methods to `http` API and handles. I've started [documenting some stuff](https://github.com/SquidDev-CC/CC-Tweaked/wiki/http-library), but it needs work. -...
> `h.readChars(number size)` Reads size characters from the open file h and return them as a string. This should have been implemented as of #238. One can do `h.read(123)` to...
Yeeees, but then you might as well just read the entire file and then use `string.sub`. Seeking is useful when you don't want to load the whole file into memory...
@Wilma456 Dan's changed his mind on that (https://github.com/dan200/ComputerCraft/issues/294#issuecomment-328358222), so we're all good. > I would probably accept PR's for built in localisations now.
> After that you cannot change the same color `colors.yellow` to another color. ComputerCraft only has [16 colours](http://computercraft.info/wiki/Colors_(API)). This means there can only be 16 different colours on-screen at any...