I have run git status and see several modified files and several deleted files. Is it possible to stage only deleted or only modified files?
Fairly new to Mapbox but I have an issue with my code. With my link here (https://codepen.io/bearcats6001/project/editor/XjrPNP) I have a map that you have to p
I have 2 questions regarding jenkins 1. What is the difference between the 2 methods? Method 1 pipeline { agent any stages { stage('Example') {
can you help me with this? I want to create a widget that can generate a new item list when I click an icon/button. The widget will be like an uploaded document
I have a temp table that has two rows. Their Id is 999359143, 999365081 I have a table that doesn't have a primary key but has a unique index based off of the
how can i change a plot size without changing the figure size? i know how to change the fig size but the size of the plots gets changed too, so when i save the
I'm building a website where I use SVGs images for the main background, this SVGs are splitted in 3, the header, the main background and a divisor, the idea is
Code like std::vector<int> a; for(size_t i = 0; i < n; ++i) a.push_back(0); is guaranteed to run in linear time in n. This is achieved by allocati
I have a custom view in jetpack compose but I want to pass additional data. I tried to create additional variable but it has a lint error. Custom view BlendedP