Toby Murray

Results 28 comments of Toby Murray

It looks like maybe SQLx is expecting the URL to be prefixed with "sqlite://"? What are the various connections strings for the supported databases? Is this documented somewhere? E.g. `DATABASE_URL=sqlite://db/production.db`...

Found the documentation here: https://docs.rs/sqlx/latest/sqlx/sqlite/struct.SqliteConnectOptions.html. The SQLx docs state: > A value of SqliteConnectOptions can be parsed from a connection URI, as described by [SQLite](https://www.sqlite.org/uri.html). The SQLite docs state: >...

Seems like this project is a zombie, so I'll close this.

Just ran into this as well using the OpenAPI 3 spec: ``` { "openapi": "3.0.0", "info": { "title": "Circular reference example", "version": "0.1" }, "paths": {}, "components": { "schemas": {...

As another anecdote, I just successfully signed in with the same style email (also a gmail address) with Garmin connect. What service were you signing in to?

It would be a tiny change functionally speaking - `npm install` would become `yarn install` and a `yarn.lock` file would be generated (which locks down the transitive dependencies). I can...

My mistake, I was simply confused. It's just the documentation, and it doesn't make sense to add a switch to change the documentation (especially for a less frequently used alternative)....

True - I believe that's what they're doing over at the angular-cli (I think the relevant code is [here](https://github.com/angular/angular-cli/blob/d2849c713b1d4f033711d61e2a6bd140771b6b19/packages/%40angular/cli/utilities/check-package-manager.ts)). Definitely not an earth shattering change but it seems like a...

Sounds extremely doable. I'll give it a shot!

> I just don't understand what needs to be done for this issue. My guess is that @eldyvoon is wanting a lower barrier to entry for SSL (although the Let's...