Maxim Saplin
Maxim Saplin
https://github.com/maxim-saplin/data_table_2 https://maxim-saplin.github.io/data_table_2/ https://pub.dev/packages/data_table_2 In-place substitute for Flutter's stock DataTable and PaginatedDataTable widgets with fixed/sticky header/top rows and left columns. A few useful features missing in the originals were added. DataTable2...
Didn't find any widgets in GPlay which can be put to desktop and just like weather widget display battery levels.
I have changed the `--always-cpu` argument to integer, if in the command line this argument is followed by a number greater than 0 it will be used in `torch.set_num_threads()` and...
With version 1 of `openai` client library there's a dedicated class `AzureOpenAI` to handle Azure endpoints. While the current version had a cryptic `_process_for_azure` workaround likely coming from pre v1...
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
## Why are these changes needed? Adds support for Azure hosted OpenAI endpoints and let's easily configure llm_judge via command line. Accesing GPT4 API through Azure is a widespread option...
- [x] Show explanation in HTML view, open it in new VSCode window -> using standrd MD Preview - [ ] Allow to get explanation in HTML viewer (in new...
Add feature to lazily build rows while scrolling. Might help with stutters with huge rows. E.g. https://github.com/maxim-saplin/data_table_2/issues/230 Options to investigate: 1. Build rows while scrolling and reaching them 2. Build...