Karl Horky
Karl Horky
Ah, I just realized - maybe this detail wasn't part of `[email protected]`? > Note that `patch-commit` should no longer need a path either. Reopening the issue + renaming + archiving...
In Node.js, 2 underlying Windows "long file paths" have been fixed in some of the latest Node.js versions: - https://github.com/nodejs/node/issues/50753#issuecomment-2337943711 If you: 1. Enable long paths support on Windows (eg....
@gunta this is outdated now, right? Should this be closed now?
More use cases for extending the `include` and `exclude` arrays of an `extends` config from `node_modules`: 1. Companies create multiple projects based on their "boilerplate", with no customizations needed for...
Since https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70735 has been merged, what are the next steps here? Does there need to be user migration guide written somewhere? (eg. a new ESLint official blog post or release...
@snitin315 now that https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70735 has been merged, I guess the docs should be updated to not point at DefinitelyTyped anymore (broken link) - I opened a PR here: - https://github.com/eslint/eslint/pull/19049...
This has now been documented in the Next.js docs - in the [remark and rehype plugins section](https://nextjs.org/docs/canary/app/building-your-application/configuring/mdx#remark-and-rehype-plugins): - https://github.com/vercel/next.js/pull/72467
@timneutkens thanks for the implementation of [MDX plugins in Turbopack (remark, rehype, recma plugins)](https://github.com/vercel/next.js/pull/72802)! I see it was released in [`[email protected]`](https://github.com/vercel/next.js/releases/tag/v15.0.4-canary.16) I opened a new PR documenting the new capabilities...
@bdrtsky I think maybe you missed reading [my comment above](https://github.com/vercel/next.js/issues/71819#issuecomment-2482774351) fully? It's now possible to use remark/rehype/recma plugins with Turbopack. My PR linked above added documentation for that, at the...
@gajus yeah, would be nice to get support for fragments and similar. There is [a feature in Postgres.js called "interpolation" or "`sql()` helpers"](https://github.com/porsager/postgres#quick-primer-on-interpolation) and there's an issue from @Eprince-hub over...