-
I'm running shadowsocks 1.8.11 and have also seen this in older versions.
Every week or so, I see the following error:
`thread 'main' panicked at 'create udp association: Os { code: 24, kind: Ot…
-
For a while now I've been thinking about switching the string names we have internally with something that is faster to look up in a hash map. Pretty sure that other compilers do this for various reas…
-
This came out of meetings with a few users. Many of them have built custom configured transforms that de-duplicate messages. There are a few definitions on this:
1. Literally duplicate events (all …
-
I have a following issue concerning the issue #3 and the features brought by the feature of the `buildEnv`. I am building a ros environment with this function, installing it with `nix-env -i` and tryi…
-
For each segment, the dist will be 0, and the dot will be the square of the magnitude of the tangent vector. This should be cached for each dotprops object. This may require a dotprop arena with the n…
-
I've faced the issue by working on #48, but got it even by testing master branch based on 6c8cb7bd8104c6673ea07ccf3c5feb559979fe41
```
$ DATABASE_URL=wundergraph_cli.db cargo test --features sqlit…
-
在windows下用msvc工具链编译。
```bash
error: linking with `link.exe` failed: exit code: 1181
|
= note: "D:\\Programe\\vs\\VC\\Tools\\M…
-
code
````rust
fn main() {
let x = 1;
let b = 3;
if x == b {
if b == x {
println!("y");
}
}
}
````
when trying to apply the clippy::collapsib…
-
My server system is Centos 7.5
After ```cargo build```
```
Updating crates.io index
Compiling proc-macro2 v1.0.10
Compiling unicode-xid v0.2.0
Compiling libc v0.2.69
Compiling …
-
**Have you read the documentation?**
Yes. (Please, read usage.md first if you did not.)
**Did you double-check that you installed all dependencies?**
Yes. (Please, double check the dependenci…