Daniel Brooks

Results 45 issues of Daniel Brooks

The documentation implies that errors from Google become an Error::Google, but https://docs.rs/cloud-storage/latest/src/cloud_storage/client/object.rs.html#126 always creates an Error::Other. ``` Other("{\n \"error\": {\n \"code\": 403,\n \"message\": \"[email protected] does not have storage.objects.delete access to...

It returns a `Stream` of `Result`, which on one level is fine because it is exactly what Google makes available. At least for my use–case it would simplify things if...

It should not retry in this case, as it is not going to magically start working without changing the permissions. ```rust let x = client.object().list(&bucket, Default::default()).await?; let count = x...

You can now specify the monitor number on the command line so that it skips the prompt. It new blanks out the v4l2 virtual camera as it exits, so that...

The resulting Mesh has a `Vertex_Position` attribute, but not a `Vertex_Position_2D` attribute: ``` [src/main.rs:70] meshes.get(&trail.mesh).unwrap() = Mesh { primitive_topology: TriangleList, attributes: { "Vertex_Normal": Float3([ … ]), "Vertex_Position": Float3([ … ]),...

### Input C/C++ Header Perhaps soon. ### Bindgen Invocation ```Rust let bindings = bindgen::Builder::default() .generate_comments(true) .clang_arg("-I../../src") .clang_arg("-I../../lib") .header("wrapper.h") .hide_type("BOOL_VECTOR_BITS_PER_CHAR") .generate() .expect("Unable to generate bindings"); ``` ### Actual Results ``` error[E0530]:...

bug
I-bogus-codegen

Here's a much-simplified testcase: ``` (defun test/some-spaces () (parsec-many (parsec-ch ?\s))) (defun test/blank-line () (parsec-optional (test/some-spaces)) (parsec-newline)) (parsec-with-input " last line " (parsec-many (test/blank-line))) ``` This should return a list...

This was a simplifying assumption made when I wrote the code, but it's surprising to people. Also it results in terrible error messages at build time when you forget.

lest bidi formatting characters cause the error message to be rendered sdrawkcab. In principle we should probably do this to the filename and even the error message, since those could...

## Checklist - [x] I have checked existing issues for potential duplicates before creating this one. - [x] I have read the [Troubleshooting guide][]. ## Bug description Source code containing...

kind: bug