Jan Amann

Results 107 issues of Jan Amann

Would you be interested in supporting i18n in this app? I'm the maintainer of [`next-intl`](https://next-intl-docs.vercel.app/), an internationalization library for Next.js. I just added support for Next.js 13 and the `app`...

**Is your feature request related to a problem? Please describe.** Seems like GitHub has changed the syntax for setting an output variable: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter **Describe the solution you'd like** Use the...

I saw there are more and more larger companies showing up in the [dependents list](https://github.com/amannn/action-semantic-pull-request/network/dependents). I'd be really curious if there are further companies using it for closed source work...

I think the summary that's generated by this action is really helpful to get an overview in case the workflow has failed: If some tests have failed, my next step...

type: enhancement

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Adds support for: - `getTranslations` - `t.markup` Thanks!

Thank you so much for adding support for `development` / `production` export conditions in v.4.40! I think I noticed a bug. This works: ```tsx "exports": { ".": { "development": "./dist/index.development.mjs",...

area:bug

# Mark tailwindcss as optional peer dependency ## Description When this plugin is included in a shareable config, the usage of Tailwind might be optional (see e.g. https://github.com/molindo/eslint-config-molindo). Other popular...

**Is your feature request related to a problem? Please describe.** Due to [variability](https://developers.google.com/web/tools/lighthouse/variability?hl=en), Lighthouse CI may sometimes report a lower performance score that causes an assertion to fail, whereas for...

I've got a polymorphic button component that looks like this: ```tsx import type {PolymorphicPropsWithoutRef} from 'react-polymorphic-types'; const defaultElement = 'button'; type ButtonOwnProps = { color?: string; }; type ButtonProps =...