IFcoltransG
IFcoltransG
The GIF on the readme under Installation shows someone installing the Too Tone version rather than this one.
### Config or CLI flag to set default Process sort-by I'm looking for a way to set the default sorting method for the Process widget when bottom starts. When I...
It doesn't seem to be possible to view the description of any playlists, nor to edit the description. This feature is supported on the official client, so it should be...
For my usecase, I need to be able to refer to `IndexMap` keys by `usize` index as well as by their keys. Specifically, I would like access to the [`.insert_full(k,...
Adds [It Is An Innkeeper](https://ifcoltransg.itch.io/innkeeper), a game made in ink, for the [GMTK Game Jam 2023](https://itch.io/jam/gmtk-2023).
I called my project `ink.ink`, and later went to export it to the web. Inky made a file called `ink.js` that corresponded to my story's json, which overwrote the `ink.js`...
My global git config does not have a username or email set in it, meaning that commits fail in new repositories unless I set those options. (So that I don't...
### Context I write markdown with SpellRight and Markdown All-in-One enabled. Markdown All-in-One replaces the 'enter' and 'backspace' keys with special commands that make it easier to format markdown. ###...
`pip3` fails to install PySigmoid, citing the `PySigmoid/Math` directory not existing. Fails on Python 3.7.4, Debian GNU/Linux 9 (stretch) with pip 19.0.3, and on Python 3.6.8, Ubuntu 18.04.3 LTS with...
For my use case I need byte slices composed mostly of ASCII with some arbitrary bytes thrown in as escapes. I hoped I could do something like this: ```rs const...