Ximin Luo

Results 104 issues of Ximin Luo

Original issue: #4988 Implementation: #5012 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#avoid-dev-deps Issues: https://github.com/rust-lang/cargo/labels/Z-avoid-dev-deps `-Z avoid-dev-deps` flag avoids installing dev-dependencies in certain targets like `install`. @alexcrichton thinks that "in the long run [this wants] to...

C-tracking-issue
Z-avoid-dev-deps

Some platforms already have clang runtime libs available. In this case we can link against them directly, rather than rebuilding them (which requires the sources to be available, which has...

Currently, `cargo-tree --all-features` only resolves the features of the top-level crate and their dependencies, which may omit features from child crates. For example, chrono-0.4.0 depends on num 0.1 with default-features...

atm the major block is to design a genetic encoding that can model stuff like "build marine at barracks #3" or "wait 5 seconds then chrono boost" - evolutionchamber currently...

Go recently [restricted](https://github.com/golang/go/issues/23672) the ability to use `go:cgo_*` directives outside of cgo-generated code so the current build no longer works. I've modified the build to use the [syso trick](https://github.com/golang/go/wiki/GcToolchainTricks) which...

If i create a large page (~60K) then gitit takes a very long time to generate it. `top` shows ~80-90% CPU usage by gitit.

Hi, I'm looking to update this package in Debian, which is currently using @fingolfin's [fork](https://github.com/fingolfin/git-remote-hg). Currently there are [various critical issues](https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=0;dist=unstable;ordering=normal;repeatmerged=0;src=git-remote-hg) with it including lack of hg 4.0 support. This...

question
waiting

Useful for adapting with libraries that provide utilities expecting particular function shapes, but not others.

Currently, the option to "redirect non-Tor traffic through Tor" requires one to also set either "allow Wifi" or "allow mobile". (I verified this by accessing 116.202.120.181 the IP address for...

Review

It's a bit of a shame that things like `bfs` and `dfs` are duplicated for every single `AdjacencyMap` representation. For example `Algebra.Graph.Labelled.AdjacencyMap` does not even have a DFS at the...

design
algorithm