Newest Questions
24,167,947 questions
0
votes
0
answers
23
views
Python websockets library is killing my RAM. What are the alternatives?
I'm running a trading bot that connects to the Bybit exchange. Each trading strategy runs as its own process with an asyncio event loop managing three coroutines: a private WebSocket (order fills), a ...
0
votes
0
answers
33
views
Open API generator doesn't recognize `components`
I can't find anything online about anything other than specifying the version of Swagger, but that didn't help at all. It just spits out the error attribute components is unexpected every time. So ...
-1
votes
0
answers
23
views
create-react-app auto refresh page on code change in production
I have an issue where when I restart and update my production server, users need to refresh the page manually in order to make use of the code changes. This means users who do not know to do this are ...
Advice
0
votes
1
replies
12
views
Mac App - limiting the size of an ImageView to fit on screen
I'm an experience iOS programmer but now I'm trying my hand at a MacOS app. I created the app as a storyboard app. It will display a single image. Eventually, it will typically be a raw file at full ...
0
votes
0
answers
9
views
How to update module in Deployer/Composer
I've inherited a website that deploys using a Deployer script and it needs a newer version of a module. If I change composer.json from ^1.25 to ^1.28 the composer update works on both the dev machine ...
Advice
0
votes
1
replies
20
views
How to package windows specific executable in nupkg with Net Core 8 SDK style project
I have two .NET 8 WinExe projects; MyBuildTool and MyRuntimeTool
MyBuildTool.csproj (MyRunTimeTool.csproj is similar)
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<...
-1
votes
0
answers
18
views
Add Universal Padding to the all pages In React Native Expo
<Tabs screenOptions={{ header: (props) => <CustomHeader {...props}/>, headerStyle: { height: 100 } }}>
</Tabs>
I wanted to add a custom universal padding in the tabs, so that ...
0
votes
0
answers
16
views
How should a .NET Framework solution handle OpenTelemetry wrapper dependencies when using packages.config?
We have a .NET Framework solution with multiple projects. Many projects reference an internal core library, and that core library contains all the package references, including our custom ...
-1
votes
0
answers
24
views
How can I get Javascript to run through a list of predefined responses, in order?
I'm trying to create a setup where a user can talk to a chatbot, and the chatbot will run through a predetermined list of responses in consecutive order. The bot will respond each time the user gives ...
0
votes
0
answers
17
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
19
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"
...
-3
votes
2
answers
29
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
26
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
2
replies
32
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
42
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 ...