Francois Zaninotto

Results 401 comments of Francois Zaninotto

react-headroom is buggy (cf https://github.com/KyleAMathews/react-headroom/issues/134) and not maintained anymore. Is there a chance you would reconsider bundling a React version yourself?

The "Usage" section in http://www.redotheweb.com/CodeFlower/ isn't enough for you?

with pleasure!

Your PR is doing much more than what it says. Please push only the change related to customization of height.

Sorry, I can't even review this PR. Please submit only atomic changes. Your PR mixes minification (which I don't need), package.json (why not), madge (why not). You should split it...

I'm OK with these ideas. Another thing to work on is the ability for locale-specific Fakers to use a different charset for the `Text` providers. Users of non-latin alphabets like...

I think they should be moved out and managed by the ORM developers. We can't know and master every ORM out there!

Random thoughts, feel free to comment ```php namespace Faker\English; // general purpose, locale-specific factory class Factory extends Faker\Core\Factory { protected static $defaultProviders = [ 'address' => Faker\English\Address::class, 'barcode' => Faker\Core\Barcode::class,...

Thanks. Indeed, the French PhoneNumber provider could be improved to generate only valid numbers. Would you like to work on a patch?

I think the feature you're asking for is Plugins: http://mongoosejs.com/docs/plugins.html