Devon Hollowood
Devon Hollowood
I can take a shot at this.
I just ran into this yesterday — as a user, I was definitely surprised that determinants do not work with integer matrices in `nalgebra`. That said, I've also often found...
Maybe it makes sense allow the use of the intersection of "top crates of all time" and "top crates from the past 90 days"? That way you can cover both...
I'm not opposed to this, but I don't have the time to implement it at the moment. I'd happily accept a PR, otherwise I will give it a shot when...
Sounds good! Let me know if you start working on it, so that we don't duplicate our work.
> Maybe we could simply replace the "Initial time measurement" message with: "Initial time measurement: {elapsed}"? would that work? This doesn't work, because template arguments in the `ProgressBar`'s `message` don't...
Okay, I think this should work. Here's a gif of what it looks like on my machine. 
I was having some trouble using this library on OSX. I'm fairly certain the issue is that the .dylib created by stack does not contain the correct shared libraries. Evidence:...
Just ran into this issue today. Any updates now that v6.2 is out?
Could this change semantics if you have two different values which compare as equal for some reason? For example: ``` rust #[derive(Debug)] struct CaseInsensitiveChar(char); impl PartialEq for CaseInsensitiveChar { fn...