Jonathan Clark

Results 11 comments of Jonathan Clark

This is somewhat related to an issue I have with the Discord implementation in that messages potentially need to be formatted differently for different platforms. For example: the hangman game...

I think I've taken this as far as I can without collaboration from you @benrick All basic functionality is implemented so it's at the point where it wants to branch...

I went ahead and rebased this branch

The status is all laid out in the wall of text above. There's a lot of questions about how the core bot framework should be changed to accommodate the needs...

I just learned that this can be fixed by instead replacing your original strings given to Write-Host with something like this `(" $($branchSymbol) $($status.Branch)")` instead of [string]::Format So I added...

You can try using the CI build from #2402 or use the changes from that branch to create your own docker image (as I have until it gets merged, if...

Just saw a message in discord from myk002 about claiming scripts in this issue. I have added a PR to port growcrops.rb to lua DFHack/Scripts#487

I am also claiming the conversion of deathcause.rb PR to follow soonish

Just to add more information to this issue and #8 for you @vsch For me using 2019.1 CMakeLists.txt generated like this ``` cmake_minimum_required(VERSION 2.8.4) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/ArduinoToolchain.cmake) set(CMAKE_CXX_STANDARD 17) set( untitled)...