Chiao Chuang
Chiao Chuang
Currently malli applies [`-safe-pred`](https://github.com/metosin/malli/blob/4f38a081dc25285881f49aba750a36b1b225333a/src/malli/core.cljc#L139) which silents general exception in several validations, e.g., `:fn` schema. Would it be good to provide opt-out of this feature? It could mislead that data itself...
- Type: - [x] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question - `zplug --version`: 2.4.1 - `zsh --version`: zsh 5.3.1 (x86_64-unknown-linux-gnu) - `uname...
### What happened? ### Current UI In **app-db** tab, the path input is too narrow.  ### Expected result The input should take full available space, like behaves in Chrome...
**Bug** (behaves different per browser, but generally inconsistent to uncontrolled inputs) **Current behavior** Reproduce with https://jsfiddle.net/bootleq/hos4r6qd/ 1. Type `a` in *name* field, and `b` in *uncontrolled* field. 2. Submit. 3....
I'm in a Rails project, using `concept` helper to do render: ```ruby concept('some/cell/index', collection: Song.all, context: {foo: :bar}) ``` While I found the `context` hash will always be overwritten as...
Minor update follow the change 12463cf (2022/5/9).
For #23 Add `--modify` (or `-m`) option to CLI script. Usage example: ```bash bookmarklet SOURCE.js -m '{parse:{bare_returns:true},compress:false,mangle:false}' ```
Hi, I have some scripts use `return` on top level thus can't be converted. Then I find we can tell Terser to enable `bare_returns` to accept it. https://github.com/terser/terser#parse-options Would it...
# Summary The purpose of this small change is very similar to 6d8d77f which unset `ASDF_DIR`. In user's login shell with asdf, `ASDF_DATA_DIR` and `ASDF_CONFIG_FILE` will be set / exported...
# Setup Browser: Firefox 108.0.1 (Chrome works) Editor: Sublime Text 4143, Vim 9.0 # Description The special handling `unsafe-messenger.js` has chance blocked by website's content-security-policy. For example, www.blogger.com 's post...