Alex

Results 49 comments of Alex

@tn3rb If possible… let's action this. The current version of wpgraph is `1.12`: https://github.com/eventespresso/cafe/blob/9f86cc4fb649a4192852aa09be90ddc806e8729e/plugins/event-espresso-core/composer.json#L38 https://github.com/eventespresso/cafe/blob/9f86cc4fb649a4192852aa09be90ddc806e8729e/plugins/event-espresso-core/composer.lock#L749-L750 created in [Oct 10, 2022](https://github.com/wp-graphql/wp-graphql/releases/tag/v1.12.0). There is [one _possible_ breaking change](https://github.com/wp-graphql/wp-graphql/releases/tag/v1.13.0) which I can investigate....

Yeah, I can do that. Is it okay for me to proceed with PR for updating GraphQL in cafe monorepo?

Will be implemented in https://github.com/eventespresso/cafe/issues/1281 hence closing this issue

@Lila-Blume I think it would be best to open a separate issue as it is a different feature

As a temporary workaround, you can manually modify `.vscode/pinned-files.json`. After, you need to reload the window and the new order will apply.

This is caused by the use of hook: https://github.com/ciprianciurea/chartjs-plugin-doughnutlabel/blob/f46069cb774da5de6b4bc8c168b7b44020df8d7f/src/plugin.js#L74 So the improvement would be to use a different hook, possibly `afterDraw`?

I have created a PR of this plugin (https://github.com/alexkuc/chartjs-plugin-doughnutlabel-rebourne) which allows you to override core plugin api so you can use something alternative instead of relying on a hardcoded value....

I have created a PR of this plugin which have addressed this issue - https://github.com/alexkuc/chartjs-plugin-doughnutlabel-rebourne. Ps. I assume that original maintainers of this repo are busy with something else; if...

Not sure if I should open another issue but maybe it's related (same endpoint) so posting here. When setting `intelephense.telemetry.enabled` to `false`, I've noticed that the settings continue to display...