Daniel Ruf

Results 910 comments of Daniel Ruf

> @DanielRuf has someone raised this issue before with cli-table3? We are cli-table2 API compatible and did not change the behavior (afaik).

Ok, thanks for the clarification and for pointing me to the relevant issue for interested people.

Hi @elcaptain, this looks interesting. Do you want to provide a PR to add this to the docs?

Yes, probably. As this would be helpful for others too (to know how they can achieve this).

Hi @turneja Currently this is not supported out of the box. We welcome PRs which add this as feature. So far you have to implement it yourself.

Also see https://github.com/foundation/panini/pull/82/files#diff-5830487312286bb0c4435eedd69a1f44R23

In another repo we had the same. Someone recommended `path.resolve` there. See https://github.com/foundation/style-sherpa/pull/5#issuecomment-448876455

You might want to create a custom handlebars helper for this as panini is based on handlebars.

Yes, you can define it in the configuration. https://github.com/foundation/panini/blob/develop/index.js#L27 https://github.com/foundation/panini/blob/develop/lib/loadHelpers.js#L6-L10 ![image](https://user-images.githubusercontent.com/827205/90144184-ca6d4d00-dd7e-11ea-9d90-c53265687739.png) https://github.com/foundation/panini#usage > Panini's custom helpers seem to require each helper have it's own .js file while these helpers have...

> Ok, this is going to be a really noob question, but if I have the handlerbars-helpers package installed how do I point my config to those helpers? I shouldn't...