As the title says,I need a capture library that can control the area with React Native. I searched some library such as react-native-veiw-shot, but i can't foun
I'm trying to rotate my text by 30deg by using transform:rotate. But it overlaps with video above. How can I limit the text to stay below the box(red-box) only.
I am currently using a php snippet to adjust the amount of decimals displayed for a specific product category. function custom_price_decimals( $decimals ) {
I am using node.js to create an inventory report. The problem is that I am getting an empty document report. I have 900 listings. This is the code to create the
After a restart my script won't work anymore. It worked before. Windows popping up, things needed to typed in and there was a result which I was happy with (lik
Been at this thing for awhile. I'm writing a C program that parses a csv file into a nested struct. When I pass the ** to the struct into the add_field function
I have following line of code : downloadWindow = window.open(fileUrl); How to make window.open(fileUrl); can automatically save/download file I tried follow
I have implemented my custom editor, and now need folding for comments (//I am a comment) function (){} So how can I do this...