en30
en30
## Actual Behaviour When `fetch` as below, ``` fetch("/foo", { method: "POST", headers: { "Accept": "text/html" }, body: new URLSearchParams("bar=1") }) ``` the request's `Content-Type` header value is `text/plain;charset=UTF-8` since...
If there is a validation which is specific to and across group of fields, currently I can achieve it by passing the validator to `Form`. ```jsx const consistent = (address)...
Current `Phoenix.LiveView.JS.toggle` is specialized to toggle `show` and `hide`. If `Phoenix.LiveView.JS.toggle` receives two commands tuple, wouldn't this expand the possibility while still covering the current use case? ## Example Usecase...
## Background [Redash has a parametrized query feature](https://redash.io/help/queries/writing_queries.html#query_params). And if environment variable `REDASH_ALLOW_PARAMETERS_IN_EMBEDS` is set to `true`, the `/embed/...` endpoint accepts query params. ## What this pull request changes If...