Frederic Barthelemy

Results 45 issues of Frederic Barthelemy

This messes with xcode's preprocessor and the Objective-C runtime so that you as a developer can just write UIStackView, and not worry about the fact that TZStackView is used under...

This PR updates TZStackViewAlignment to match UIStackViewAlignment and has some minor updates for iOS deprecations / consistency in documentation & test project. ## Background We noticed some discrepancies between the...

Were you planning on or Would you object to somebody taking this repo and trying to contribute this back to react-apollo? I love what you've started here, and I want...

Currently, `manypkg check` and `manypkg fix` decide to resolve dependency versions based on the most commonly witnessed range in the repo. -- Only when there are *equal quantities* of each...

**Describe the bug** We recently switched from Github-hosted Actions runners to [Custom Runners](https://docs.github.com/en/actions/hosting-your-own-runners) because our CI minutes were getting too expensive, and hosting our own runners solved that problem. But...

bug
[platform] GitHub

An app I'm working on stores a few bits of data as Generic Passwords under distinct usernames as persistent state (in native code) and I'm looking to migrate this app...

I heard about [Biome](https://biomejs.dev/) today, which is a Prettier replacement written in Rust, with a focus on speed. It boasts over 97% prettier compatibility (but I couldn’t figure out what...

**Is your feature request related to a problem?** Prettier Plug-ins can collide with each-other: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/31 **Describe the solution you'd like** It’d be smart to have a documented procedure for working...

```ts // prettier-ignore import {b, a} from 'a' // prettier-ignore import {c, d} from 'b' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // prettier-ignore x import { b, a } from 'a'; // prettier-ignore x import...

Using invariant imported with the following two patterns fails opposite depending on how we run the build (either as unit-tests under jest, or as a react-native view on android). ```typescript...