Steve Howell

Results 26 issues of Steve Howell

The "chess" and "merels" bots have a lot of code, but we don't really have any community around them, so it's questionable whether we should maintain them. If you're interested...

help wanted

For legal reasons our giphy bot shows a "Powered by Giphy" logo. For users that sign up for Giphy accounts (presumably paid) that don't require the logo, we should have...

I recently renamed one of my bots from "Steve's Trivia Bot" to "Steve's Giphy Bot", and the bot program stopped working (it was running giphy, I just hadn't bothered to...

@roberthoenig We may want to remove the converter bot, as per our chat conversation. Or maybe just streamline a bit, so it's optimized for somebody just wanting to learn how...

See https://github.com/zulip/zulip/issues/5152.

So the original motivation for this bug report was I using `Parser` to parse something akin to JSON. Getting a minimal repro on that was difficult, so let's go to...

Here is the code that doesn't compile: ``` import Dict exposing (Dict) type Fruit = Apple | Banana type alias SimpleTuple = (Fruit, Int, Bool) type alias SimpleDict = Dict...

The virtual DOM will *always* recompute any function that's inside a `let`, even if it's wrapped inside `Html.Lazy.lazy`. Here is the SSCCE: https://github.com/showell/elm-start/commits/html-lazy-is-broken-for-let-functions There are two commits to note here:...

Color syntax would be a nice addition to this tool. People would still primarily view code in their editors, so it's not that crucial, but it would certainly be nice....

feature request

The Python REST API has aggressive retry logic if the underlying call to the server in `call_on_each_event` does not succeed. This retry logic can obscure obvious problems such as somebody...