Vincent Huss

Results 7 comments of Vincent Huss

ok, i thanks, i could make that working yeah, i can imagine the complexity of the work around text and that messing around with that is not necessary worthwhile. Thanks...

you can add ``` ion-auto-complete ul{ left:17px; right:17px; width:auto; } ``` anywhere in your custom css files to override auto-complete.css Adjust the margin to your needs

any news about that ? i also can have HMR for global scss files, but not for component specific scss files, really look forward to it as well

Thanks, that would be already better, but would still be a class definition available to all test function. What I would really like is the fixture definition to be local...

I used a horrible hack with `$GLOBALS` in the mean time, where the test function defines a function in `$GLOBALS` and the fixture calls it, then the test erase it...

Other test functions (from the same file) would be able to execute this fixture, so to use the same test data. Let's say we write another test and want to...

Ok that looks like an interesting idea. I was indeed thinking that I would need at least something common, to avoid duplicating too many fixture. I'll give this a try,...