Piotr Kuczynski

Results 170 comments of Piotr Kuczynski

> I specifically used a locale for these data to allow for easy and consistent overwriting of the data. E.g. limit the ibans/country codes to only specific set of countries....

Wow! I would never expect this and it's really hard to catch on the review. It would be way better if TS could catch it automatically... Should we change the...

> @pkuczynski Please create a separate issue for that. Sure! https://github.com/faker-js/faker/issues/1228

Something like this should work: ``` const composeEnhancers = composeWithDevTools({ stateSanitizer: (state: S): S => { const { user, ...rest } = state return { ...rest } as S }...

I believe this is possible already. Here is my example setup: ``` plugins: [ new BundleAnalyzerPlugin({ analyzerMode: 'static', reportFilename: '../report/stats.html', statsFilename: '../report/stats.json', defaultSizes: 'gzip', generateStatsFile: true, openAnalyzer: false }) ]]...

@lpaulmp @thbar @sfgeorge any idea?

There are plenty of gha which allows to send [web hook notifications](https://github.com/marketplace?type=actions&query=webhook+). Thing is that Ansible Galaxy seems to only support Travis at the moment: https://github.com/ansible/galaxy/issues/1379 Maybe we should just...

Looks like @sfgeorge already had a look into this https://github.com/ansible/galaxy/issues/46 and gave up? Can you say something about it @sfgeorge ?

Some suggestions here too https://github.com/ansible/galaxy/issues/2070

So it looks there are couple of GHA which allows to achieve the same result: https://github.com/marketplace?type=actions&query=galaxy+ @sfgeorge would you like to tackle that as you were the original author of...