Trimming a video with ExoPlayer and Media3 in Android

I’m a fresh green Android developer looking for a helping hand. I want to trim a video using the Media3 library. Currently I just hardcoded it to cut the video between 1 and 10 sec and it does but then I get an error (see below). I have read through all documentation I can find … Read more

cannot use r (variable of type *”vendor/github.com/gorilla/mux”.Router) as *”github.com/gorilla/mux”.Router value in argument [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 4 … Read more

trying to run protoc on the cmd prompt

i am trying to run a code that recwires me to have protoc and when i run it i get C:\Users\Lenovo>protoc –version ‘protoc’ is not recognized as an internal or external command, operable program or batch file. even though I downloaded it and put the protoc.exe file in my system variables do you know why … Read more

RN Mapbox MarkerView not showing in IOS

I am trying to develop a map feature through expo development builds and using the @rnmapbox/maps library. I have the issue that when I build my app I can see the pins I created in Android yet in IOS I can not see them. The code is as follows: For the plug-ins I used the … Read more

i cant seem to load fonts using the unicodes

when i load a default icon(box) is loaded in placement of the icon i wish to use(a searchbox). The icon i am using is from fontawsome and its my first time using it. I tried using google fonts and got the unicode from their ssite along with the link (i added it to the header) … Read more

Huge Connection Drop every day without apparent code reason

I’m involved into an investigation about signalR users being disconnected every day, generally at the same timespan. I really can’t see queer the problem is, and everything points to a SignalR hub issue (as if the hub has been reopening some connections randomly). Our SignalR hubs are hosted on an Azure App Service, and the … Read more

GCP Compute engine Shielded VM secure boot | Failure at boot | Verification failed: (0x1A) Security Violation | Works fine with Secure boot disabled

On GCP when i launch a compute engine through an instance-group/template programatically via a cicd automation script, the vm starts throwing error during boot as appearing on serial port 1 (console) output: Verification failed: (0x1A) Security Violation. error trace on serial port 1 console : UEFI: Attempting to start image. Description: UEFI Google PersistentDisk FilePath: … Read more