I am trying to create a simple rectangle with a .mp4 video as texture. As per three.js documentation(http://threejs.org/docs/#Reference/Textures/Texture) this s
I am creating an excel file with different sheets. The different sheets are created by iteration. But my iteration results in an extra sheet named worksheet. My
Background : I am using YOLACT instance segmentation model to train set of images. The dataset size is very small (~20 images). The model doesn't converge prope
I upload a png-image with an alpha channel to the drawable folder. From this picture I get a Bitmap, which has transparency in certain places. int resID = conte
hi i want to run laravel scheduler in vps (linux ubunto 20.04 nginx) in Kernel.php protected function schedule(Schedule $schedule) { $schedule->job(function
For example: I'm using the following code to calculate the average daily volume of the past 7 days: isess = session.regular t = ticker.new(syminfo.prefix, symin
I have similar setup in three environments - the normal Test, QA and Prod. Now in one environment, when calling ReadNextAsync against CosmosDb, the Continuation
I have the following select statement and I want to input the results into my new table "additions" that I created. The select statement has the same columns in
I'm implementing a code that authenticates users through guard. So I want to inject AuthService in JwtAuthGuard. but I'm not solving this error right now. I kee