-
## Setup
### Versions
- **Rust:**
rustup 1.18.3 (435397f48 2019-05-22)
- **Diesel:**
1.4.0
- **Database:**
MySQL
- **Operating System**
Windows 7 64Bit
## Problem Description
cann…
-
Sometimes when running `ra_cli analysis-stats .` on the rustc repo, it seems to terminate without any kind of error message or panic.
Exit code is `101`.
````
ERROR [ra_project_model] cyclic dep…
-
**Relevant system information:**
- OS: Mac, linux
- PostgreSQL version (output of `postgres --version`): 11.2
- TimescaleDB version (output of `\dx` in `psql`):1.2.2
- Installation method: hom…
-
This function has a race-condition:
https://github.com/diablomedia/zf1-session-savehandler-dbtable/blob/26e6930b2db324cb5df074a1422603dec2d0ad85/src/Zend/Session/SaveHandler/DbTable.php#L308
```…
rwese updated
5 years ago
-
``` js
var Dexie = require("dexie");
var db = new Dexie("articles");
db.version(1).stores({articles: "id++,title,archived"});
db.articles.add({title: "plop", archived: true});
db.articles.where("archi…
-
In a minified package:
```toml
[package]
name = "foo"
version = "0.0.0"
[dependencies]
syn = { version = "=0.15.38", features = ["full"] }
synstructure = "=0.10.2"
```
Running `rustup r…
-
To reproduce:
```
$ cargo init goo
$ cd foo
$ cargo add serde-derive tokio-macros shrinkwraprs
$ cargo build
```
What I'd expect to see:
* Successful build and link
What I actually se…
-
Why can I assert false in the following code?
```
procedure bar() {
var x: int where x == 5;
while (x == 5) {
x := x + 1;
}
assert false; // Verifies
}
```
On the other hand, …
-
`Project.as_of(1.day.ago.utc).first` works in rails 5.1.4 and 5.1.6
`Project.includes(:country).as_of(1.day.ago.utc).first` works in rails 5.1.4, gives
```
ArgumentError: # is not an ActiveRecord:…
-
I'm in a project which depends on both `syn` and `synstructures` crates. Using rustc `1.37.0-beta.2` or `rustc 1.38.0-nightly (78ca1bda3 2019-07-08)`, I can no longer document this crate with its depe…