-
### Expected Behaviour
`cargo build` should finish without error.
### Example & Steps To Reproduce
Run `cargo build` after a clean clone of the repo.
## System Info
- Rust: rustc 1.7…
-
This problem has been bothering me for months... I really want to know how to fix it. When implementing NeRF with jax, I want to divide the data into batches, so that the code can run on larger images…
-
Image/QuadMesh elements don't seem to be correctly projected latitude-wise, at least in the example below that creates a uniform lat/lon grid whose latitude centers are (-40, -30, ..., 40). The lower …
-
```rust
#[no_mangle]
fn iter(query: &mut [&mut [f32]]) {
for segment in query {
for value in segment.iter_mut() {
*value += 1.0;
}
}
}
#[no_mangle]
fn f…
-
For example, arrays diff looks like
`undefined "zones.items" undefined " → " undefined`
right now(then items was appended to collection)
![2015-08-10_1848](https://cloud.githubusercontent.com/asset…
-
I have a new requirement for the 'manifesto' library:
https://github.com/UniversalViewer/universalviewer/issues/186
I need to be able to traverse an IIIF manifest (using traverseUnique?) to find a n…
-
Not an issue as such - raising this to see if the below is feasible. if(tlDR) goto tlDR, albeit still a long read; apologies.
I have been using json-editor for nearly two years now in a work projec…
-
Hello, is the ssh connection still needed if only two devices were used (1 AP and one Client (both Ubuntu 14.04))? I've been running the csi-gui-tool on the AP device, but I'm unable to start the moni…
-
I happened to see this wiki page and I thought I'd offer my unsolicited opinion: https://github.com/jscad/OpenJSCAD.org/wiki/JSCAD-V3
I really like jscad, but I often find the APIs surprising, part…
-
I have two fixtures that each return a class instance where the classes are different from each other, and I want to compare the attributes of each class instance for a fixed set of inputs to a fixed …