MCMXC

Results 162 comments of MCMXC

> I wonder if there's an opportunity here to see if some of these bail outs can be refactored into methods shared by multiple checks I am sure there is...

I see various a11y-related PRs were merged to `master` branch recently. What about this one?

I also can't seem to get this lib to work with SvelteKit for some reason.

I was able to solve this with: https://github.com/beyonk-adventures/svelte-notifications/issues/28#issuecomment-919672565

I am encountering the same issue. Customer was complaining about the missing gap between cards :/

Just verified that I cannot reproduce this as of 2020, browserslist key in `package.json` and `.browserslistrc` both get picked up correctly and applied. When using: ```.pipe(gulpAutoprefixer({ browsers: require('./package.json').browserslist }))``` you...

You can read about it here: https://github.com/airbnb/lottie-web/issues/929 Will require some testing with all different permutations of settings to really know. A flag to use either or might also make sense,...

Any news on this? We currently lazy-load react-lottie to keep the first load impact smaller, but switching to light version would be even better for every user.

I think I just encountered this issue right now. I use `updateInitialValues` to update selected values from `svelte-select`, so the form values are updated, but the `$errors` validation is wrong....