All Questions
24,182,631
questions
0
votes
0
answers
2
views
Using epoll on a sampling perf_event_open file descriptor returns EPOLLHUP
I am writing a program that uses the Linux perf api to measure the number of instructions run by a program, and I want to receive a notification once the child process reaches a given number of ...
0
votes
0
answers
2
views
Problema com os métodos .next( ) e método .nextLine( ) em Java
Galera, sou iniciante em Java e estou com o seguinte cĂłdigo:
System.out.print("Name: ");
**String nome = src.nextLine();
**src.nextLine();
System.out.print("Email: ");
String email ...
0
votes
0
answers
6
views
Fix an arrow visualization on power bi using DAX
I’ve The arrow to show downward trend of a measure is showing green instead of red. How can I fix that?
I changed and added color code to the DAX still didn’t work, it is also connected to Biq query ...
0
votes
0
answers
5
views
Integration test problem using Jest and ExpressJS
Hello there
Concerning the testing with Jest and ExpressJS, "undefined" issues is happening, resulting the failing of the test.
Test file:
import request from 'supertest'
const fetchUrl = &...
0
votes
0
answers
4
views
Sinon Stub set but ignored
A little new the JS and trying to test a function that I made using sinon. For my current setup I have a util.js
const { v4: uuidv4 } = require("uuid");
function generateUUID () {
...
0
votes
0
answers
4
views
Autodesk Viewer Extension: removeProperty() not working
I am trying to add and remove properties in the Autodesk Viewer property panel. The new properties should appear when a user clicks on a particular property (already in the panel). Adding and removing ...
0
votes
0
answers
5
views
Error 404 Not Found when trying to make a post request using axios
I am trying to create a Tic-Tac-Toe game using Next.js and ExpressJS.
I built the frontend part, but when I try to make a post request to the backend to get a move and keep playing, I get a 404 error. ...
-3
votes
0
answers
13
views
Consuming variables in C++ [closed]
enter image description here
So I am trying to do this for a class and I have tried it a few different ways. I have gave up hope on this one and I am not sure where to start and end.
I have tried a ...
0
votes
0
answers
8
views
League list by Sofascore - Python
Is it possible to display a list of all available leagues on Sofascore.com in Python?
So far I've managed to display the "unique-tournaments".
But of course there are many more leagues!
Can ...
0
votes
0
answers
6
views
How to extract a substring from a column in a dataframe based in the column from another dataFrame?
I have found a solution from my problem, but it is clearly the most dumb and inefficient one. I was hoping that someone could help me with a proper solution.
I have two data frames containing a column ...
0
votes
0
answers
10
views
Unable to Access Docker Container Services on WSL2 from Localhost but Accessible via Public IP
I have an Ubuntu distro running on WSL2 with Mirrored Networking enabled, so the virtual machine and the host share IP and adapter. Inside the distro, I have Docker installed with several services ...
0
votes
0
answers
4
views
Creating Salesforce ContentVersion using Power Automate Salesforce Connector "Create Record" but pdf isn't valid
I'm trying to create a ContentVersion record with a pdf file using the file content from "Get File Content Using Path" action. It looks like it's retrieved by the "Get File Content ...
0
votes
0
answers
6
views
"Loading module was blocked becasue of a disallowed MIME type (“text/html”)" on GitHub Pages with Custom Domain
I am new to creating webapps using React + Vite and TypeScript. Recently I have finished my first app and was hoping to deploy it on GitHub pages using a custom domain name. I deployed it using npm ...
0
votes
0
answers
8
views
Implementing my own word search in SQLite
I have a readonly database of Shows. Each show includes a few paragraphs of text. I want to build a tool in which a user can enter one or more words and retrieve shows that contain all of those words.
...
0
votes
0
answers
4
views
The action 'RESET' with payload {"index":0,"routes":[{"name":"BottomNavigation"}]} was not handled by any navigator
I'm trying to create an app using React Native and right now I'm getting the problem referenced in the title whenever I try to sign in. This in the screen SignIn.js:
navigation.reset({
...