examples icon indicating copy to clipboard operation
examples copied to clipboard

Results 11 examples issues
Sort by recently updated
recently updated
newest added

## 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...

By including the package-lock the initial installs from `marko-create` will be faster. Before we do this though we should write a periodic github action that updates the lock files or...

Hi, the Cloudflare HackerNews deployment is currently broken. As per CF instructions, please add a line: main = "dist/worker.js" to the wrangler.toml to get it deployable again! :) worked for...

After following the instructions from examples repository to try out `rollup-express` example, it results in `js` error and on the user interface, we are unable to interact with dynamic components....

Adds a TodoMVC demo written in the Tags API. This is a straight port of the older one, and was what was used for the articles and tutorial video as...

The Marco logo (logo.png) is not being properly served using the "fastify-static" plugin. When you start the application, the in the browser is looking for the logo at localhost:3000/logo.png which...

Running `npm run dev` works as expected, but `npm run start` is throwing an error. ```> [email protected] start /home/xxx/projects/lasso-express > NODE_ENV=production node -r @babel/register -r marko/node-require src/server.js /home/xxx/projects/lasso-express/node_modules/marko/dist/node-require/index.js:3 const complain;...

The current marko-vite example as-is does not work under windows environments. First Error would be: ``` PS D:\DEV\marko-vite> npm run dev > [email protected] dev D:\DEV\marko-vite > node --enable-source-maps index.js Listening...

Certain errors such as `ReferenceError` cause the dev server to crash with the error `Error: `line` must be greater than 0 (lines start at line 1)`. This can be reproduced...