Skip to main content

All Questions

0 votes
0 answers
122 views

Is it possible to remove the checkbox from the power apps model driven welcome page?

I have a model-driven app with a welcome page enabled and it's displayed whenever the app is launched. In this welcome page, in the lower left corner, you have a checkbox to "Do not show this ...
roberto hajj boutros's user avatar
0 votes
1 answer
49 views

Highchart: To display percent on each and every column of Column chart

How to set different colors to different datalabels of all columns in this bar chart. In this code , I just set with orange color for all data labels in this chart. How can apply different colors to ...
Ramesh's user avatar
  • 13
2 votes
0 answers
116 views

How to wait for all http calls to be done in selenium for Angular?

For angularjs I would do something like this to wait for all http calls to finish: has_no_pending_requests_script = """var injector = window.angular.element('body').injector(); ...
angularnoobie's user avatar
0 votes
0 answers
130 views

Scrape non-href link using selenium

I am relatively new to scraping and have come across a complex site (https://adviserinfo.sec.gov/firm/summary/104518) where I cannot figure out how to follow a link using Selenium (the link is called &...
JT2019uk's user avatar
1 vote
1 answer
1k views

How to get the user login details from java script based web browser in RASA chatbot

Web bot is integrated in javascript based website ,when user login in website then they can access the chatbot icon. When they open it chatbot starts ,but currently it doesn't collect user data . But ...
AllTech's user avatar
  • 603
0 votes
0 answers
219 views

How is this site forming the headers on a POST request?

I am trying to learn how the headers are being constructed when a zipcode is entered by the user and a "POST" command is issued (by clicking on the "Shop Now" button) from the following website: ...
Denis's user avatar
  • 12k
1 vote
1 answer
66 views

Single checkbox form not being submitted.Also getting a MultiValueDictKeyError while submission

<body ng-app=""> {% extends "pmmvyapp/base.html" %} {% load crispy_forms_tags %} {% load static %} {% block content%} <div class="col-md-8"> <form method="post" action="/...
Diwash Kapil Chettri's user avatar
0 votes
2 answers
61 views

select checkbox and display pats of form accordingly

.Like for two checkboxes there is true or false but what should I do for 3 checkoxes ?to display parts of form according to the checkbox selection.
Diwash Kapil Chettri's user avatar
2 votes
2 answers
691 views

Flask Jinja2 template syntax conflicts with AngularJS (jinja2.exceptions.UndefinedError:)

How to access a $scope.list in html from angularjs? jinja2.exceptions.UndefinedError: 'car' is undefined main.js (function () { 'use strict'; angular.module('WordcountApp', []) ...
Aquarius_Girl's user avatar
0 votes
1 answer
180 views

Is it possible to open Labelimg in Angular with python backend? [closed]

I want to use the image labeling python tool "LabelImg" in a browser with angular as front-end. Is it possible to do that?. If no , then how can labeling an image is done using angular so that the ...
Jinu Joseph's user avatar
0 votes
2 answers
269 views

Communication between uploaded frontend-backend docker images on heroku

I have used a AngularJS frontend, python-flask backend to deploy a ML model on heroku. For this, I have used docker to test it locally and it worked in performing the prediction. However, when I ...
gtancev's user avatar
  • 253
1 vote
2 answers
68 views

ng-repeat returns blank rows into table

I am trying to populate a table with JSON data from my Django rest framework API utilizing http.get(). I cannot seem to get it to return anything besides the number of blank rows that I have data for. ...
nicholas shults's user avatar
1 vote
2 answers
2k views

Serving from Flask I cannot load javascript file

I am trying to build my first Single Page Application following a tutorial but I cannot load the local javascript file. My Python code: from flask import Flask, current_app app = Flask(__name__, ...
chakepid's user avatar
2 votes
1 answer
882 views

How to run django and angularJS into a single development server?

I have a project where I am using Angular js to consume the API that I built with Django-Framework. Currently I have to start up the django api using django development server e.g., python manage.py ...
user avatar
2 votes
1 answer
59 views

Python - selenium - AngularJS drop downs, how to click them?

I am scraping his website. To create an account. Below is the url https://sjobs.brassring.com/TGnewUI/Search/Home/Home?partnerid=25222&siteid=5011&noback=1&fromSM=true#CreateAccount ...
Bhanu Tez's user avatar
  • 306

15 30 50 per page
1
2 3 4 5
18