Martin Sandström

Results 28 issues of Martin Sandström

This library have a couple of caveats, we could use a django system check to pick up any missing configurations.

enhancement

Currently we have a page model called `TrashCanPage` and a model namned `TrashCan`, we should simplify this and rename `TrashCanItem` or similar, since `TrashCanPage` kind of contains the `TrashCan` models....

enhancement

As the color input has gained browser support (97.3% from https://caniuse.com/input-color) we should phase out PolyfillColorPanel. We should do this in two steps: - 1. Raise deprecation warning - 2....

Hi there, quick question regarding https://github.com/react-native-device-info/react-native-device-info/commit/b32cde7bb40b0fbad912c40525b75d6c3dfc08b0 Why is the check `Build.VERSION.SDK_INT >= 34` and not `33`? [According to Android](https://developer.android.com/about/versions/13/features#runtime-receivers) non exported broadcast receivers should be available to +33 without requiring...

Currently in stream field it seems like its not possible to save a empty address field, it reverse back to previous value.