Jack Twilley

Results 65 comments of Jack Twilley

Would this same script allow for MunMinmus transfers?

I actually do this with a copy of `boot.ks` which I call `boot_small.ks`. It has a line like this: `SET FLS TO LIST("launch_asc.ks", "lib_parts.ks", ..., "warp.ks").` and I use it...

Thank you for bringing up the idea of supporting multiple cores! While I haven't considered per-stage cores, I have spent the past few days working on a mission that deploys...

I run with the ModuleManager patch listed in the boot README, and the CX-4181 can still hold all of RAMP. File optimization is really only required for the KR-2042b in...

If you folks do seriously consider writing your own pymclevel-like product, I wouldn't mind being involved. Starting from scratch, focusing on a limited scope, with tests and everything, supporting Python...

Sad, but understandable. It's been the blocker on my project as well, and tracking the embedded changes in each Minecraft version was something I was happy to defer to someone...

The magician's minimum required capabilities: * Must have the ability to write, document, and maintain idiomatic code written in Python 3 * Must have the patience to tease out API...

I have a pymclevel-like library written in Go that was working 100% the last time I checked, but I haven't kept it up to date because the parent project that...

It is possible to take the code in the existing repository and use it to make a standalone version of the library, but then that code would have to be...

@ununseptium Your approach would effectively test the `docker-compose.yml` and `rancher-compose.yml` but wouldn't help with the catalog-specific stuff like `config.yml` and `answers.txt`. I will be submitting a PR with an additional...