Christopher Head

Results 53 issues of Christopher Head

I went to the Releases page on Github and downloaded the latest release tarball (0.1.6). After extracting it, in `Cargo.toml`, the `version` field is set to 0.1.0.

`asmble.compile.jvm.SyntheticFuncBuilder.buildIndirectBootstrap` calls `ClassReader(RuntimeHelpers::class.java.name)`. Per [the documentation](https://asm.ow2.io/javadoc/org/objectweb/asm/ClassReader.html#%3Cinit%3E(java.lang.String)): > The ClassFile structure is retrieved with the current class loader's ClassLoader.getSystemResourceAsStream(java.lang.String) According to [the documentation of that method in turn](https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html#getSystemResourceAsStream-java.lang.String-): > This method...

The README in this repo links to [the JavaDoc documentation here](http://c-rack.github.io/cbor-java/apidocs/index.html). That documentation does not say anything about `DataItem` having a `getTag` method; however, it does, at least in version...

waiting for next release

Build four LV capacitors. Place them down, not interacting, in pairs, with the two capacitors of each pair 16 blocks apart. Fully charge one capacitor of each pair while leaving...

The length of an IW spool is different from the length of the IE spool it is crafted from: * IE LV spool spans 16 blocks by default. Craft it...

The meter components for control panels always have scales from 0 to 15. That reflects the fact that they measure redstone signal strength; however, in real life, gauges are usually...

By experimentation, robots seem to use absolute sides for redstone output, not relative sides.

From looking in the source code, I see that most things consume 1 AE/t of power (this is the default in `AENetworkProxy` unless overridden by the individual device, which a...

In original OC, we had `computer.pullSignal`, which would sleep until something happened and then tell you not just that *something* happened, but also *what* happened. It would be nice to...

enhancement

The redstone API accepts absolute sides (`north`, `south`, `east`, and `west`), but they don’t seem to correspond to those actual directions. For example, “east” and “right” always seem to mean...

enhancement