My code is below: This gives me the following error: I cannot resolve this error can anyone help me out? Does it mean that perspectivecamera is no longer an i
I'm trying to make an HTTPS request using Curl through a squid proxy. I know that the squid proxy works, since I have set it up for my browser and it works fine
I'm resizing an image using skimage.transform.resize but I'm getting a really weird output and I can't figure out why. Can anyone help? Here is my code: impor
Runing test I get this error TypeError: Cannot read properties of undefined (reading 'ngModule') I dont exactly know what is causing this error, but google said
I hope you're all doing good! I'm trying to scrape this list (https://cov-lineages.org/lineage_list.html) of lineages, and the Lineages are parent-child related
I've been working on a model the last days in ADO.NET Entity Data Model Designer. I'm not sure what action I did in the designer but suddenly the window of the
I want to upload a groovy script to my nexus instance and then I want to run that script. I have this json. { "name": "groovy", "type": "groovy", "content
actually i'm using domPDF to print pages into PDFs the issue is all the PDF i've print from externe pages ,has no CSS this an exemple : <?php require __DIR_
from os import link from pytube import YouTube import youtube_dl soru = input("MP4 mü MP3 mü yüklemek istiyorsun?: ") while soru != 'DUR' or sor
I would like to add a horizontal line above a bar plot. Currently I am able to add dots using geom_points: data <- ddply(diamonds, .(cut, color), summarise,