Dylan Ede

Results 27 issues of Dylan Ede

**Describe the Bug** `LLVMGetSection` returns a null pointer if the global does not have a section set on it. This means that `GlobalValue::get_section` should return `Option` rather than `&CStr`, and...

bug

In theory this would just be a case of `Walker` detecting include macro calls in its `Folder` implementation. Initially it could be limited to handling includes of the form ```rust...

Currently, the configurable player scales are as below: https://github.com/ElDewrito/ElDorito/blob/9ebe7a7f7a1b193a3cd26a88a6d8bea099947a07/ElDorito/Source/Patches/PlayerScale.cpp#L22-L41 I would really appreciate it if an entry for `0.9f` was added to this list. I'm not aware of whether the...

enhancement

[kRPC](https://github.com/krpc/krpc) (an RPC server for KSP) supports extensions to the remote API through "[services](https://krpc.github.io/krpc/extending.html)". For automation purposes it would be useful to provide an implementation of such a service for...

enhancement

I couldn't find any existing issues tracking adding support for specifying these decorations (or other decorations). Would it make sense for these to be exposed as `spirv` attributes, or as...

t: enhancement

The examples mention that unsubscribing from certain streams is necessary in order to stop other streams from "starving". It would be helpful if the documentation could explain what the conditions...

This would be useful for fuzzing on Windows. As far as I know, no Rust fuzzing tool currently supports Windows.

This would allow annotating functions to specify the new execution modes such as rounding modes. Not sure how this would be done syntactically to keep the impact on the language...

After trying out the library for a bit, I've found some places in the API that are a bit painful to work with at the moment. Number one is the...

It looks like this formula is defining an infinite product for $\vartheta_1$, not $\vartheta_2$ as stated.