Jon Mountjoy
Jon Mountjoy
I *think* https://github.com/sdiehl/write-you-a-haskell/pull/90 from @jeffreyrosenbluth introduced a bug. At least, I think it was that commit. Prior to this commit (ie. using #1e609fb), you can do something like the following:...
Ekke looks fabulous! I can't find any other system that lets me test my (native) SQL code with React Native - thank you. While I got Ekke working many months...
I'm using the Sounds beta version: 1.0.0.beta13 I guess that many app that plays sound may sometimes want to ensure the app doesn't play sound if the phone is silenced....
I kept getting an exception here when using this package in a `LayoutBuilder`, which sometimes removed the panel containing it - which caused the exception. I see you already have...
The [DeviceEventEmitter](https://github.com/facebook/react-native/blob/1490ab12ef156bf3201882eeabfcac18a1210352/Libraries/EventEmitter/RCTNativeAppEventEmitter.js#L15) has been deprecated. I think that this project should use [NativeEventEmitter](https://reactnative.dev/docs/native-modules-android#sending-events-to-javascript) instead (though I don't know "NativeModule" we would use).
Adds null safety, bumps Podfile versions. This is my best guess at what should happen, after following: https://dart.dev/null-safety/migration-guide My ultimate goal is to support https://github.com/fluttercommunity/flutter_sms getting to null safety, and...
## Steps to Reproduce See the code below, or [this repo](https://github.com/jonmountjoy/navShell). **Expected results:** I would expect `didPush` in `NavigatorObserver` to be called for every navigation to any page. **Actual results:**...
**Which problem is this feature request solving?** I'd like to, at the very least, create links using MacOS. Even better if I can react to them too. Is it possible...
I sometimes find I need to remove images that I've added (to flip to an alternative styling of the image). This is the smallest change I can suggest to implement...
This small change supports emitting undirected graphs (which requires replacing "digraph" with "graph", and "->" with "--"). It also improves the docs just a little.