Nicolas Gryman

Results 76 comments of Nicolas Gryman

Hey, Thanks for that. I'll try to adapt my current presentation and give you some feedback. I guess you can override `impress`'s inline styles with `!important` to avoid transition and...

Me again, So, basically, if you want to prevent every `impress` transition, adding this piece of CSS disables slides transition in previews: ``` css .impress-console #impress div { transition: none...

Looks really cool! Will keep a close eye on it :)

All of this sounds great to me, thanks! I finally moved so I should be more available starting next week. I should be able to help here. Ref #18 for...

> assume stopping at failures like that and outputting them in non-debug mode could potentially save some time for other users. Thanks in advance! You're totally right 😆, I'm addressing...

It might be related to #30 which has the same symptoms and matches with the date breaking changes have been introduced to `rollup-stream`. Closing this for now.

Hey, sorry for the late answer here. Would you mind posting me the content of `src/ui/EmailField/race.js`? Thanks!

@fzaninotto What you are asking (perf testing) is what's coming next: - https://github.com/ngryman/speedracer/issues/9 - https://github.com/ngryman/speedracer/projects/2. Speed Racer will create snapshots of your reports, compare them and tell you what's slower/same/better....

@fzaninotto Well that's a point of vue for general purpose snapshot testing. In SR context, the way I see it is more like a reference than a source of truth:...

@kwonoj So basically, instead of running races you would import Devtools traces and get reports generated. It wasn't planned but it would be pretty trivial to implement. I'm adding it...