Newest Questions
24,167,940 questions
0
votes
0
answers
5
views
get unread chat messages from microsoft teams using graphs
I'm running progressive web app of teams on linux. I don't have an icon in systray, so no indicator someone sent me a message if i'm not face of the screen to see the notification (which expires in 2s)...
0
votes
0
answers
8
views
An empty sequence is not allowed as the value of variable $attachment-mediatypes
I am using the image orbeon/orbeon-forms:2025.1-pe and using MySQL server as a database.
orbeon.xml:
<Context path="/orbeon">
<Resource
name="jdbc/mysql"
...
-1
votes
0
answers
11
views
Why is VS Code trying to activate a conda environment *after* launching Python?
I've been using VS Code for a while, and am used to running lines of source code in the terminal using conda environments. I just created a new project based on a textbook I am test driving. I have a ...
-1
votes
0
answers
14
views
How to set variables in GitHub workflows/actions in VS Code?
I need to change the code provided in the body to variables or secrets, whatever that is. As of right now the code is able to run with the user's info but I don't want to push that to main.
git config ...
1
vote
0
answers
15
views
PHP built-in webserver cannot find PDO
I run php -S 127.0.0.1:8000 on my computer and open in the browser my.php with the following content:
<?php
$pdo = new PDO("...");
$sql = "SELECT 'Hello, World!\n' AS message&...
Advice
0
votes
0
replies
17
views
Student and Career advice for future Data Analyst - Google Analytics (Coursera)
I was wondering, how many Data Analyst students have found this platform to be an effective tool for analysis? How frequently do you rely on the help received from colleagues here? I am currently ...
Advice
0
votes
1
replies
28
views
I have like 6 or 7 questions :p
I was wondering, how many Data Analyst students have found this platform to be an effective tool for analysis? How frequently do you rely on the help received from colleagues here? I am currently ...
0
votes
0
answers
17
views
Geometry Dash Vision Bot is not jumping at the right time
For this project, my goal is to create a bot that can play Geometry Dash without retrying the game. I am starting step by step, with my first bot trying to jump on the first spike on Stereo Madness. ...
Advice
0
votes
0
replies
15
views
Data Analyst Student Tool
I was wondering, how many Data Analyst students have found this platform to be an effective tool for analysis? How frequently do you rely on the help received from colleagues here? I am currently ...
Best practices
0
votes
2
replies
24
views
What is an example of a real and valid reason to create a circular dependency - javascript / other
There is a project at work, a complete rebuild of a codebase that had become very large and difficult... This is not about opinions on that topic.
So the new code base is ~1 years old. I am not the ...
Advice
0
votes
0
replies
23
views
Smart Code and Brick Code: What Every Developer Should Know
Smart Code refers to well-written, efficient, and optimized code that improves performance, readability, and maintainability. It uses proper logic, clean structure, and best practices so that the ...
1
vote
1
answer
23
views
Airbyte Connector Builder test works, but creating a Source returns 401/403 on the same API endpoint
I'm creating a custom connector in Airbyte Connector Builder for an HTTP API.
The API works when I call it manually with curl, and it also works when I click Test inside the Connector Builder. However,...
Advice
0
votes
1
replies
25
views
Difference between Next.js and Create React App (CRA)
I'm trying to figure out the difference between Next.js and Create React App (CRA). I know both are there to make our life easier while developing our front-end applications using React.
After ...
Best practices
0
votes
0
replies
17
views
Can I solve the problem of determining the boundaries of cars on a train using classical machine learning methods?
I have the task of defining the boundaries of the carriages in the train. But I don't have any labeled data for neural network training. Can I solve this problem using mathematics and classical ...
0
votes
0
answers
26
views
Latency of warp add reduction instruction
The CUDA Programming Guide describe a warp instruction named __reduce_add_sync.
What is the latency of the function?
Related sources:
This table within the guide describes throughput but not latency.
...