I have to put a pretty big project under version control, which has two versions (dev and prod). These two were kept in "mostly sync" by copying files manually
Technologies, frameworks and devices I'm using: Framework: Xamarin.Forms IDE: Visual Studio 2022 Physical Device (smartphone): Zebra TC26 (Android 10) Physical
I have string like this "hello java book" I want remove \r and \n from String(hello\r\njava\r\nbook). I want the result to be "hellojavabook". How can I do t
I want to replace angular2-jwt with @auth0/angular-jwt but I get this error: this is my package.json dependencies: "dependencies": { "@angular/animations":
I deployed DgraphAlpha and DgraphZero in docker. I am connecting to Dgraph as described in the documentation. func newClient() *dgo.Dgraph { d, err := grpc.
I can't get the total price to show up on the screen. I am sure this is just a small bug somewhere but I can't find it. var cabbage_prices = new Array();
I want to repeat the items in recyclerview. After searching I couldn't find any soulution. I want to start the items again from the first after it is completed
I am new to swift . I am trying to convert json into model by using swift . I am using generic functions to complete the functions . Here is the structure of th