Lars Kappert
Lars Kappert
First of all, excellent library, it was a pleasure to work with the parsed meta data from `parse()`. Thanks! For the services output, I wanted to generate only functions (instead...
When using a custom `notesSeparator` in Markdown, the default separator value is used to `split` the content in `createMarkdownSlide`. This results in two speaker notes when both the custom and...
First of all, great project. Had fun using it! Maybe someone knows a better way to do this, I found it a bit inconvenient for something I would expect to...
Hi! Since your repo came up high in the GitHub Explore area when I was looking for a good TypeScript workload for [exportman](https://github.com/webpro/exportman), I could just as well open a...
_(edit: exportman was renamed to knip during the lifetime of this PR)_ Checklist: - [ ] I have read [freeCodeCamp's contribution guidelines](https://contribute.freecodecamp.org). - [x] My pull request has a descriptive...
Checklist: - [x] I have read [freeCodeCamp's contribution guidelines](https://contribute.freecodecamp.org). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request...
[Knip](https://github.com/webpro/knip) is a tool to find unused files, dependencies and exports. There are multiple ways to use it, and in the Storybook repo, for starters, it could be a great...
Steps to reproduce: ``` deno run -A -r https://alephjs.org/init.ts # choose "React" cd my-app rm routes/_app.tsx routes/_404.tsx routes/todos.tsx deno task build && deno task start ``` Everything still fine. Now...
#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...
### Summary - Edge function in `pages/api/*.ts` works technically, but is not _really_ streaming - Next.js application without any Netlify-specific configuration - On Vercel, things work as expected, e.g. headers...