I am building an Azure Data Factory pipeline and I would like to know how to get this parameter into the python script. The python script is l
Guys i got strange error when i try to run "npm run build" in my nextjs, My file is in pages/agenda/[...uri].tsx The part of the code who run the problem export
I am using Bootstrap's Modal class to have a modal appear after clicking a button. The code works - the button is clicked and the modal appears, however, the w
I am trying to create view from table as below CREATE TABLE tb ( a INTEGER, b INTEGER ) CREATE VIEW vtb AS (SELECT * FROM tb); And then when I executed t
I want to call a function of another component which has no relation on the click servive File import { Injectable } from '@angular/core'; @Injectable() export
Jest testing components and undefined values inside .toHaveBeenCalledWith Having issues testing that a value exists in cases where the value is a component or u
a little help I'm new in React Why the useEffectworks fine, but the data.name render fines, but the e.g data.main.lat he dont have acess to, even with map. The
I have a very annoying problem to solve. I have a method that searches for a code of a sale, it is: public function findByCode(string $code, string $columns =
helpers.ts export function doThing() { // some stuff } myClass.ts ___ import { doThing } from './helpers.ts' class myClass { function someFunction(firstAr