So I have made an api in laravel. Here is the code in ApiController.php This is the api function public function apiFileReceive(Request $request){ $file=$
Extracting data into a single array with querySelector works: var don1 = []; var don2 = []; var don3 = []; var num = 3; function getData(num) { for (i =
I have a normal Python class: class NormalClass: a: str b: bool I don't want NormalClass to inherit from pydantic.BaseModel class, but I still want another
I'm starting in python and developing a youtube video/audio downloader for my wife. It is already functional, but I wanted to improve the look of it by placing
In below html code snippet, paste-element is not enabled for paste when called .focus on it, can any html expert help me why it wont work this way. <!DOCTYPE
I'm doing an ETL processes with some SQL Server procedures. WITH CTE (qty_top, qty_lvl) AS ( SELECT CONVERT(decimal(20,6), t.unity), CONVER
I'm facing a strange behaviour with the <Text> component in react native : I'm listing some accepted format for an upload ... And the Text act strangely a