I have a data transfer object like this : public class PerformanceCostDto { public int Id { get; set; } public long WorkId { get; set; } public stri
I've long been a user of RcppArmadillo, but have been unable to compile any programs via sourceCpp since upgrading my OS to Monterey Version 12.3. Getting the f
I have a script I've written that has a section where it copies the 1st sheet of one excel file into a new file and then saves. However, when the file is saved
The display name of my smart home action does't work. I change it form 'robotic mower' to 'smart mower', but it does't work in google home app after deploy, it
Coding beginner here. I've got a page-js script below which when a dropdown is changed it triggers function getDrawNumOne, which in turn runs a function and ret
I am using pack cli to build docker image for my python flask app running with gunicorn. Inside docker image, my whole code is exposed in workspace folder. What
My idea its create a order list. This have to be posible of expand or reduce if the order needed. So I was trying how to do a button that can add a 'Box Label'
I have started my first React lesson but I cant see any output on my localhost(3000), will you pls help me ? this is my JS code : import React from 'react'; imp