Mark Herhold

Results 51 comments of Mark Herhold

@dandv It does not - just all of them. However, I would like to point out that if you specify your project's [root folder option with palin](https://github.com/MarkHerhold/palin#root-folder), the paths become...

In the meantime you could try a different formatter such as [palin](https://github.com/MarkHerhold/palin) @dandv ![image](https://user-images.githubusercontent.com/4934732/58386800-383f2480-7fd3-11e9-9fb6-f9a0364febfa.png) #plug 😉

Hello @mfine15 I have just released a Brisol formatter called [Palin](https://github.com/MarkHerhold/palin). Please give it a shot and let me know what you think!

I'm sure you're interested in this change being made to the default Bristol formatter, but you could also roll your own. For instance, my formatter [allows trimming paths](https://github.com/MarkHerhold/palin/blob/master/palin.js#L7-L23). You could...

I also modified the JSON formatter for my use and I created PR #22 so I didn't have to duplicate the Bristol helper code. I then just created my own...

@TomFrost Neat idea! Personally I'm a huge fan of [config](https://www.npmjs.com/package/config) which lets me manage my configurations for multiple environments and regions easily in a hierarchical structure. That said, I can...

Possibly fixed by https://github.com/chartjs/Chart.js/pull/5869

Unfortunantly, the options object is completely wrong still. I'll have to take another look at it.

@jeremydaly Ok I figured out what you were doing with options and made some changes! BTW, something I noticed - it's probably not a good idea to [mutate global objects...

@rraziel good idea, will give it a shot 👍