Luca Salvarani

Results 66 comments of Luca Salvarani

> My question, where the variable "$time_real" came from? Those variables seems to be generated here: https://github.com/shellspec/shellspec/blob/f800240b606ed8d60f27ca687400836c0083e76a/lib/libexec/reporter.sh#L20 ## TL;DR; **Run `export LC_ALL=C`** before running the `shellspec` command and the profiler...

## UPDATE I did a little dive after a ☕ and I think i have found what is the problem... As I suspected before, the bug is indeed in the...

> Maybe, Koichi Nakashima will spend some time to Shellspec again. I hope so too. @lutzmad Does #281 fix your issue? How did you resolve the problem otherwise?

> In Linux (and AIX) it does not create profile data. What do you mean? What shell/locale are you using?

# Workaround @artperrin As said by @pawamoy your request could be achieved with **CSS**. This is a dirty but **working workaround**: ```css .doc > .doc-contents > p, .doc > .doc-contents...

> Hey @LukeSavefrogs! I'm open to adding more CSS classes to the HTML templates 🙂 A pull request would be most welcome. If you add classes to the Material theme,...

Did this feature make it into the released version? I tried overloading a function but nothing will show up. If i don't remove the `@overload` decorator nothing is printed in...

It's not an error. It is how shells work. If the function (`readParameter`) expects data to be passed to stdin, then it will hang forever until an End-Of-File character is...

Thanks for taking your time to write this introduction! It really helped me understand the basics of how it works! In my opinion, the table you wrote should be in...

You have used the `Data` directive in the wrong way. As you can see from the [docs](https://github.com/shellspec/shellspec/blob/master/docs/references.md#data) the `Data` block **MUST precede** the `When` directive, so in your case it...