Kaitlyn Kenwell

Results 22 issues of Kaitlyn Kenwell

When playing around with inkwell before starting my project in full, I decided to try to make a hello world program using it. This is the code that I came...

bug
sub types

In an attempt to get around #32, I've been trying to get a program working that can call printf with a string array. Looking at working IR, I see that...

bug

I'm confused as to why parsing tags out of CBOR is locked behind a feature. With it this way, the library clobbers valid CBOR messages in a way that makes...

In Rust, the stdlib provides an Either like enum called Result. Functions that return Result can also carry values from other Result returning functions up the call stack. So if...

All stayed in the title. Expected behaviour would be that it would lead straight to pin entry if possible. Works fine with security disabled. Using Nexus 5 with RR 5.8.2...

In the current state of the library, it is impossible to multiply a m x n matrix with an n-dimensional vector. I've gotten around this by adding functions to convert...

When trying to port some C++ code concerning modern state space control theory into Java for the [wpilib](https://github.com/wpilibsuite/allwpilib) project, I found that EJML doesn't seem to provide an implementation of...

enhancement

I'm trying to use bluer on a raspberry pi to scan for advertising BLE devices. In doing some research, I'm fairly certain that bluer only supports active (ie. scan request)...

enhancement

This library strictly validates responses from the server according to spec in ways that make it incompatible with Microsoft's implementation of OIDC in certain situations [due to their refusal to...