Tomi Tuhkanen
Tomi Tuhkanen
Current Vue version is pinned to 2.7.16. Upgrade Vue version to 3.x. Page: https://github.com/ttu/dotnet-fake-json-server/blob/master/FakeServer/wwwroot/index.html Open the HTML page 1. Start the server 2. Go to root, e.g. http://localhost:57602 Example with...
Currently, the `dotnet-fake-json-server` does not have a health check endpoint. This makes it difficult to monitor the health and status of the server in a standardized way. Implement a health...
Currently, the repository uses Travis CI to execute continuous integration (CI) tasks on Linux environments. Due to [issues](https://github.com/ttu/dotnet-fake-json-server/issues/98) it has been disabled. Replace Travis CI with GitHub Actions to execute...
https://github.com/ttu/dotnet-fake-json-server/issues/114#issuecomment-2000137494
feat: Add support for bluetoothctl Bluetooth LE communication
Replace `Newtonsoft.Json` with `System.Text.Json` Known issues * Performance: System.Text.Json JsonElement and JsonDocument are not mutable * Features: System.Text.Json has limited serialization and converter cababilities Progress: - [x] CommitActionHandler - [x]...
Currently examples are excluded in mypy configuration. Remove it from exclude and correct errors. https://github.com/ttu/ruuvitag-sensor/blob/4adbdd969dde7a25631db7d395c0b0095a048fc4/pyproject.toml#L99
Implement https://github.com/ttu/json-flatfile-datastore/issues/101