I am trying to run an asp.net web api with docker container but I get status code 400 (Bad request) as the response when I send a request to the api. The api w
i have followed the link here to install, build is succesful but I cannot find the connector. from pyspark.sql import SparkSession my_spark = SparkSession \
So I have some code that gives three syntax errors but IT RUNS FINE, it almost like the syntax error are cosmetic or something. Its in a very large project that
I'm using Apex chart in my project. By default animation is clockwise. I want to apply anticlockwise. How to apply? As shown in above pic, It is clockwise. For
I have a problem with deploying the project to Azure DevOps because of the ExternalData. On my local machine, VS can build the project and tests work fine. But,
I am attempting to create a program where you input 2 numbers and then print out the first number to the power of the second number. I tried using a while loop
I'm trying to use Azure-storage-blob with Python importing with from azure.storage.blob import BlobServiceClient, BlobClient, ContainerClient and installed in
I am having problem with django rest framework pagination. I have set pagination in settings like - 'DEFAULT_PAGINATION_CLASS':'rest_framework.pagination.PageN
I am looking to test my next API route which uses the micro framework (similar enough to express when using next-connect). I have a service: export class UserSe