Robert Bragg

Results 52 issues of Robert Bragg

Currently the PBR renderer requires every mesh to have a normals attribute, and in case normals are missing there was a `compute_flat_normals()` utility. This utility was documented to panic in...

A-Rendering
C-Usability

Automatically focusing a button on 'press' results in a 'blur' being emitted on the thing that loses focus which can have undesired side effects. E.g. during a Textarea readInput a...

It would be great if the use of `proc_macro_hack` can be removed so that `sexpr!` can be used reliably with rust-analyzer. E.g. something like this: https://github.com/ilya-klyuchnikov/lexpr-rs/commit/3ef88458e4f7bf88cda33e749a95fa0351014119 ref: https://github.com/rust-analyzer/rust-analyzer/issues/6835 also from...

### 🐛 Bug Report I found this closed issue https://github.com/cloudflare/wrangler/issues/1514 has a number of people reporting this same issue with the tool hanging, but looking at that original issue which...

bug
regression
onboarding

I was wondering if anyone here has investigated building Rust apps base on Google's newer GameActivity which looks like it can be viewed as a more feature-full NativeActivity which provides...

Hi, I'm trying to determine if it makes sense to try and use cargo-apk vs rolling something more hacky/specific while I'm not currently sure how to be able to integrate...

type: question

Hi, Having a look at some of the outstanding issues and pull requests it's easy to see that this project isn't currently being actively developed or maintained and I'm wondering...

## Overview Method IDs by their nature are intended to be cached by applications which was generally precluded by the lifetime parameter. According to the JNI spec method IDs are...

## Overview Not implementing the Debug trait for these types here forces downstream users to implement Debug manually for any types that encapsulate these types. This implements Debug for some...

## Overview I've been depending on this branch that was shared as part of this issue https://github.com/jni-rs/jni-rs/issues/329 for some time and would be very interested in seeing these changes make...