Neal Ehardt
Neal Ehardt
>Would it make sense if the directory name were prepended to the file name as `[directory].[filename].liquid`? When I set up a directory structure, I expect to access it with slashes....
I'm using Yarn Workspaces and one of my dependencies has buggy CSS. I had to configure `errorRecovery` in the **top-level package.json**, even though my Parcel devDependency is only defined in...
There are 7 categories in the legend. Perhaps this conservative 7-color palette adapted for color blindness should be used. More here http://mkweb.bcgsc.ca/colorblind/
If you are able to convey the color information by text, that should be great for accessibility. Colors are helpful for me, so I'd like to keep them too 😁...
Very nice! I expect this will improve accessibility for most visitors. I agree with @lurch that there's room for improvement in shape choice. For inspiration, here are the symbols that...
Yes, we are working around this with Parcel's "error recovery" option. We added this to our package.json: "@parcel/transformer-css": { "/* comment */": "errorRecovery needed for SurveyJS's CSS, which contains errors",...