Eamon Hyland

Results 3 issues of Eamon Hyland

### Problem description When marking a custom field option as optional, `loadSync` throws a the following error ``` TypeError: Cannot read properties of undefined (reading 'indexOf') ``` Note this error...

package: @grpc/proto-loader

### Describe the bug When vite is run in watch mode, and styles are changed in source, vanilla extract fails to output new values in `dist/style.css`. ### Reproduction https://github.com/ehyland/issue--vanilla-extract-vite-watch-mode ###...

vite
bug

When a non optional property has been defined on `ProcessEnv` by [interface merging](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#merging-interfaces), it is not possible to use execa's `env` & `extendEnv` options to add additional environment variables to...