solvek
solvek
I have a Kotlin Web project. It is a SPA written using React framework in Kotlin. Now I want to use Firebase services. I've added this to my kts file:...
I guess this is because these functions throw IOException so AS thinks these methods are blocking. What is the preffered way to fix this? Should I suppress this warning? ```kotlin...
Traccar at some moment (probably after phone reboot) stops to send location data. It looks like the service is not starting after reboot.
If I just create a `periferal` instance inside worker then this worker never ends. I am enqueueing a unique work. For the first time it runs fine (I see in...
https://console.cloud.google.com/cloud-build/builds;region=global/2a0af7dd-59f1-40f2-8e50-d9508803bbaa?project=harmonia-9dead It seems this python package is actually available, I was able to install it fine. However it is not installing on google cloud run job. Actually I was trying...
Cannot login
The installed version is 0.6 Trying commmand line from the example: `!micloud -d -u '' --country 'cn' --pretty` The output: `Error: no such option: -u` The code: ``` from micloud...
### What happened? Created a service. Deployed directly docker from Docker Hub. Now trying connect via HttpClient: ``` chroma_client = chromadb.HttpClient(host="", port='443', ssl=True, settings=Settings(allow_reset=True, anonymized_telemetry=False), headers={'authorization': 'PASS'}) ``` ### Versions...