Tomi Tuhkanen
Tomi Tuhkanen
Fixed in https://github.com/ttu/dotnet-fake-json-server/pull/130
Thanks for the issue. We have to think about the correct solution for this. Here is a test to validate the problem: https://github.com/ttu/json-flatfile-datastore/compare/master...105-fix-datetime-conversions
Like you mentioned we should replace asyncio's `get_event_loop().run_until_complete()` with `run()`. In RuuviTag's codebase, asyncio is not used in many places (main, Bleak, RX, examples, and documentation), but we should still...
@megabyte6 Thanks for the interest. This project was based on the other `xxx-is-like-yyy` projects and all of those used `cirru` templates and generated the html with `coffeescript` & `mission`. If...
Thanks! This is an interesting idea. I haven't done any Blazor development, so I'm not immediately sure if this could be implemented easily. However, it might not be a big...
I had time to prototype local storage support. This will require 3 tasks: - [ ] Add support to switch storage implementation https://github.com/ttu/json-flatfile-datastore/compare/master...106-save-json-to-local-storage - [ ] Change support from netstandard...
Hi! What kind of hub + motor the train uses? Is the hub this one? https://www.lego.com/en-us/product/hub-88009 Lego Boost (Vernie) has a hub and motor combined in a single unit. It...
Thanks for the issue! I added a failing test based on your example data and I will inspect what is the cause for the exception. https://github.com/ttu/json-flatfile-datastore/compare/master...bug-complex-object-update Update: This has something...