-
![image](https://user-images.githubusercontent.com/20870/54044923-c9052180-4195-11e9-9f3b-0005b7af0127.png)
![image](https://user-images.githubusercontent.com/20870/54045267-c2c37500-4196-11e9-841a…
-
Thanks so much for this crate!
`deadpool_lapin` has this handy type alias:
```rust
pub type Connection = deadpool::Object;
```
… but `deadpool_postgres` is missing an equivalent (I guess it…
-
Hi everyone!
Just a quick question: how can we test if the database pool gets initialized successfully?
The context is quite simple: imagine the `.env` file containing a typo for the password opt…
-
First: thank you for making fantoccini, it made getting this little app together a breeze!
I guess the million dollar question is: is it meant to work in parallel with multiple clients spawned?
…
-
1. World Boss Invasion
> As they are Repeated Every Week and Have specific Mission Types Like only Combat Type or 4+ Female Character. I think setting/Team for a particular mission can be set.
> Als…
-
When I choose;
Action>Path>Browse then locate the executable .exe
Rather than setting path as;
`D:\Playnite64\Games\Deadpool\Binaries\DP.exe`
It would be wise to check if it's in the Playnite fol…
-
after move to Azure, some regressions:
1) input: "plot for blade runner". output: "query generated error - please continue with next query"
2) input: "comedy". output: a set of dynamic links, b…
-
Hi, I'm updating my app to from 0.4 to 0.5 and I'm getting these errors when building:
```rust
error[E0599]: no method named `host_path` found for type `tokio_postgres::config::Config` in the curr…
-
I've been eating around this particular cookie for awhile today.
When I rely solely on tasks calling `.get()`, even if I spawn 4 tasks, there's only ever one resource spawned by deadpool. This is p…
-
I've got code that looks like this:
```
tokio::spawn(async move {
scrape_worker(scraping.clone()).await;
}
);
```
if I change it to await the `scrape_worker` without spa…