Arthur Peters

Results 62 issues of Arthur Peters

I used byterun as the basis for an abstract VM for some work here at Google and I wanted to offer the changes back to you. This also fixes some...

It would be useful to provide a public API for `demangler::demangle`. It can demangle `typeid` names, so it would be handy for debugging and logging even without a stack trace....

enhancement

I'm pretty sure my meta.yaml is too complex for conda-lock to process. I'm fine with this. However, the error message is very confusing because it comes from inside jinja2: ```...

It would be useful to be able to control the "Debug Menu" in KSP via kRPC (the menu opened by Mod+F12). It would allow for automatic testing and that sort...

enhancement

The documentation does not seem to specify whether the client APIs are thread safe. One test case does appear to show thread safety: [testThreadSafe](https://github.com/krpc/krpc/blob/7fcb574c989770c25d646c04d95819c2e57bee5b/client/java/test/krpc/client/ConnectionTest.java#L291-L312). However, since I don't really know...

docs

Just in case these changes are useful to other.

It would be useful to be able to use hyperedit to set orbits and the like from kRPC. It would allow for debugging scripts and (in my interest) quickly getting...

enhancement

I have a controller with switches (non-momentary buttons) and I would like to use them for SAS and Breaks. AFBW supports this via the "SAS (hold)" and "Break (hold)" actions....

I have gotten some off-brand controllers I have working using yarick123/qtsixa branch feature/SHANWAN_FAKE_DS3. They report over USB as: 054c:0268 Sony Corp. Batoh Device / PlayStation 3 Controller. I don't know...

I have fixed a few bugs and added an install target to the make file to make this nice little package easier for me to use. I am also working...