Ethan Diamond
Ethan Diamond
Views that are placed inside of of the safe area and aren't touching the edges don't have a safe area. Since the keyboard takes into account safe area anyway, pulling...
**The problem** When importing a variable file like is listed in [the docs](https://stylexjs.com/docs/learn/theming/defining-variables/), the build is only succeeding if the import path is a relative path (i.e. ../src/lib/theme/theme.stylex), but fails...
Hi! I hit some behavior I wouldn't expect, and was wondering if it was on purpose. My scenario is that I want 1) all of my .svelte files to be...
Hi! Prettier started [automatically ignoring globs in .gitignore](https://github.com/prettier/prettier/pull/14731), and I thought that might be a good feature to add here as well. The logic is any files you wouldn't check...
### Clear and concise description of the problem In Vite's [Env variables and modes](https://vitejs.dev/guide/env-and-mode#env-variables-and-modes) documentation, there's a section on how Vite filters env variables that doesn't start with a specified...
### Description In local development, I'm running several services locally on my machine. Some are running in a docker container, and some are running directly on my host machine. This...