Since this is most likely an XY problem, I will provide you with more background. I am developing a library that starts a tokio::net::TcpListener, waits for inc
When I create a unit test project in Rider it adds a lot of linked files to the directory: Is this normal? I have looked in both the .csproj & .sln and can
I'm trying to pull user's profile and media data using Instagram Basic Display. When I add an Instagram account as Instagram Testers, I can login without any pr
I want to create a simple application where you can search for images. The application is written in React using fetch (I can't use axios) and Unsplash API. My
I followed This to Create a RESTful Web Service which Displays Json as output So that I can use this JSON in the part of Mobile application, But Here Actually
I was wondering how do I make a function that would return true if there's a pair in an array of 6 numbers? I tried to use this (the sortThingfunction is sortin
I've been trying to solve this for hours and I can't. The problem is when you try to erase the numbers entered. You have to first select the two fields and ente
I have two objects: SettlementRole and SettlementType (see below for sqlite schema). There is a many to many relationship between the two, where each SettlmentR
I have a vertical LinearLayout in my app where every row should get a more complex sub-view consisting of an image and two lines of text. Now I want to make the
I am using quarkus "import.sql" to add initial data to my application. This data is accessed by classes extending PanacheEntity. When inserting new data via res