CsUtil
CsUtil
Switch to LiteDB ( https://github.com/mbdavid/LiteDB ) prepared on branch https://github.com/cs-util-com/cscore/tree/feature/switchToLiteDb The main open task is to create a WebGL build of the XunitTestRunnerScene and check that all LiteDb tests still...
Take a look at the different weather APIs and their responses in `WeatherReportExamples` Define a few user stories what are common use cases how weather APIs are typically used. E.g....
Add support for OpenAIs latest features, e.g.: ### GPT4V Image Upload support 1. First use the already existing DALL E API to generate an image (eg “of a dog”) 2....
There is already a branch ( https://github.com/cs-util-com/cscore/tree/update/StbImageSharp ) prepared to switch to the latest version of StbImageSharp ( https://github.com/StbSharp/StbImageSharp ) The main missing piece according to my notes is that...
The xUnit tests are now prepared in a way that should make them consistently pass or fail across arbitrary many runs. This now unlocks to finally use Stryker for mutation...
### Collected requirements The idea is to capture all dispatched actions to the store as typed JSON with a wrapper that also contains the timestamp when they were dispatched and...
There are multiple open todos in the logic that takes a json schema and generates a UI from it: 1. It would make sense to introduce an annotation that defines...
Assuming that the parsed data that comes out of `List parsedData = CsvParser.ReadCsvStream(stream)` has its json keys in the first row and the values all in one row to X...
Many of the UI components that cscore provides still use the old TextMesh and since its considered deprecated switch over entirely for all of these to Textmesh Pro. This would...
In KeyValueStoreIntegrationTests add a KeyValueStore performance test that compares the raw usage of a zip based FileSystem and many writes and reads (with normal synchronous operations) to the asynchronous get...