website icon indicating copy to clipboard operation
website copied to clipboard

The markojs.com website

Results 22 website issues
Sort by recently updated
recently updated
newest added

Hey, just noticed that there is no docs relating to state definition for single file components like below ``` class { declare state: { x: number, y: number }; onCreate()...

Fixes https://github.com/marko-js/website/issues/101 The `.demo-page-loading`-linked animations may have to be pure CSS `animation`, since Safari is still grumpy about it even if we're just toggling `opacity: 0`. Hm… or `will-change: opacity`....

When I go to https://markojs.com in Safari (14.1.2), the CPU load on my MacBook Air goes up above 100%. If I use the Brave browser, the CPU load is closer...

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

a11y work I did in a fugue state, pushing up so I don't forget

bug

![A heading reading “Bundler Integrations”, then a bulleted list of Vite, Webpack, Rollup, and Lasso. They look like plain black-on-white body text.](https://user-images.githubusercontent.com/8072522/206533278-386eac4b-c628-4d7e-9263-db2bb770aaac.png) There’s a probably poorly-considered global CSS rule that...

bug

As seen on: https://markojs.com/docs/core-tags/ ![In the Contributors section, it lists Chronove, mlrawlings, tigt, then a mysterious blank entry, then “You?”](https://user-images.githubusercontent.com/8072522/206532190-ef0c971e-6352-4948-b64c-682dd4271e4e.png) If I had to guess, this probably needs an ``...

bug

Marko looks cool! Please add a browser compatibility list or statement somewhere in the docs, ideally in the introduction. https://markojs.com/ [doesn't (currently?) work on IE11](https://github.com/marko-js/markojs-website/issues/29), so I went looking to...

bug

Obsoletes #43, fixes the same problem as described in it. Right now I’m double-checking if this has any side-effects other than `&` and `<`, but that weird bug where `npm...