toastal

Results 124 issues of toastal

## Feature request: Map support ### Current Behavior No support ### Desired Behavior [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) are a useful data structure to use, especially since the keys can be just about anything....

Along with checking for `~/.local/share/Steam/userdata` do a failover/alternative check of `~/.steam/steam/userdata` as well as `$XDG_DATA_HOME`

``` [ERROR] An exception occurred while running Ice Traceback (most recent call last): File "ice/decorators.py", line 9, in wrapped func(*args, **kwargs) File "ice/cli/runner.py", line 108, in run dry_run=opts.dry_run File "ice/tasks/engine.py",...

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html `${SORRI_CACHE_DIR_PREFIX:-$HOME/.cache/sorri/${SORRI_CACHE_NAME}}"` does not follow the spec for users may want their caches. Use `$XDG_CACHE_DIR` as the highest priority and fallback to `$HOME` after.

Some users will find animation disorienting. If the user agent has requested `reduced-motion: reduced`, transformation should be skipped or transform in 1 frame. Putting this at this library level will...

https://github.com/aristanetworks/purescript-backend-optimizer > Code size and performance improvement varies by usecase, but we've generally observed: > > * 25-35% improvement in runtime. > * 20-25% improvement in minified bundle size. >...

https://spdx.org/licenses/0BSD.html Wouldn't 0BSD license be more appropriate for software than CC0?

It would be nice to use or have an analog to the browser's built-in [String.prototype.normalize](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize). Obviously this can be done through a port, but it's a pure function and introducing...

#913 has vendored a lot of fonts. This is great! However, there is still room for improvement: [local font fallback](https://drafts.csswg.org/css-fonts/#local-font-fallback). This will prefer the font on the system rather than...

**Description of the change** https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number.issafeinteger Add `maxSafeInteger`, `minSafeInteger`, and `isSafeInteger`. --- **Checklist:** - [x] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "-...