Toby Murray

Results 16 issues of Toby Murray

I want a greater duration between the initial failure and the first retry. The docs show a lot of examples with `ExponentialBackoff::default()`, what's the recommended way to configure it? Is...

I'm trying to follow the quickstart with SQLite: ``` // in .env, DATABASE_URL=/absolute/path/to/database.db struct ResultStruct; async fn reproduce_bug() -> Result { let pool = SqlitePoolOptions::new().max_connections(5).connect("/absolute/path/to/database.db").await; sqlx::query_as!( ResultStruct, " SELECT *...

## Environment $ node --version v7.5.0 Passport version: 0.3.2 Passport-strategy: 1.0.0 Bluebird: 3.5.0 I'm seeing this warning every time I try and authenticate using passport: ``` (node:1072) Warning: a promise...

I am just looking at getting started Mycroft AI, and Picroft seems like the cheapest/easiest way to get into it. One of the main drivers for being interested in Mycroft...

enhancement
help wanted

Analogous to `Utc::now`, I'd like to get now as a `DateTime` for a given timezone, would this be the idiomatic way to do so? ``` Utc::now().with_timezone(timezone) ``` Similar to #169,...

The selector of the MMU2S currently homes against the "left" (non-motor) side of the [mmu2-pulley-body](https://github.com/prusa3d/Original-Prusa-i3/blob/MMU2/STL/mmu2-pulley-body.stl). As I received it from Prusa, it's simply not strong enough. When the selector homes...

It looks like there is very little actually going on in this generator that's strictly NPM dependent - pretty much just `npm install` and the documentation. Thoughts about adding a...

enhancement
good first contribution

The parts list in the main frame assembly list: > Punched angle  2 x 31 ½”   4 x 30”  4 x 24”  7 x 18”  4 x 6”  2 x ...

Under the Voltage Control section, the AC extension cable is listed as being 1 foot, or 0.30 meters. This is incorrect, and should read 6 feet/1.82 meters. The link is...

Pretty much anything that validates the project still works as expected would be nice. Ideally: - Run script to insert into database - Start server - Execute a few workflows...