Josiah Bills

Results 18 issues of Josiah Bills

This library appears to be the de-facto standard for approximate comparisons. Downstreams include [ndarray](https://github.com/rust-ndarray/ndarray) and [nalgebra](https://github.com/dimforge/nalgebra). I just ran into an issue where ndarray is using an older version tied...

Currently users of quiver must download quiver.sty in order to use it. It would be convenient if it was available via CTAN so that it could be automatically picked up...

meta

I occasionally have need of a lazy linspace, which you have implemented in the private module `linspace`. It would be nice if this could be exported.

Closes #1062

breaking-change

I am trying to use approx v0.5.0 in my project and discovered it doesn't work with this package which depends on v0.4.0.

This PR removes absl::result_of_t when compiling for C++20. I did the dead-simplest thing: I just added `#if` guards everywhere it is used. Alternatives that spring to mind: * Provide a...

cla: yes

This library appears to be the de-facto standard for complex numbers. Downstreams include ndarray and nalgebra. I just ran into an issue where ndarray is using an older version of...

I am on VS17.3.0 Preview 2.0. The extension does not work. When I ran it in the debugger, I was able to discover that Document.Saved is true, even though the...

Consider the following minimal example: ``` use serde::{Deserialize, Serialize}; #[derive(Serialize, Deserialize)] struct X { x: i32, } fn main() { println!("Hello, world!"); } ``` Use f12 on `Deserialize` to go...

C-bug

As near as I can tell, it is currently impossible to write a function which takes a `Connection` and returns a `Rows` or an iterator derived from a `Rows` object....