tutorialkit icon indicating copy to clipboard operation
tutorialkit copied to clipboard

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API

Results 60 tutorialkit issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Next.js app may take a long time to boot up, especially in dev mode with the first compilation. In this image,...

pending triage

This PR reverts the renaming of the import back to how it was: `test-utils` (was renamed to `@tutorialkit/test-utils` in #141). This change aligns better with conventions we have in other...

### Describe the bug Running `tutorialkit eject` fails to resolve the `@tutoriakit/astro` package in a workspace ```bash ERROR ~/withastro-astro-ru7fip/packages/tutorial/node_modules/@tutorialkit/astro does not exists! ``` ### Link to a StackBlitz project which...

bug

### Is your feature request related to a problem? It'll be great to have a searchbar, so that users can search the tutorial and find relevant chapters for their search...

enhancement

### Is your feature request related to a problem? Sometimes, between steps in my tutorial, I want to do some cleanup or similar operations, and would like to run a...

enhancement

### Describe the bug I'm testing my tutorial on IOS and I get an error saying: ``` npm ERR! code ERR_INVALID_PROTOCOL npm ERR! Protocol "https:" not supported. Expected "http:" ```...

bug

### Describe the bug I'm writing a tutorial that uses typescript, and I can't get typescript auto complete to work on the code editor (and also typecheck) ### Link to...

enhancement

### Is your feature request related to a problem? Because of CORS headers, deploying TutorialKit requires additional settings for each hosting provider. Although we document that in https://tutorialkit.dev/guides/deployment/, not everyone...

enhancement
cli

### Describe the bug I think this could be a Windows specific issue but I can't rename folders while I've got a dev server running. It works fine if the...

windows