Dan

Results 4 issues of Dan

Excellent app! After configuring the firewall as per the comments in #9, everything has been working great. The only issue is that I've been receiving the following error repeatedly in...

## Summary This PR updates `library-ts` with two minor changes: - Add `*.tgz` to `.gitignore` - This helps prevent accidentally committing packed tarballs after running `npm pack` - Add `"vite/client"`...

## Summary When using the `library-ts` template, TypeScript commands are not listed in the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) if the editor is currently focused on a `*.marko` file. This causes occasional issues...

## @marko/[email protected] ### Details In VS Code, when importing a type definition from a package outside of the project, the Marko language server displays an error. Using [library-ts](https://github.com/marko-js/examples/tree/master/examples/library-ts) + [eBay...