Nicolas Gasco

Results 5 comments of Nicolas Gasco

Hello, everyone! Is this feature still available? We're struggling with generating an HTML report that includes all timestamped directories and not simply the latest one. We tried activating the flag...

I think something like this would work: ``` while read p; do printf "$p" sleep 0.1 done

I'm wondering how effective it is to hide this fix behind a new argument that is `false` by default 🤔 This means that whoever uses this library would need to...

> ## Do not use an arg and only prevent minus if not on first place > This is a great idea but once again that did not succeed. Without...

> > Aren't we keeping track of the input value anywhere? > > We are actually doing it in `onInput` method. We can also access it anywhere `event` is accessible...