Jacob Finkelman

Results 67 issues of Jacob Finkelman

Hi, I was wondering if this is a good place for a exponential probe binary search implementation? I first heard of it at [link](http://www.drmaciver.com/2017/05/the-other-half-of-binary-search/). It's just binary search optimized to...

When using ZMK the workflow is that when you push it commit a github action starts that builds a zip download of the firmware. I would really love the key...

The page takes the entire width of my screen with almost no formating. ![image](https://cloud.githubusercontent.com/assets/3709504/21026782/31a4cdc8-bd5c-11e6-94cb-0a3a1b31a932.png)

Recent discussion brought up suggestions for [optimistic parallel testing](https://internals.rust-lang.org/t/some-thoughts-on-improving-ci-infrastructure/4869/21?u=eh2406). We should look into allowing these features. I was going to start experimenting tonight, but @edunham mentioned incoming refactorings. So I...

[Cargo just stopped](https://github.com/rust-lang/cargo/pull/5278) using rustfmt in travis, it was just too annoying to keep up with. I was thinking of building a bot that submitted PR's when `cargo +stable fmt`...

Cargo just had [another instance of this](https://github.com/rust-lang/cargo/pull/5261), @djc deleted there branch after it was merged with auto and testing had started. This cancelled the merge. Eather the queue should be...

I was reading the code today and came across [this comment](https://github.com/servo/homu/blob/968f91a6d04e32cf5c23d0bbbc3bdf28bf183c9a/homu/main.py#L896) but the link claims that ["EDIT: As of January 2017, we have decided not to deprecate this field for...

Hi, I was unable to find the link to the rss feed?

In #108 an important piece of documentation was missed. The "Package and Version traits" section [rendered](https://pubgrub-rs.github.io/pubgrub/pubgrub/#package-and-version-traits) and [code](https://github.com/pubgrub-rs/pubgrub/blob/dev/src/lib.rs#L22) is wrong and out of date. This needs to be updated to...

Looking at some converge data it looks like we never hit https://github.com/pubgrub-rs/pubgrub/blob/cd91684f733e0e1d3e4fe558e6614844159a6919/src/internal/incompatibility.rs#L197-L199 This is because `conflict_resolution` loops until `is_terminal` is true https://github.com/pubgrub-rs/pubgrub/blob/cd91684f733e0e1d3e4fe558e6614844159a6919/src/internal/incompatibility.rs#L146-L148 That is to say that we stop when...