Brandon Bil

Results 9 comments of Brandon Bil

@seniorjoinu Where are the sources to build `libwirehair.so`? I easily found https://github.com/catid/wirehair, but it's unclear to me if that builds this target. I'm a little unfamiliar with reading cmake files.

I have this exact issue that I commented in #371

I wrote this up at the end of the work day, so I haven't created a minimal example or even thought about how to fix. First... food.

Doing some quick tests locally, and adding `NonNullable` around the `T` argument seems to force it to work: ``` export function put(channel: PuttableChannel, action: NonNullable | END): ChannelPutEffect ``` I...

I can confirm that `strictNullChecks` is enabled. I can create a repo, but may take me a bit, busy with other stuff right now.

Missed your comments, but apparently I see the closure :joy:. All good, I don't think I've seen any issues in a while.

Not quite, maybe I didn't explain everything completely. In my use case, I have a wrapper class for state management, that internally uses this library to implement an FSM (a...

Yeah, this bit me today. If it's a technical constraint, then fair game. Just may need to make it clearer in the UI that "copy to clipboard" cannot use the...

Yeah, it would be nice to get this version bump in. Dependabot is making PRs to update `telemetry_metrics` to 1.0, but then that breaks this.