Abdul Al-Hasany

Results 9 comments of Abdul Al-Hasany

Did you include the style as well : ``` ```

For a workaround you can run `pip install Pillow==9.5.0` [source](https://stackoverflow.com/questions/76616042/attributeerror-module-pil-image-has-no-attribute-antialias)

I wonder why you want to pass props and not params or anything else? Either way, it seems that vue passes paramters as props but not documented very well. In...

You are using `eslint-plugin-import` which [does not support flat config yet](https://github.com/import-js/eslint-plugin-import/issues/2948). That could be the issue.

I added it as an alert because it was not clear. I assumed required covers the length too. But as long as it is added then it should be fine.

@kadamwhite It has been a while and I have removed the branch that created this PR. I am not sure if I can update this patch. I might need to...

In the current plugin settings you can set display outline to "always" which shows all the block outlines at once. Is that something close to your suggestion? Also, you can...

This action uses **glob** pattern not regex. Check this tool to see which files/folders will be processed. https://www.digitalocean.com/community/tools/glob

I made the initial changes. It can be viewed [here](https://abdul-alhasany.github.io/monocart-coverage-reports/). And this is the [fork](https://github.com/abdul-alhasany/monocart-coverage-reports) few notes: - I copied the exact data in readme to VitePress, but it can...