Nick Shipp

Results 11 issues of Nick Shipp

UEFI allows passing a NULL NotifyFunction to CreateEvent, giving you a synchronous notification (good for the Timer) via WaitForEvent.

This is the first time I've messed with conditional no_std, so I'm sure there are cleaner ways to get some of this stuff. Very open to suggestions - I'd like...

As of Pacman 4.2, `--asroot` is no longer an option. `makepkg` must be run as a normal user. Perhaps packer should give its own error message when run as root?

Several architectures/compilers have a weird compatibility mode where they'll emit 64bit instructions (and 64bit ELF types, relocations, and so on), but use 32bit sign-extended pointers. The most notable example is...

enhancement
Impact: Medium

**Version and Platform (required):** - Binary Ninja Version: 3.1.3626-dev **Bug Description:** Typing global data as a `char *[2]` turns into a `char * (&foo)[2]` **Steps To Reproduce:** ![https://cyberjes.us/charr.gif](https://cyberjes.us/charr.gif) **Expected Behavior:**...

type_parser
Impact: Medium
Awaiting Triage
Effort: Trivial

**Version and Platform (required):** - Binary Ninja Version: 3.5.4402-dev (c2f291a7) and also 3.4.4271 - OS: MacOS, Linux **Bug Description:** In a RISC-y architecture like MIPS, just about every function call...

Type: Enhancement
Component: Core
Impact: Low
Effort: Medium

Found this via lobste.rs today and figured I'd give it a shot with something I was already looking at. In case you're interested in (maybe?) different formats, I have a...

**Version and Platform (required):** - Binary Ninja Version: All for a long time - OS: Ubuntu (and others) - OS Version: 22.04 - CPU Architecture: x64 **Bug Description:** It seems...

Type: Bug
Component: Core
Impact: High
Component: Type Libraries

> Switch to new defrost control added in HA 2024.8(?) Edit: Removed task. HA docs updated to clarify this is explicitly not for "defrost window" controls, it is for HVAC...

`trip_service.ShareTripRequests` takes a list of waypoints and sends a route to the car. Not sure how this would look in HA land.

enhancement