neptunepink

Results 29 issues of neptunepink

To generalize, you get 2⅔ outfitted tracks per each rail, and/or 16 for each set of recipe-selector items. Some points of interest: - Routing: Other than the rails, basically free...

enhancement
question or discussion
tracks

Golden tickets. Locomotive colors, custom names, entity names.

enhancement
good first issue
signal and routing

Given this starting scenario in 10.2.0-alpha-15, ![2017-08-11_15 21 45](https://user-images.githubusercontent.com/150333/29233956-d721d79c-7ea8-11e7-869e-a8f603b1e0ba.png) 1. Pairing `(1, 2); (1, 3); (1, 4); (1, 5)` just shuffles the token area down the line, removing the previously...

enhancement
low priority
signal and routing

``` $ cargo new weirddocs Created binary (application) `weirddocs` package $ cd weirddocs/ $ echo 'lewton = "0.10.1"' >> Cargo.toml $ echo $RUSTC_WRAPPER sccache $ cargo build Updating crates.io index...

It already does a thing. The other tidal plugins make their plugins use ctrl-enter? But vim can't detect that combo due to terminal shenanigans. I recommend alt-enter.

```rust use bincode::{Encode, Decode}; use bincode::enc::Encoder; use bincode::de::Decoder; use bincode::error::{EncodeError, DecodeError}; ``` All a bit much for what could be a 1-liner.

Ones that you've just received might show up, but it seems most do not.

This fails: ```rust extern crate x86asm; fn main() { use x86asm::*; use std::io::{Cursor, Write}; let mut out = Vec::new(); let i = Instruction::new2(Mnemonic::MOV, Operand::Memory(0xB0_B1_B2_B3_B4_B5, Some(OperandSize::Qword), None), Operand::Direct(Reg::RAX)); { let mut...