Newest Questions
24,205,000 questions
0
votes
0
answers
2
views
Nested user model scoped inside of a module and devise routes
I am trying to add a second user model with devise my original model was User and I was able to add the routes by doing
devise_for :users
Now I have a nested situation where there is a nested user ...
0
votes
0
answers
2
views
How to implement recurring payments in Django using QuickBooks Payments (card-on-file vs vault token)?
I am building a Django-based subscription system and integrating it with QuickBooks Payments.
My goal:
Allow a customer to enter their credit/debit card details once.
Store their card in a secure way....
0
votes
0
answers
7
views
How to custom calculate the Yline to posiion almost exactly to illustrator with openpdf
I am facing the similar issue iText placement of Phrase within ColumnText but in different use case
val ct = new ColumnText(dox.content)
In openpdf we have setUseAscender if the ascender is true, it ...
0
votes
0
answers
6
views
Bring android activity to the top and keep it in history
I need bring android activity to the top and keep it in history.
Example of the stack of activity history:
A -> B -> C -> D
and then I'd like to start activity B' with the same state of B (so ...
0
votes
1
answer
12
views
Can I use the same WhatsApp Business number on both the mobile app and WhatsApp Business API?
Currently, I have a whatsapp business app number that I use on my mobile.
I want to integrate whatsapp business api for automation, but I do not want to remove or delete my existing whatsapp Business ...
0
votes
0
answers
14
views
Can I leave in onBackPressed() method call in my Android activity for future Android 36+ versions?
Issue:
I've been updating my apps for the Android 36 updates. I've implemented the onBackPressedCallback for my activities. I've tried adding a DrawerListener that will set the DrawerLayout's ...
0
votes
0
answers
5
views
LsV4 availability for ADX
We have existing ADX cluster running on Standard_E16ads_v5 in WEST US 2 region, and we would like to move it to Storage Optimized capacity.
In June I was excited to learn that Microsoft announces GA ...
0
votes
0
answers
9
views
Why UDF returns NULL for multi-row query but not for single row in DolphinDB
I executed the following query to retrieve data for a single investment ID:
select *, getProductClass(InstrumentID,etf_option_mapper) as ProductClass from investor_pos where InvestorID='7399000270'
...
0
votes
0
answers
16
views
Batch file skipping over a label, and always giving a 401
My code here has 2 main issues, it skips over my :TransactionId label, and always gives me a 401 (not authorized) on my curl command at the end. What's weird about this 401 is that when I type this ...
0
votes
0
answers
13
views
How to extract actual Teams chat message text in Power Automate (only getting IDs in trigger)
I’m trying to build a Power Automate flow where Teams chat messages are captured and then stored/processed.
Trigger:
When a new chat message is added (Teams connector)
Then I get a notification ...
0
votes
0
answers
12
views
Can not deploy dash with gunicorn
First, before we start, this question does not have a solution in this answer
I have the simplest structure. A folder called app and inside an empty __init__.py as well as this app2.py
# app/app2.py
...
-1
votes
0
answers
28
views
Issue with GitHub Copilot [closed]
I got this issue in VS Code. When I ask a question to do a change in codebase or run some commands it is not working suddenly. Is there any way to resolve this issue?
I am getting like this when I ...
1
vote
0
answers
21
views
Migrations & Seeders & Command for production data
Recently after some research I came up with a question: how to handle default / initial data population in a Laravel project which goes live: should it go into seeders or migrations? I've seen two ...
0
votes
0
answers
20
views
OAuth authentication with Github iOS
I'm trying to login to github to get the oauth token on an ios app I'm making.
@objc private func handleLogin() {
let clientID = "" // from GitHub OAuth App settings
let ...
0
votes
0
answers
11
views
Content is missing in ARM "TrustZone for Armv8-A" PDF document regarding to "two types of slave devices"
The pdf is from https://developer.arm.com/-/media/Arm%20Developer%20Community/PDF/Learn%20the%20Architecture/TrustZone%20for%20Armv8-A.pdf
In the ending of page 18, we get bellow snapshot:
It seems ...