I have a project which I want to structure like this: myproject ├── api │ ├── __init__.py │ └─
I have the following code where I define a composite function f(r(x,y),theta(x,y)), and I'm trying to simplify f.diff(x) assuming that I know an expression for
How do I add the default font of Asciidoctor HTML to Asciidoctor pdf? Can I use the Webfont example: "@import url(https://fonts.googleapis.com/css?family=Open+S
I'm trying to deploy my NestJS app on Heroku but now all of the sudden app is throwing Bad Auth error. On the development it's all working fine. This is the err
I have the output of the printSchema() (a treeString) in a txt file. Is there a pyspark API to parse the string and create the schema object? Example Input: roo
I am trying to invoke the Ansible playbook from the Jenkins pipeline script. For this I tried below: def invokeAnsiblePlaybook() { echo ("Start invokeAnsibl
I have a table with categories: ID Category "1","Baking" "3","Family" "4","Entertaining" "5","Children" "6","Desserts" Now I would like to o
I want to insert the ticketId to insert the data in the table that I created with add row. Now I can get the user_id to be written, but I have not yet written t
If I want to make sure that a view is listed as having public access, is there a decorator equivalent to @public_access which would be the opposite of @login_re