Nikita Krasnov

Results 4 issues of Nikita Krasnov

In `/www/README.md` changed > Start the project: > > `deno run -A --watch main.ts` to > Start the project: > > `deno task start` This is the same PR as...

It's not the best one, but might be a good place to start.

Proposing a feature of an error (or a warning) being returned to the developer when trying to create a single `/[dynamic].ext` route in the same folder with `/static.ext` routes, or...

good first issue

To solve https://github.com/tw-in-js/vscode-twind-intellisense/issues/9, I created this file: ```tsx // config/twind.config.ts /** @jsx h */ /** @type {import('twind').Configuration} */ ``` It solved the issue of autocomplete not working for the Twind,...