Shiipou
Shiipou
Oh cool to see that issue, that can totally upgrade my experience to use it. I hope my usecase can help : I have created a kubernetes template in coder...
To convert Lat, Long coordinates to X, Y, Z coordinates, you can use the following steps: - [ ] First, you need to obtain the latitude and longitude coordinates in...
> @shiipou In Star Citizen, it's a bit more complicated tho because you have to account for the height of the POI. @Valalol You probably can just add the altitude,...
@Valalol You're right, that's needed.
> @Xiaohequ same error here. when executing command: > > ``` > fastforge publish --path build/app/outputs/bundle/prodRelease/app-prod-release.aab --targets playstore --playstore-package-name 'fr.neutronic.xxxx' --playstore-track internal-testing Not a fix, but it seems your playstore-track...
@Xiaohequ After more test on my side, the doc seems incorrect, the internal-testing track name is just `internal`. I tried it using gcloud API, you have to [create an edit](https://developers.google.com/android-publisher/api-ref/rest/v3/edits/insert),...
I have the same issue when streaming from Tizen Os 8. The problem didn’t exist when streaming to same tizen os 8 from Sunshine, but occure everytimes from Wolf. (I'm...
> [@shiipou](https://github.com/shiipou) that's most likely a different issue, see: [#254 (comment)](https://github.com/games-on-whales/wolf/issues/254#issuecomment-3325553475) I'll try that fix, and tell you. EDIT: I use moonlight-chrome-tizen and not moonlight-tizen. So I didn’t have the...
I've rebased the PR on the latest commit of main.
Maybe you can look at my work : https://github.com/shiipou/ha-realtime-gpt-va/blob/main/custom_components/openai_realtime/realtime_client.py It allow to chat with realtime API, but my implementation didn't use conversational agent which block me from accessing devices and...