Shawn Biddle

Results 30 comments of Shawn Biddle

I created this https://github.com/shawncplus/markdown-talk which patches strapdown to allow you to specify the source as a github link `shawncplus/bash-classes:historymanipulation.mkd`, for example, which it will pull at pageload. It'd be trivial...

Define migrate?

The script downloads my fork of powerline and does a pip install pointing to that. If you don't want to use my fork just install powerline normally and everything will...

Hmm, now that you mention it, it does seem a bit dark. I'll toy around with it. A question though, what do you mean by the partially transparent bit, did...

Notes to self: `Npc#hydrate` and `Player#hydrate` both add hydrated items to the `ItemManager` but there is no process to remove them if the player is removed from the game. The...

Possibly as well it'd be a good idea to make `ItemManager` a Map instead of a Set since it should never be possible to have two items in the game...

> This can be reproduced by creating a new character then deleting the .json file for the player character but keeping all account data. Can this ever happen by normal...

I'm going to need exact steps because I can't replicate this. Here are the steps I tried: 1. Step `maxIdleTime` to 1 minute 2. Ensure `allowMultiplay` is `false` 2. Start...

It's not expected that you display the raw value from that property to the user, those exit names are keys. As Brian suggested building a translation map would be the...

There's some property of this bug that is intermittent, it's been happening consistently since my update from 52 -> 53 last week. Reproduced it about 15 times before submitting this...