Results 15 issues of Elliot Dickison

### Proposal Include the file path to a property (relative to the source dir provided to style-dictionary) as a prefix to the property path. For example this file: `core/color.json` ```json...

enhancement
Core Architecture
discuss

**Is your feature request related to a problem? Please describe.** I'd like to add hover effects to non-Pressable items (specifically we've got a swipeable carousel and we'd like to show...

project:react-native-web

**Describe the bug** This is accepted as valid spec and will allow any array: ``` schema: { type: "array", additionalProperties: true, }, ``` **To Reproduce** Load up an OpenAPI spec...

**Is your feature request related to a problem? Please describe.** The express docs recommend saving authentication state on res.locals (https://expressjs.com/en/api.html#res.locals). The express TypeScript types are also setup to allow custom...

### TL;DR Would it be possible to make `Posix` a type that could flow freely over ports? ### Background I'm in the progress of upgrading a project from 0.18 to...

@ferdikoomen *if you are maintaining this repo please close this.* I'm planting a little flag here for anyone stumbling across this library - it's been working well for us but...

I'd like a flag that causes deprecated properties to be excluded from the generated types. The use-case would be when you need to keep a property around in the API...

### Minimal reproducible example https://snack.expo.dev/K9Zd0blpF Also reproducible locally by running: 1. `npx create-expo-app my-app` 2. `npx expo install expo-file-system` 3. Pasting the following snippet into `App.js` ``` new FileSystem.DownloadResumable( //...

needs review

**Describe the Bug** We recently released `3.2.0-b13a92208eaf9607a12cfa7596dfa6ae4f4a4c8e` into production to take advantage of some of the updated Android foreground service logic (thank you!). We saw the long-time `android.app.ForegroundServiceStartNotAllowedException` bug disappear...

Bug

Internal hash links were broken in Webkit if they pointed to empty elements. This change fixes that by temporarily inserting a zero-width space into elements before measuring them.