I need to retrieve the result of my Api call outside the promise but the value I get is undefined. In OrderService : public async getOrderPrice(device: string)
class Exam { public $foo = 1; public static function increaseFoo(){ $this->foo++; echo $this->foo; } } Exam::increaseFoo(); This code gen
i would like to know how to replace the query so that the results are on one line, as in the attachment My code: select k_surname, k_name, p_description, p_date
I tried to connect cassandra from virtual machine to main machine and use it with CassandraCSharpDriver. The error is "All hosts tried for query failed (tried :
I am struggling with excluding tests in automated TFS run. In settings for Test filter criteria gave but the it doesn't seem to exclude the tests in that catego
I have over 7k files, some of them are HTML some are PDFs as seen below: I would now like to use the terminal to move all PDFs to a new directory. Unfortunatel
I have a react frontend sending to a mongoose/express backend. Previously I was using flask for the backend and everything ran fine, this issue only started aft
I am loading data from s3 (.csv files), where i have a column Agent_answer_rate with some float values along with "%" sign e.g. 84.00%, 90.00%. i have declared