woodbury shortridge
woodbury shortridge
@arronhunt I've got a new pkg going https://www.npmjs.com/package/rn-emoji-picker that follows some of your original ui design pattern (top tab bar, large emoji rows) but with major deviations: - it's storage...
Any updates on this issue? I am experiencing the same: cpu spikes with just a handful of custom markers and callouts(text only). 100% cpu in iOS using the google provider...
@christocracy I am also getting string instead of js date from onLocation callback
can we get this one merged? I tried a patch but build is failing :/ ``` 34 | return resolve(RNPermissionStatusRestricted); 35 | case kCLAuthorizationStatusAuthorizedWhenInUse: { > 36 | BOOL requestedBefore...
thanks @zoontek got it to compile and "work" (meaning I can request user to change to always) with this simple patch: ``` diff --git a/node_modules/react-native-permissions/ios/LocationAlways/RNPermissionHandlerLocationAlways.m b/node_modules/react-native-permissions/ios/LocationAlways/RNPermissionHandlerLocationAlways.m index 719e6be..241134d 100644 ---...
@stanleyness can you share the emoji's you want here plz
@timothyerwin I did not test w/ android but it should just "work". Curious to hear your experience.
@sdatkinson the unserialization doesn't apply to this small UI only change correct? Bit lost there
After downloading and building the latest VST3 SDK, I discovered that the VST3PluginTestHost tool is no longer included in the SDK. Instead, I used the validator tool provided within the...
> the VST3PluginTestHost tool is no longer included in the SDK. Ignore that^, user error - found the Unit Tests - all passing 👍