Abdelkarim Djelalda
Abdelkarim Djelalda
better than maintaining the requests to reddit API, you could use one of those. I'm not an android dev bug I think this would reduce the code size a bit...
**Never skip the git tutorial** This commit makes it possible to view questions and topics written in other languages. Sinply add `?lang=` in the url followed by language code like...
This PR fixes the bug where you have to manually edit tailwind.config.cjs. Related to #532.
**Description** This PR adds the ability to customize legend labels through custom prop. The prop is `renderItem` and it takes a function or a component, `renderItem` provides an `item` string,...
**Description** This PR adds a feature from #876 for an optional legend to donut chart that's hidden by default, providing `null` to `activeSector` prop would show the legend with no...
**Description** This PR will add the ability to change the legend on `AreaChart` using categoryFormatter prop - I added a new prop to `BaseChartProps` - Changed ValueFormatter type to accept...
The `db.execute` method currently returns a non-generic `ResultSet` type. However, in some cases, the column and row types are known beforehand. By making `ResultSet` generic, developers could provide these types,...
### Description of the feature request: Add callbacks on streamed response to allow developers to easily manage generating streamed chat responses with callbacks such as saving the prompt to database...
It would be really helpful to add a function `toJSON` for `Result` and `AsyncResult` that gets ride of functions (map, mapErr, unwrapOr...etc) and changes the `isOk` and `isErr` functions into...