Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
11 views

Getting the Editor Content based on the Cursor Position in a Vs Code Extension

1Are there some available ways for getting the entire function based on the current cursor position in the Vs code Editor , For Eg. Refer This Image here my cursor is at a line inside the function , ...
Mohd Sameem Qureshi's user avatar
-7 votes
0 answers
34 views

What is the purpose of assignment operator used in conditional statements in JavaScript? [closed]

In python, conditional statements(If-else) takes only True/False in its expression field. i.e, a = 3 b = 5 if (a==b): # any relational expressions print(a, b) But, in JavaScript, conditional ...
Srivikas Mathesvaran's user avatar
0 votes
0 answers
16 views

Callback function from IFRAME javascript to google colab

So im learning google colab and ive encountered a problem, running my code in google colab, im openning a server and using IFRAME to see my website, the issue im trying to solve is when selecting a ...
Zoro's user avatar
  • 1
-5 votes
0 answers
33 views

ConnectionRefusedError ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it [closed]

I spent almost now 4 days trying solving this issues about Rest Password on flask when i put the email address to Request Rest Password this message display in the terminal. Files\Python311\Lib\socket....
Yacin's user avatar
  • 1
-1 votes
0 answers
36 views

Integration between Google Docs API and Google Apps Script

Goal to set up a project structure that interacts with the Google Docs API for extracting Google document metadata and integrates Google Apps Script to obtain word counts between headings. In short ...
Baker Ssebandeke's user avatar
-2 votes
0 answers
18 views

ODOO V17 JS usage

I'm trying to get record data from a model in my JS. I see that I can use RPC to do this, but when I try, I have a lot of problems loading RPC first, and I don't know how to execute this correctly. ...
Dev otaku's user avatar
0 votes
1 answer
30 views

How to Merge Cells with Consecutive Duplicate Values in AG Grid and Make Columns Dynamic Based on User Selection?

I am using AG Grid in my HTML, and I need to achieve a functionality that merges cells with the same values in a column. This should make it visually clear when there are repeated values in ...
Dammzie's user avatar
  • 11
0 votes
1 answer
51 views

How can I fix my Flask server's 405 error that includes OpenAi api?

I'm trying to add an API to my webpage and have never used any Flask server before, I have never used Javascript too so this is a completely brand new learning experience. My problem is that I keep ...
Overly vile's user avatar
0 votes
0 answers
38 views

tensorflowjs_converter utility adds suffixes to variable names that cause errors

I am trying to use tensorflowjs_converter to convert a model that I am training in python (using tensorflow) to a JSON layers format so that I can run it on the web. I installed the latest version, ...
Moonflower's user avatar
0 votes
0 answers
24 views

styled-components no longer works with react-native: "0.72.2"

{ "name": "teste", "version": "1.0.0", "main": "index.js", "scripts": { "start": "expo start --dev-client", &...
Murilo Barranco's user avatar
0 votes
2 answers
47 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 794
0 votes
0 answers
29 views

Uncaught runtime errors: ERROR dispatcher is null

Trying to use chart.js, but everytime i try fetch the data it throws me 'Uncaught runtime errors: ERROR dispatcher is null' this error. The page doesn't render at all, everything on there is gone, ...
stan 's user avatar
  • 11
1 vote
1 answer
49 views

FastAPI: How to handle Plotly graph click events in a web application?

I am using FastAPI to create a simple web app where I want to render a Plotly graph and record the (x, y) values when the graph is clicked. I am exporting the graph and then trying to set up an event ...
Vaibhav Agrawal's user avatar
-8 votes
0 answers
34 views

im trying to make a python post request but i end up getting a java scrip error from the site can anyone help me please [closed]

im trying to make a post request and the web site give me this error : Requires JavaScript to sign in. This web browser either does not support JavaScript, or scripts are being blocked. how can i fix ...
gianni1845's user avatar
-2 votes
0 answers
46 views

Get local variables from scope

Just need to read remotely local vars from Scope, using Chrome Dev Tools. That Scope of variables we can see when debug using Google Chrome F12 Tab. I need to automate it, using Python, when I pause ...
user26406664's user avatar

15 30 50 per page
1
2 3 4 5
1226