tl;dr - django channels app runs local with manage.py runserver but not on heroku. I'm new to django channels - trying to deploy a very basic django app using
i am using the below code to read the spark dataframe from hdfs: from delta import * from pyspark.sql import SparkSession builder= SparkSession.builder.appNa
i'm trying to upload two files with different file extensions with multer from two fields but when i try it with postman the result always for the file is null,
I want to run a JavaScript code snippet which returns boolean, from java. Currently I am using ProcessBuilder to run the JavaScript program with the command jjs
I had a case where a push to heroku failed because of a database issue. I fixed it, but the only way I know to deploy is via "git push heroku master". Since I d
I am uploading a pdf file to Dropbox by passing the binary content using Dropbox SDK: var options = { encoding: FileSystem.EncodingType.Base64}; var content
When using puppeteer without changing any settings, what is the default Dots per inch (DPI) when saving a PDF?
Having a bit of trouble getting Odometer JS to work on multiple elements. I am creating 5 elements via Nunjucks macros and am passing a data attribute to Odomet