Robert Bragg

Results 207 comments of Robert Bragg

Hi, I'm also having similar sounding issues with trying to launch Desktop+ :/ I can run the app and if I look at the steamvr developer -> overlay viewer I...

Ooooh, wait actually I think I just didn't know what to expect. I thought that running Desktop+ would automatically pop up an overlay that I could interact with while in...

In my case the app I'm running (Blender) is definitely running against steamvr (I'm running it explicitly with the steamvr OpenXR driver using XR_RUNTIME_JSON=/path/to/steamxr_win64.json and can confirm that it's selecting...

As I recently started helping with maintaining the project I've been going through some of the older PRs and issues and this one stood out since I'm also working with...

yeah, no worries @bkchr - sorry that the issue didn't get resolved in this time. I think I'll probably end up closing this PR while I guess the momentum behind...

These functions currently take the lower-level wrapper types (i.e. `jbyteArray`) which are a type alias for a `*mut` pointer. There are no references involved with modifying the underlying buffer, the...

This is now superseded by https://github.com/jni-rs/jni-rs/pull/339

> In the strange land of Java (where a byte is signed and 0x80 is less than zero), strings are UTF-16 (who knows why). Whereas Rust strings are UTF-8. It's...

> However it uses Modified UTF-8 for object [serialization](https://en.wikipedia.org/wiki/Java_serialization)[[88]](https://en.wikipedia.org/wiki/UTF-8#cite_note-92) among other applications of [DataInput](https://docs.oracle.com/javase/10/docs/api/java/io/DataInput.html) and [DataOutput](https://docs.oracle.com/javase/10/docs/api/java/io/DataOutput.html), for the [Java Native Interface](https://en.wikipedia.org/wiki/Java_Native_Interface),[[89]](https://en.wikipedia.org/wiki/UTF-8#cite_note-93) and for embedding constant strings in [class files](https://en.wikipedia.org/wiki/Class_(file_format)).[[90]](https://en.wikipedia.org/wiki/UTF-8#cite_note-94) Isn't...

okey, yeah, definitely sounds good to stick with utf8 if you can manage it