Daniel Perez Alvarez

Results 17 issues of Daniel Perez Alvarez

On `redux-devtools-extension`, there's the option to pass `serialize: {immutable: Immutable}`. That option is not documented on this repo... Is there a reason for that?

If you add a `console.log(Globalize.locale())` in the `app-npm-webpack` example app (for example here https://github.com/jquery/globalize/blob/c6cd869fd5a6518eab0595503be85b6b29a7b43f/examples/app-npm-webpack/app/index.js#L3), you get different results in development and production. In development you get a `Cldr` instance: ```...

**Describe the bug** None of the examples on the homepage work on Safari 14.1. Pressing `run` does nothing. **To Reproduce** Go to https://tonejs.github.io/ on Safari 14.1, and press `run` on...

It'd be useful to be able to output an image, preferrably SVG. I could generate it as part of my build, and include the image in my `README`.

Example without MDL: http://jsfiddle.net/fsebyLz2/ Example with MDL: http://jsfiddle.net/stx4n4y8/ Use your keyboard to focus on the slider. With MDL, the slider loses focus on every change. I can't figure out what...

bug

The [XDG Base Directory specification](https://wiki.archlinux.org/title/XDG_Base_Directory) seems to be a widely accepted way of organizing support files on Linux. Storing support files under `$XDG_DATA_HOME` (if defined) would be preferable to writing...

ok to test

Including the `ResizeObserver` polyfill makes this module unnecessarily heavy. Apps should be lazy-loading polyfills, so that they don't ship unnecessary code to modern browsers. Would you consider shipping this module...

enhancement

It'd be great to have tests as part of this React starter kit!

I'd like to tweak the color of the pin in my slider components, with things like `on_hover` and `on_mouse_hover`, just like I do with buttons. I don't think it's possible...

enhancement

Is there a way to get the number of pending tests as part of the summary?

help wanted