Luke Preston

Results 24 comments of Luke Preston
trafficstars

I don't know if this is related. When I set `accept` to the following ```json [ ".pdf", ".ppt", ".doc", ".odt", ".odp", ".docx", ".rtf", ".xls", ".xlsx", "image/*", "video/*", "audio/*", "text/plain", "text/csv"...

Thanks for the quick reply @pcholuj After seeing your jsfiddle I realised we were using an old version of the library. The latest version works fine (from v1 -> v3)

A solution is to use 48% which is something getSkeleton do https://github.com/dhg/Skeleton/blob/master/css/skeleton.css#L79 The tool I was using before swapping to gel-grid Also this is going to be an issue if...

I created a PR which solve my problem Basically your dist was not up to date but that should matter anymore after #24 has been merged

we used to have this, but then old impl kept breaking between linux and macs. Do you mean instead of output.html to have output.${time}.html (for example)? I have a solution...

I think to solve this I need to add `--timestamp` as an arg which will automatically add the time to the file e.g. `output-name.timestamp.html` and the arg could be a...

Do you have sample output? I could update it

https://github.com/lukejpreston/xunit-viewer/issues/51#issue-482359497

Looking for sample Xunit Unit 2 code in order to be able to get Xunit Viewer to render it

> How about this? > https://xunit.net/docs/format-xml-v2 Sorry for the late reply. Thanks for the link, when I first created this tool I used a doc about Xunit and quickly found...