As the title suggests I'm working with 4 players, that is 2 pairs of controllers: 1 pair of brand A and 1 pair of brand B. When I perform a test to check for bu
if we choose HTML5Router or Fragment router - in both cases reitit should prevent default anchor click behavior however, ignore-anchor-click function here is ne
Here I have i function that gets some data. I use Either for sending data to ViewModel. sealed class Either<out L, out R> { /** * Represents the left
I have some problem with Flutter. I need align in ListView after scroll with pagescrollphysics in horizontal axis in center. My container will go much left, and
I use jpos to parse iso8583 message and when I see ISOException I get two numbers, the first one specifies the error field, the second one does not specify the
I'm working on an app with intense usage of AccessibilityService. The app works great with other Android apps, I can use text selection properly. The problem co
So I'm creating a program to show number systems, however I've run into issues at the first hurdle. The program will take a number from the user and then use th
I have the following django rest framework serializer and view for a model Post, and the models defined for the app are as following. Now I wanted to test the A
public function store() { $this->validate(request(),[ // Third try ‘username’ => ‘required|string|regex:/\w*$/|max:255|unique:users&rsqu