Newest Questions
24,168,140 questions
Best practices
0
votes
0
replies
13
views
How can I organize docker environment variables so they are associated to a specific compose file?
I’m trying to take a docker-compose.yam file that has many containers and move them into a compose.yaml (using the most recent naming convention) in order to group related services and to make things ...
-1
votes
0
answers
16
views
Gps tracking using sinotrack GPS trackers
I'm creating my custom website for real time GPS tracking. I'll be using sinotrack GPS trackers and unfortunately they don't provide an API for fetching data so that I can use in my custom website. I ...
0
votes
0
answers
19
views
Multiple Stripe account based on country
I have a WordPress (WooCommerce) website with Stripe integrated and connected to a Stripe account.
I want to use two Stripe accounts based on the customer’s billing country. For example, if a customer ...
0
votes
0
answers
13
views
What do colourful lines around track mean in F1Tenth simulator?
Hi, I've been reading through the F1Tenth gym docs and mostly gleaned that how it works under the hood is it takes physics stimulated with python and renders it with pyglet. There was also information ...
Tooling
0
votes
0
replies
16
views
From Spreadsheets to Repositories: A Better Way to Manage Test Cases
Why Many Teams Still Use Spreadsheets for Test Cases
For a lot of QA teams, spreadsheets became the default place to manage test cases. They’re easy to start with, require almost no setup, and ...
Advice
0
votes
1
replies
19
views
does anybody know a library to add digital signature in the pdf in ios app?
Creating a digital signature in a PDF on iOS using OpenSSL and QPDF – Unable to generate a valid CMS signature
I am developing an iOS application in Swift that allows users to add a digital signature ...
Advice
0
votes
1
replies
21
views
An AI Assistant Chatbot based on RAG for University?
so one of the biggest hurdles I currently face is navigating through my University website to find the relevant data like fee structure for my course(which is updated bi annually) and other ...
Advice
0
votes
0
replies
29
views
Numerical meaning of Lightgbm Gain feature importance
I am using lightgbm to solve a binary classification problem. After training process, I use gain importance to analyse the model. The top 20 feature importance (gain) looks like the following
| ...
Advice
0
votes
1
replies
37
views
Backend Roadmap with python
I'm currently with minimal knowledge of python. I'm aspiring to become a heavy backend engineer using python language for the start, please I need a precise advice on how to start. And what to learn ...
-2
votes
1
answer
54
views
How to use CSS or HTML to specify a URL for use by a JavaScript script?
For my Neocities website, I have a Javascript script load up the header, footer, and the sidebars. I want to change the sidebars depending on the current HTML page that the user is on. Here is the ...
Advice
0
votes
0
replies
14
views
Can I integrate SMTP email sending directly in IBM Workflow Automation (like in Java or Node.js)?
I'm a beginner in IBM Workflow Automation development and I'm trying to integrate SMTP email sending within a Process App. I have the following details for my SMTP configuration:
SMTP host
Sender ...
-4
votes
0
answers
16
views
About the matter Smoke&CO support for Alexa hub and mobile App [closed]
We are developing a Matter‑certified Smoke & CO alarm device and have questions about Alexa ecosystem support:
Does Alexa currently support Matter Smoke & CO alarm devices (SmokeCoAlarm), ...
Best practices
0
votes
0
replies
14
views
How to add built-in "Add Task" button in custom React Gantt library without forcing programmers to write manual state update logic every time?
I'm a very new programmer so please excuse how I am asking the question as I am not very well versed in React terminology.
I'm currently trying to implement a feature in the React Modern Gantt library....
0
votes
0
answers
15
views
visionOS: How could an app show Netflix in the native Apple player if playback comes from a WKWebView?
I’m developing a visionOS app using SwiftUI and WKWebView.
While inspecting Netflix playback inside a web view, I can see that the page contains a video element like:
<video src="blob:https://...
0
votes
0
answers
16
views
Databricks %run command not using a variable value from called notebook
Question: When Notebook_A is executed, it's not displaying value of my_variable. Why?
Remarks: I though you can use %run command to make variables defined in one notebook available in another. The %...