Ari Perkkiö

Results 391 comments of Ari Perkkiö

/pkg-pr-new > ⚡️ Your npm packages are published. > @tutorialkit/astro: npm i https://pkg.pr.new/@tutorialkit/astro@b57a764 > @tutorialkit/runtime: npm i https://pkg.pr.new/@tutorialkit/runtime@b57a764 > @tutorialkit/react: npm i https://pkg.pr.new/@tutorialkit/react@b57a764 > @tutorialkit/theme: npm i https://pkg.pr.new/@tutorialkit/theme@b57a764 > @tutorialkit/types:...

/pkg-pr-new > ⚡️ Your npm packages are published. > @tutorialkit/astro: npm i https://pkg.pr.new/@tutorialkit/astro@431145a > @tutorialkit/react: npm i https://pkg.pr.new/@tutorialkit/react@431145a > @tutorialkit/runtime: npm i https://pkg.pr.new/@tutorialkit/runtime@431145a > @tutorialkit/theme: npm i https://pkg.pr.new/@tutorialkit/theme@431145a > @tutorialkit/types:...

Thanks for review @Nemikolh, let's get this merged! 💯

> because the nanostores `subscribe` callback seems to work that way. This seems to be the root cause indeed: > > `store.subscribe(cb)` in contrast with `store.listen(cb)` also call listeners immediately...

Does it work correctly if you don't open VS Code at all? Start TutorialKit from terminal and rename the directory on terminal or file explorer. Just wondering if there's some...

This is great idea! Currently we only support overriding the `TopBar`, but the idea was that we would extend the support for other components when requests like this come up....

How can I reproduce this issue? > Figure a way to use `--uno` or `@apply`. I'm not really familiar with UnoCSS and its `--uno`, but at least `@apply ` work...

Preview shows everything that the application you are running from template is showing. If the template application doesn't show errors, then they won't be visible.

At the moment we don't override or capture any console errors of the preview iframe. I wonder if we did that, how many false positive errors would we end up...