Robbie

Results 32 issues of Robbie

Sometimes you don't want to pull in your entire .env file, and would rather have a whitelist for the keys that are accepted. This adds that whitelist. I've also added...

Docs for https://github.com/facebook/react-native/pull/32538

:clock1: Waiting on PR
Wait on future Release
CLA Signed

From the Android docs ```java ShareSheetStyle shareSheetStyle = new ShareSheetStyle(MainActivity.this, "Your Awesome Deal", "You will never believe what happened next!") .setCopyUrlStyle(getResources().getDrawable(android.R.drawable.ic_menu_send), "Copy", "Added to clipboard") .setMoreOptionStyle(getResources().getDrawable(android.R.drawable.ic_menu_search), "Show more") .addPreferredSharingOption(SharingHelper.SHARE_WITH.FACEBOOK) .addPreferredSharingOption(SharingHelper.SHARE_WITH.EMAIL)...

feature-request

### Description Rotated Views with borders have bad aliasing artefacts, even when the View is a circle. ### Version 0.68.2 ### Output of `npx react-native info` System: OS: macOS 12.4...

Platform: iOS
Stale
Needs: Triage :mag:

This is the list of work to be done before Web Analytics is to move from opt-in beta to default-on beta, appearing in the UI for all or most customers....

web-analytics

## Changes Add Q2 Web Analytics Objectives ## Checklist - [x] Words are spelled using American English - [x] Titles are in [sentence case](https://apastyle.apa.org/style-grammar-guidelines/capitalization/sentence-case) - [x] Feature names are in...

Enable by setting `__preview_process_person` in config ## Changes See https://github.com/PostHog/posthog.com/pull/8098 - [x] Add init config option - [x] Pass flag as event property - [x] Ensure that `$set` etc are...

## Changes Sending properties with $set or $set_once as the event name or an event property should count as person properties much like ## Checklist - [x] Tests for new...

stale

See discussion https://posthog.slack.com/archives/C06R39WNY5B/p1713460311008769 ## Changes Make setPersonPropertiesForFlags and setGroupPropertiesForFlags no longer cause a person profile to be created ## Checklist - [ ] Tests for new code (see [advice on...

stale

## Problem The stats table query doesn't use the sessions table to e.g. calculate bounce rate, and it could do which would give it a performance boost. ## Changes Use...