Tim Abell

Results 106 comments of Tim Abell

This fires up for me okay but I notice when [replicating it as per the supplied readme](https://github.com/tailwindlabs/tailwindcss-setup-examples/blob/377beee15972251cc1ab9d265f8297ebbe52e45b/examples/sails/README.md#sails) that my `sails new` mentions much newer versions in `.sailsrc` ``` "_generatedWith": {...

Running [my own attempt at replicating these steps](https://github.com/timabell/spike-sails-tailwind/tree/2b912c9b6a577c6e23a24b2ec5ad5994c5e7fdef) resulted in this error ``` $ sails lift ... debug: :: Sat Nov 21 2020 01:20:15 GMT+0000 (Greenwich Mean Time) debug: Environment...

Okay, it's working now thanks to https://stackoverflow.com/questions/40090111/postcss-error-object-object-is-not-a-postcss-plugin/64346190#64346190 for the tip to add `postcss` directly. On another project it failed because I didn't have `autoprefixer` installed, so probably best to add...

No problem @DominusKelvin I had one other problem, this line filtered out all my existing assets when I applied it to another project ``` src: ["!(tailwindcss)/**/*.!(coffee|less)"], ``` so I changed...

Okay, to solve the regex problem and reduce complexity I moved `assets/styles/tailwindcss/tailwind.css` to `postcss/tailwind.css` and chnaged the source directory in `tasks/config/postcss.js` to match. This makes the sequence of build steps...

For the record I think [tig](https://jonas.github.io/tig/) does a decent job of graph rendering in a terminal and wouldn't be a bad thing to copy. ![shutter_2022-09-27_04](https://user-images.githubusercontent.com/19378/192644594-514af530-c9d0-41a9-b304-3e2c188cdd63.png)

I think I might be seeing the same thing. [Here's a test report that was correctly generated and uploaded](https://github.com/timabell/schema-explorer/runs/20997535034) that [doesn't show in the main view](https://github.com/timabell/schema-explorer/actions/runs/7704704124/job/20997460061) It was working earlier...

Okay I think my hunch is off, I think it must be something in my workflow file. Having done some more tidying up it's now back again, and I have...

Okay I'm even more confused, it's just done it again, and this one is exactly as the issue describes - the PR build is fine, and then the build on...

I've now seen this issue show up on a (private) project that's not even using this report uploader. Edit - think it was https://github.com/phoenix-actions/test-reporting which turns out to be a...