Jan Amann

Results 436 comments of Jan Amann

Any update on this PR? Would be really great to see this merged.

I understand. However `@apollo/react-hooks` is in beta currently and I wouldn't want to move to that library before it's stable. Is there something missing in this PR or could it...

@sijad Oh wow, what a coincidence 🙂. Thanks!

> I don't see a solution for this usecase in next-intl 😔 There's documentation for this here: [localizing pathnames]( https://next-intl-docs.vercel.app/docs/routing/middleware#localizing-pathnames) We also have [the named routes example](https://github.com/amannn/next-intl/tree/feat/next-13-rsc/examples/example-next-13-named-routes) which uses [a...

Hi and thanks for your request! As far as I know GitHub actions don't support arrays as input parameters, that's why we went with the multiline strings. Can you confirm?...

Hi @yeikel and thank you very much for this PR! Unfortunately, Dependabot creates a lot of noise and the security analysis method it uses is [broken by design](https://overreacted.io/npm-audit-broken-by-design/). These are...

I understand your perspective. I'd absolutely love a workflow with Dependabot where I'm alerted immediately if a dependency is used in a way that poses a security risk—please don't get...

Thanks for chiming in @vyas-n! Monthly sounds better, but [grouped updates](https://github.com/dependabot/dependabot-core/issues/1190) would be a requirement from my side. Seems like the feature is in public beta now, so maybe we...

Thanks for the report! In this repository [the action works with the documented settings](https://github.com/amannn/action-semantic-pull-request/blob/3bb5af3c0c8f5e85d328728c1ab68dd6cefd03af/.github/workflows/lint-pr-title.yml#L9-L10) so I guess there's some difference in your environment? Are you using [the `wip` feature](https://github.com/amannn/action-semantic-pull-request/tree/main#work-in-progress-pull-requests), where...

Hey @ajschmidt8 and thank you for your comment! The reason why I added the necessity for the token is described in the comment from the code snippet you've linked to...