Owen Griffiths

Results 49 comments of Owen Griffiths

- Have you checked your in the right directory for the `.env` to be detected by `sqlx-cli`? - If so, is `DATABASE_URL=..` in your `.env` file correctly?

What's the current status of this?

```none 0.22s user 0.04s system 0% cpu 2:37.31 total ``` My time seems normal and does feel ~2 secs delay. Without a bulk api the delay seems unfortunately borderline unusable,...

Added pr as seen above, #9

I'd like binaries, building sqlx-cli takes up a decent chunk of my runner's time.

It's a known issue in the beta unfortunately, for now the workaround is to do the quite ugly `--include_methods`. I'm getting back after a break so this is next on...

This can be added as a patch *after* release or on the first release if short-term we can release as `rc-1` or `beta-1`.

Currently the `launch` method uses `std::env::args` but i will consider transitioning into `args_os` as nothing too complex is done to strings other than `strip_prefix`

Yeah mine fails too, bcrypt issue

> ```python > ['mp4', 'flv', 'webm', '3gp', 'm4a', 'mp3', 'ogg', 'aac', 'wav'] > ``` @dirkf Do you know if `.mp4`, `.flv`, `.webm`, and `.3gp` are the only final video file...