I'm creating an app where you can choose a workout exercise and add it to a specific day of the week. You can then view any day of the week and see all the exer
How can I use MapStruct to map nested List? Here is my entity class: public class ChannelEntity { @ElementCollection(fetch = FetchType.EAGER) @Collecti
I created a helper function for count all notification in navbar, For this I am storing clause in a single variable. I am accessing it by calling- countData("no
what is the appropriate correction for this syntax? Is it an issue white space? I copied the whitespace used in examples in LYAH, also tried other variations gl
So, I am trying to do this code, which lets the user know whether a given nr. is a perfect one or not. But I am facing some difficulties in a part of my code. I
I'm building an app that relies on waking up and notifying the user when an iBeacon is detected and have discovered some really strange behaviour. On iOS15, whe
I got Pyusb with pip install pyusb but when I try to import usb.core I get: Traceback (most recent call last): File "<pyshell#0>", line 1, in <modul
I am working on a Laravel 8 API. I use Auth0 for user registration and login. I need the user's id returned by Auth0 to use in my own application. For this purp