albcunha
albcunha
Added Echarts for react.
**Is your feature request related to a problem? Please describe.** On Strapi, you can use **objects** to make deep filters (https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.html#deep-filtering) Example: ``` filters: { chef: { restaurants: { stars:...
Hello! Maybe there is something not working correctly with token.idx on portuguese. I think the cause is multiword token. In portuguese "da" (of the) is a contraction of "de +...
Hello! Is there any plans to add column grouping? Such as this: https://codesandbox.io/s/j8o94
Most of the time, we want to include a simple tooltip, so I think all the tooltip logic should also be included as a prop to button component. Example: `My...
I was trying to group by a queryset with following stackoverflow answer from sqlalchemy import func Table.query.with_entities(Table.column, func.count(Table.column)).group_by(Table.column).all() But, only the folowing code worked: queryset = search_test.query() queryset = queryset.with_entities(Table.column1,...
Will fix multine span when the label stays on the fist line but the selected text goes to the second line.
I saw this discussion regarding langfuse not exposing a delete method for prompt api: _Thanks for raising this! Unfortunately right now, prompts cannot be deleted via api. This was an...
Added section on handling dynamic time limits for messages, including middleware example.