Voon Siong Wong
Voon Siong Wong
### Marko Version 5.21.2 ### Details In an `` tag, if I don't specify the ``, then the error is forwarded to the server (ExpressJS, in my case), so that...
### Marko Version: 5.21.1 ### Details Emitted DOM event not handled by client-only component (denoted by `component-browser.js`), but are caught by normal component (denoted by `component.js`) ``` // app-button.marko //...
I'm using input of `type="file"` and I can read the file itself with `form.select('myFieldName').files`, however, when I'm done with it, I can't clear the file selection with `form.clear()` nor with...
**What issue does this pull request resolve?** Number/Integer strings with only whitespace gets coerced to `0`, when it should be `undefined` **What changes did you make?** The code already skips...
## Version: 4.1.5 - 4.1.10 I'm trying to use import aliases https://vitejs.dev/config/shared-options#resolve-alias. This was working fine in @marko/[email protected] and earlier, but is broken in every version from 4.1.5 onwards. A...
Hi, I'm looking to build a multi-lingual app with a JSON each for every supported language (only a handful). So, in addition to requesting the key that I want, I...
### Description Would it be possible to retain some non-style attributes like ``, ``, and `` etc in the snapshot? ### Why Arguably the test for these things could be...
Currently meta files `+meta.json` needs to exist per `+page.marko`. We can't cascade the same meta file for an entire sub-tree of routes at once. Such a capability could be quite...
### Marko Version: 5.35.0 ### Details I'm trying to run `` inside a `` to await each row independently. ### Expected Behavior `` is rendered correctly, the same way as...
## Version: 0.7.5 ``` "@marko/run": "^0.4.5", "@marko/run-adapter-node": "^0.1.12", "@marko/runtime-tags": "^0.1.7", "@marko/tags-api-preview": "^0.7.5", "marko": "^5.35.5", ``` Component views are updated whenever its input is updated, but effects are only run once....