toastal
toastal
Requires kernel code in `VirtualDom` with issue https://github.com/elm/virtual-dom/issues/156
[`document.createElement`](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement#Web_component_example) support additional options, namely `is` for [custom elements that are extended](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement#Web_component_example). You can see that [no additional arguments are sent to `document.createElement`](https://github.com/elm/virtual-dom/blob/4ff4f5a17c7406e2fb66f7c78899d91f7c48646e/src/Elm/Kernel/VirtualDom.js#L456). Since custom elements are a goto solution...
I'm suprised this hasn't seemed to have come up, but you should be able to pass down button types like submit and reset. ``
`deep-equal` is not only [2 orders of magnitude slower](https://www.npmjs.com/package/fast-deep-equal#performance-benchmark=) than [`fast-deep-equal`](https://www.npmjs.com/package/fast-deep-equal#), but it's one of the biggest [dependency tree limbs](https://npmgraph.js.org/?q=steam-tradeoffer-manager) in the project containing polyfills that haven't been needed for...
Since this function exists in the `purescript-strings` library, there's no need to reinvent this functionality. In the future `Data.Either.fromRight` won't be partial either (see [either #56](https://github.com/purescript/purescript-either/issues/56) and [string #128](https://github.com/purescript/purescript-strings/pull/128)) and...
I have many cases where I would like to reference a configuration file, `soupault.toml` from another directory, like in the `/nix/store`, or via process substitution in the shell. I would...
I would like to put a `translations` folder my project folder and `elm-i18n --src . --rootModule Translation --translations-directory ./app-translations` which would build from that directory into the `--src .`, using...
* Moving some cases of `bash` blocks to `console` as they are shell sessions, not Bash scrips * Typo: cli -> CLI * Typo: Poweroff -> Power off * Don't...
https://github.com/Manoonchai/kiimo/blob/main/package.json#L8 `package.json` says MIT, but there's no `./LICENSE` files -- and licenses don't come with the releases.
Both AsciiDoc and Markdown support starting lists with `(-|\*)`. It'd be ideal-er to support the user's muscle memory.