Serhii Stotskyi

Results 361 comments of Serhii Stotskyi

For now there is no way to do this. Just use permittedFieldsBy helper from @casl/ability/extra

Casl wraps everything in OR because in case of multiple rules for the same action/subject type they are OR-ed. I can optimize it for single OR condition but then your...

At least there should be a way to implement this as plugin without additional changes of the core functionality (which is in spec) This directive was introduced few years ago...

I don't think this is a good suggestion. It definitely will make graphql resolvers to be more complicated than they should be. As an alternative approach, you can define your...

Is there any size/performance comparison between this and json + gzip? **update**: I think it’s important to do this comparison especially in the light of upcoming HTTP3 which is based...

This is a bug in the apexcharts and not in this extension. Please refer to this issue https://github.com/apexcharts/apexcharts.js/issues/420 I applied [the suggested fix](https://github.com/apexcharts/apexcharts.js/issues/420#issuecomment-861176724) : ```yml tooltip: shared: true enabled: true...

I improved [the code](https://github.com/apexcharts/apexcharts.js/issues/420#issuecomment-2019259920) in the fix. now it reliably shows values for all series: ![Screenshot from 2024-03-26 04-19-36](https://github.com/RomRider/apexcharts-card/assets/1159966/1824b24a-0b4c-46d8-bc15-e97b97d00d10)

> This is helpful!! Thank you! Do you know if there is a way to turn off the tooltip that also appears at the bottom along the x-axis? ```yml apex_config:...