Serhii Stotskyi
Serhii Stotskyi
For now there is no way to do this. Just use permittedFieldsBy helper from @casl/ability/extra
released in @casl/[email protected]
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: 
> 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:...