slowriot

Results 21 comments of slowriot

Please detail the exact steps you are using to try to build.

You would need to upload the file manually, using multipart form data, as per https://core.telegram.org/bots/api#inputfile, and then reference that in your send_photo call. I haven't yet built this functionality into...

Completed - please see https://github.com/slowriot/akash_minecraft ![](https://raw.githubusercontent.com/slowriot/akash_minecraft/master/docs/deploy_anim.gif) This repository contains scripts and configurations to launch a Minecraft server on the Akash blockchain. It can be easily configured with only changes to...

Hi @colinlowenberg, could I please get an update on the status of this bounty? I note it has now closed with my entry as the only submission (https://github.com/slowriot/anubis) - looking...

+1 for this bandwagon

PR 58 finally got accepted after only 9 months, so we're making some progress ;)

Let's hope so!

Encountering the same issue: ``` CMake Error at CMakeLists.txt:21 (list): list sub-command REMOVE_ITEM requires two or more arguments. ``` The line in question is ``` list(REMOVE_ITEM glcpp-library_sources ${glcpp-library_sources_remove}) ``` Linux...

Have added a new commit re-adding the stretched matrix (in a tidier form) and added a control to toggle this behaviour on or off, as well as adding your links...

@rougier I personally think exposing as much of the underlying Freetype functionality to the user as possible is the best approach, so the user can select the right hinting mode...