Josh Brown

Results 16 issues of Josh Brown

```objc if (@available(macOS 10.15, *)){ /// whatever } ``` How would I do this in rust?

MobX seems to be erasing my native pointers. (To clarify, I am using MobX without React.) ```ts // `state` is a mobx store created with `makeAutoObservable(this)` const instance = rust.new_instance();...

🐛 bug

[CGEvent::new_keyboard_event](https://docs.rs/core-graphics/latest/core_graphics/event/struct.CGEvent.html#method.new_keyboard_event) calls CGEventCreateKeyboardEvent. CGEventCreateKeyboardEvent accepts NULL as a source according to https://developer.apple.com/documentation/coregraphics/1456564-cgeventcreatekeyboardevent > source > An event source taken from another event, or NULL. However, new_keyboard_event only accepts CGEventSource. How...

Ps* can be added in a follow up PR by modifying the trait bounds from DigestSigner to [RandomizedDigestSigner](https://docs.rs/signature/latest/signature/trait.RandomizedDigestSigner.html) and changing the implementation as appropriate, I'm just lazy

After installing `libks` via Homebrew ``` brew install signalwire/signalwire/libks ``` as per https://github.com/signalwire/libstirshaken if I run `pkg-config` it reports the incorrect path ``` $ pkg-config --cflags libks -I/opt/homebrew/Cellar/libks/1.8.2/include/libks ``` As...

https://github.com/iqlusioninc/crates/tree/main/secrecy https://docs.rs/zeroize/latest/zeroize/

What if a window is half on on display and half on another display? Right now the API doesn't handle that.