Davide Violante
Davide Violante
I tried to replace `Chart.plugins.register({` with `Chart.register({`, no error in console now, but is not working yet. Someone knows how to make it work on chartjs v3?
Finally made it work with Chart.js v3 here: https://github.com/DavideViolante/chartjs-plugin-labels I don't even open a PR since I doubt it will be merged, this repo has no updates since 3 years......
It doesn't seem to work, even using this PR _and_ the changes proposed by @stockiNail in his first comment. What else should be changed to make it work with v3?...
Thanks for pointing this out @dana-mb It seems like it doesn't work when mixing ouside and inside options. Outside or inside alone works. I don't know at the moment how...
`uses: serverless/[email protected]` (or master) now uses `python3.10-nodejs16-slim` Let me know if this works.
If you use the example in the readme you are going to use the master branch instead of the tag version: `uses: serverless/github-action@master` edit: I recommend to use `@v1 @v2...
There is no checkbox for me when creating a new release. I've the checkbox on my own repos only.
I think that only the owner of the repo can publish to the marketplace.
@dschep can you please [check if you can push this tag](https://github.com/serverless/github-action/releases/edit/v3.0.0) to the marketplace? As I said it seems like contributors don't have access to push to the marketplace, only...
I requested access to maintain this repo and I just merged some old PRs that blocked this action to work correctly. Any feedback is welcome here about next steps and...