Linus Unnebäck

Results 747 comments of Linus Unnebäck

> Is it related to this issue? No, that is how the browser works, but when this package is loaded it will always load the map files ☺️

Would you be able to create a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)?

Our use case is `deletedAt` fields, we are currently working around it as such: 1. Add the index in the schema without the constraint: ```diff model MenuCategory { // ......

We have removed useCameraRoll in 3.0.0

> useCameraRoll was removed. Use useCameraRoll from [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll#usecameraroll). `useCameraRoll` was removed in 3.0.0...

> Please fix your software Would be happy to accept a pull request to fix this @jasonwr ☺️

While it would indeed be nice with an 1.0 version, wouldn't it just make that specific problem even worse? Instead of libraries being divided on `0.4.x` and `0.5.x`, there would...

Ah, I'm currently shipping both features and patches in the patch bump, and breaking changes in the minor bump, since that is how Npm seems to follow the 0.x semver...