James Hegedus
James Hegedus
**problem** `asdf` only has *nix support but sometimes we use `asdf` to build tools for all platforms. When it comes to writting tests for unsupported platforms, namely Windows, we have...
**Is your feature request related to a problem? Please describe.** Most plugins do not offer any form of security guarantee. Most authors probably haven't considered adding one. A default file...
Kit is moving towards `1.0` very quickly with lots of breaking changes. Multiple releases are happening each day with many breaking changes day to day at the moment. I will...
It would be great if the logic for loading the `.firebaserc` looked up the directory tree similar to [read-pkg-up](https://github.com/sindresorhus/read-pkg-up). This would save having to copy `.firebaserc` files across service folders...
Hi all, I originally requested and volunteered to help with the SvelteKit integration in https://github.com/FirebaseExtended/firebase-framework-tools/issues/17 Since raising that issue, [SvelteKit](https://kit.svelte.dev/) has changed from a wrapper over top of Vite to...
Many people prefer to use git tags to trigger builds and deployments. gh-pages-travis doesn't currently support deploying from a TravisCI Tag Build as the environment variables in TravisCI are not...
I have a manifest file which has this field ```json "web_accessible_resources": ["*.woff2"], ``` The generated output is: ```json "web_accessible_resources": [], ``` The `woff2` files are output by Parcel from an...
This wasn't caught in tests since they assert the string return and not the type.
### How can we improve the documentation? It would be ideal to improve our list of dependencies and also capture the minimum supported versions. Prior discussion #511 --- ## Dependencies...
### How can we improve the documentation? We only list support for Bash, ZSH, Fish & Elvish. We do not list Bash as a dependency, *which it certainly is*. This...