2,530,906 questions
0
votes
0
answers
10
views
How to download Facebook comment video with broken MP4s?
Please read this carefully as the high complexity of the context of this question negates all answers to supposed "related" questions.
On this FB URL: https://www.facebook.com/watch/?v=...
0
votes
0
answers
22
views
Issue in terminal when i use js
When I try to type
Cd programming/react\ Js/
Am gettn the error set location a positional parameter cannot be found that accepts argument js
0
votes
0
answers
23
views
How can I prevent OBS virtual camera injection on my website?
I have a website that uses navigator.mediaDevices.getUserMedia to access the device's webcam. Still, I noticed that some users are using a virtual camera (like OBS Virtual Camera) and injecting images ...
0
votes
1
answer
47
views
Is there a way to open a mobile keyboard that inputs into a canvas in html? [closed]
I have an html file with a with a canvas (whose js and wasm comes from trunk-compiled rust code, which has text input boxes based in notan and egui). The canvas has rust-based text input boxes. On ...
1
vote
1
answer
39
views
Followed a lightbox tutorial that isn't working for me [closed]
Trying to create a test page following a tutorial to get a lightbox test page up and running, before adding it to my regular site. Followed the tutorial on this (https://www.youtube.com/watch?v=...
0
votes
0
answers
10
views
Visual Studio Professional & Community 2022 - CodeLens - JavaScript - Not showing on async Functions
I am seeing an issue with Visual Studio 2022 Pro and Community Version 17.14.0
See screen shot, CodeLens is showing that there is "1 references" for the "Testing" function, but for ...
0
votes
2
answers
35
views
How can I set a javascript const to a value in a form element that could be either a dropdown select or a checked radio button?
I have an html form in a django site that is used for both add and update. If the form is for a new entry, I want the field estimateType to be radio buttons with three choices, one of which is checked ...
0
votes
0
answers
9
views
Angular PrimeNG. Drag n drop prevents all scrolls on page
I encountered a problem that when using the PrimeNG drag n drop module, when dragging an element, all scrolls on the page are completely broken. The mousewheel event does not work, although there is a ...
0
votes
0
answers
16
views
MiHoYo Resume Auto-fill: Strange Ant Design DatePicker Behavior: Different Results with and without Breakpoint
Problem Description
I'm developing an auto-fill feature for MiHoYo's resume system enter link description here and need to programmatically trigger the Ant Design DatePicker. I've encountered a ...
0
votes
0
answers
6
views
Move files based on size in Pentaho
Within Pentaho, how do I move files from a particular local directory that are 1 KB in size to another folder? Ideally, I'd like to move all 1 KB files at once and not go one by one (we're talking ...
0
votes
0
answers
28
views
Unable to get TypeScript to recognize file path aliases
I am trying to get file path aliases setup in a project. I've setup everything according to this article. Vite is able to resolve the path aliases, so I don't get any runtime errors. However, ...
-1
votes
0
answers
18
views
Google Maps Directions API doesn't find certain addresses that seem valid
I'm building a web app that uses the Google Maps Directions API to calculate routes between multiple addresses. The app works fine for most addresses, but for some inputs like:
Dolores 33, Buenos ...
0
votes
0
answers
36
views
Can I reference an object in a function using a variable passed into another function as a parameter? [duplicate]
I am currently trying to build a game in html/js/css. During a portion of the game I want to dynamically grab a value, assign it to a variable and then send that variable as a parameter to another ...
-4
votes
1
answer
22
views
Is there any api using which I can get the list of all the Sectors/Localities/areas of a City within India [closed]
In one of my user flow user is selecting the City, let's say user selects Bangalore. In next drop down now I need to show all the localities/sectors/areas of Delhi in the options to select.
Is there ...
0
votes
0
answers
49
views
For interpreted languages like js and python, is there a way to detect errors during parsing [closed]
For example, if you are given a js/python library file or package, can errors be detected during the parsing stage.
given a js library file, I need to test whether it can detect any errors during the ...