-
A number of times we see morphedDom exception because of state changes that trigger a dom refresh on the widget after a widget is destroyed. This usually happens with unit tests. We usually get around…
-
Hi,
I am using Marko v3 and facing the following issue.
An error occurred while trying to compile template at path "D:\Projects\Test\Test\views\admin\Dashboard.marko". Error(s) in template: 1) [views…
-
I am not sure what is this supposed to be: http://markojs.com/docs/marko-widgets/get-started/#widget-state
in the `getTemplateData` function there is an assignment to nothing to `style`:
```
getTemp…
-
using
```
```
without
```
```
throws an error when using koajs
```
Listening on port 3000
events.js:141
throw er; // Unhandled 'error' event
^
Error: write after end
at ServerR…
-
Hi,
I tried http://markojs.com/try-online/ in chrome 49.0.2623.87m
Which gives me 2 errors:
```
Uncaught Error: Cannot find module "/$/marko-widgets/$/marko" from "/$/marko-widgets/lib"
marko-widget…
-
Hello,
while trying out Marko I tested how it's autoescaping works in different contexts.
The contexts I tested it in:
- inside html tag
- inside html attribute
- inside html script tag
In first tw…
-
I just migrated to v3 and now only custom taglibs in the same directory as the page are resolved.
Here's a sample of the directory structure:
```
root
package.json
marko.json
node_modules
…
-
Currently using the command:
`"lasso": "lasso ./source/benchmark.browser.json --inject-into index.html --config lasso-config.json --development",
"lasso:watch": "npm run lasso -- -w"`
Currently this…
-
In Marko Widgets, if I use something like this:
``` javascript
this.$('[href="#jumpLink"]')
```
I get no results. The reason is because the `idRegExp` regular expression used in [lib/Widget.js](htt…
-
I currently have a custom tag called `` which can be used to dynamically load other components. The components can be templates, renderers, or just widgets. So the template for this tag looks like thi…
yomed updated
8 years ago