-
Currently we have to manually apply the migrations in advance to make sure it compiles:
```
diesel migration redo
diesel migration run
```
Or the build will fail, as it relies on definitions in…
-
There are quite a few `// TODO` comments right now. While eventually all of those should be removed and converted into GH issues, right now it's still handy to have those around. However, I'll try to …
-
# State:
- Add Endpoints
- Fix migrations of table filters
- Add only existing users (presence_list)
- Support presence in sync with `since`
- Support sync `set_presence`
- Change some sync resp…
-
## Setup
### Versions
- **Rust:** rustc 1.46.0-nightly (67100f61e 2020-06-24)
- **Diesel:** 1.45
- **Database:** postgresql 11
- **Operating System** Ubuntu 20.04
### Feature Flags
- **…
-
## Setup
### Versions
- **Rust:** nightly-2019-12-22
- **Diesel:** version = "1.4.3", features = ["postgres", "r2d2"]
- **Database:** Postgres
- **Operating System:** macOS
### Feature Fla…
-
Currently we use synchronous services and synchronous diesel operations, this would be problematic if we have more than `number of core` concurrent requests (they will start being blocking). Also toki…
-
### Steps to reproduce the bug with the above code
```
git clone https://github.com/diesel-rs/diesel
cd diesel/diesel
cargo semver-checks --baseline-rev v2.0.4 --only-explicit-features --features …
-
when I want to run this project i got this error :
```
rocket-diesel-rest-api-example git:(master) cargo build --release && cd target/release/
Compiling pear_codegen v0.0.14
Compiling hyper…
-
The [section in build.rs](https://github.com/sgrif/pq-sys/blob/3e367d53019a2740054d5dc6946e07931f1fb70b/build.rs#L90-L93) can possibly add the standard path `/usr/lib` (or `/usr/lib/x86_64-linux-gnu`…
-
It happens from time to time that some crate can't build on a nightly version which results in broken documentation. In this case the author of the crate usually has to wait for the nightly version do…