Steven

Results 131 issues of Steven

These dependencies are not needed at runtime

How can electron be packaged as a single binary (or installable app)? Some related docs: https://electron.atom.io/docs/tutorial/application-distribution/ https://electron.atom.io/docs/tutorial/application-packaging/

help wanted
hacktoberfest

While viewing the [webp](https://caniuse.com/webp) feature, I noticed total global usage listed at 93.21% support today. That means that 6.79% of browsers don't support webp today. However, there is a large...

Misc. site/data request

It looks like the only usage of lodash is in [Match.ts](https://github.com/florinn/typemoq/blob/0721689785fe533e68fe455280288980020c7eac/src/Match/Match.ts) so you're bringing in [over a MB](https://packagephobia.now.sh/result?p=typemoq) of lodash code to do something that takes a couple lines of...

### Description I really like the existing large `first-published-tag-for-merged-pr` banner at the bottom of a PR (see https://github.com/refined-github/refined-github/pull/5643). I would like a similar banner to make it obvious when an...

enhancement
under discussion

Follow up to #8622 since we should be throwing errors so the error is correctly serialized to `builds.json`.

area: cli
semver: patch
pr: automerge

This bumps `typescript` to [4.8.2](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/) for most packages in the monorepo. However, it does not bump the following: - `@vercel/node` - `@vercel/node-bridge` - `@vercel/edge` Because these packages use typescript at...

area: build-utils
area: go
area: python
area: routing-utils
area: ruby
area: cli
area: client
area: frameworks
semver: patch
area: static-build
area: redwood
area: next
area: remix
area: static-config
area: fs-detectors
area: hydrogen

Similar to #6401, this PR bumps the Gemfile.lock file for the `06-rails` test fixture. So I ran `bundler update` in the `06-rails` Ruby test fixture to update the dependencies.

This test was failing when running ``` cd ./packages/next-codemod pnpm build pnpm test ```

type: next
created-by: Next.js team