I have a Flatlist that renders multiple posts, each post has a text section, the text can get very big so I'm using a show more method to expand/hide the text,
I got pretty far with this considering the errors that Web Pack was causing but I hit a snag. Here's my code. I've XXX-ed out the secret, and token but I retrie
There are two buttons in a page called Remove and selected.I need to check either one of the button's should be visible , beacuse sometimes selected won't be th
I'm trying to make a line chart on Data Studio but I'm going crazy. I need to do a control/filter for METR_1, METR_2, METR_3, to hide/show them or just one of t
my data set is composed of time and data. I want to count the data until there is gap in time between the two data recorded. I tried doing this way but its not
I want to change the background color when the mouse is clicked on the outside of the rectangle. I just dont know how to use the MouseEvent. import java.apple
What is the best/correct way to reverse an NSMutableArray?
I have some incorrect commit/push on my branch, then I want to revert to an old correct commit and push it on the current branch. I have a problem with: git log
What is the keyboard shortcut to comment text in Pycharm? When I use ctrl + /, I get:
I have a Maven project. One of the repositories is no longer available online. My local environment has what it needs to build the project offline with -o. What