Mario Juárez

Results 40 comments of Mario Juárez
trafficstars

Published optimized version including C PCRE, Rust and C# optimizations. https://github.com/mariomka/regex-benchmark/tree/optimized

It sounds good. If you want to contribute adding some libraries check the `Contributing` section in the readme.

If you wish you can send a PR. I'll try to review asap.

I'm open to contributions.

A workaround is to call manually `identify` after opt-in, but there is a race condition because `optInTracking` doesn't return a `Future`. ```dart mixpanel.optInTracking(); mixpanel.identify(userId); // identify can be called before...

It is fired on created hook to format the initial value. For vee-validate 2.x you can disable auto validation with `data-vv-validate-on="none"` and run it on `close` event.

Sounds good, I thought three options: - Add a simply property to draw a button instead of an input If we want to be more customizable we can: - Add...

I can't see the date picker. ![image](https://user-images.githubusercontent.com/1822472/71542198-8fd7b100-2963-11ea-8bec-9002a48ccd6c.png)

What is your local timezone? By default the value's timezone is `UTC`, see the `value-zone` option.