Tomi Tuhkanen
Tomi Tuhkanen
Hi! Yes, you can post any data you, with any name (example has `abcd`) and it will be stored to JSON-file and can be fetched with the name you defined....
Sorry, misunderstood the question. Change `Api.UpsertOnPut` to `true` from config: https://github.com/ttu/dotnet-fake-json-server/blob/1068151e2912cff5a26fb7f7711f587ecdde5131/FakeServer/appsettings.json#L35 Replace/Add new object with `PUT`: ```sh # Add new data curl -H "Accept: application/json" -H "Content-type: application/json" -X PUT...
Hi! Thanks for the issue and logs. Unfortunately I couldn't reproduce the issue. Tested with Google Chrome: Version 97.0.4692.71 (Language: English) OS: Windows 11 (Language: English) What language you are...
Thanks for the description! It seems that this is related to already known issue with disconnects. Issue: https://github.com/ttu/lego-boost-browser/issues/2 Unfortunately I haven't had time to dig into it, but thanks for...
Hi and thanks for the update! Could you make the change to related `.cs` file? (e.g. https://github.com/ttu/kotlin-is-like-csharp/pull/3/files) index.file is generated from individual code files. If you want to try index-file...
Thanks! We could add more Tuple examples, that utilize Kotlin's predefined classes. 1 example could have a tuple with 2 elements (Pair), 1 with 3 elements (Triple) and last with...
Thanks, commit looks good. I will leave comments if something comes to mind that is missing. I was thinking that we should also drop support for 3.8 with this release....
There is no need to wait for the official support to end. Based on current pypistats, most installations are from Python 3.10 and above. There will be a final release...
@terop sorry again for the delay. I think those commits already had pretty much all required changes. I found few mentions about default adapters that should be changed to Bleak,...
@terop sorry for the delay again. I finally had some time to get back to this. I created two PRs; selecting default adapter and updated verification script. Could you create...