I'm facing a problem with responsive texts. In my app are different text font sizes and I need to do them responsive for different screen sizes (only phones and
What I Want: I'm pulling data from an api, then setting the data to state. I've done this inside a useEffect hook, but when I console.log the data afterwards, i
I am trying to make current number and total number of slides using vue-slick-carousel. This is what I tried so far. <VueSlickCarousel ref="carousel"> &l
I'm creating a number guessing game in Python. I need to do a counter for three trials. I did the code below and it didn't work. secretNum = input('Guess number
I have a problem. I am writing a piece of software, which is required to perform an operation which requires the user to be in sudo mode. running 'sudo python f
In the DevExpress MVVM framework, you can define both standard ViewModels, inheriting from ViewModelBase. Or, you can define POCO ViewModels (see this link), th
I would like to print a specific Python dictionary key: mydic = {} mydic['key_name'] = 'value_name' Now I can check if mydic.has_key('key_name'), but what I wo
I'm new to junit and I'm wondering why assertThrows() works well in both of cases. Why does it throw an exception in the case of findById(1L)? There is an emplo
Have a look at my codes: txt_HomeNo.addTextChangedListener(new TextWatcher() { @Override public void onTextChanged(CharSequence s, int start,
We have multiple ASP Net Boilerplate applications and we are trying to use a single authentication provider for all of them, in a way that we can get a bearer t