All Questions

Filter by
Sorted by
Tagged with
2
votes
0answers
5 views

Swift facebook sdk not finding info.plist values

I have added the the correct Facebook sdk values into info.plist as the Quick Start guide shows & added the SDK using the package manager, but I still get this error Thread 1: App ID not found. ...
0
votes
0answers
2 views

how to send money from one bank account to another bank using stripe

How do I send money from one account to another using stripe I found something like this can you explain stripe.transfers.create(please explain) Thank you
0
votes
0answers
3 views

Apple Pay Integration using Cybersource -objective C

I am Integrating Apple Pay Integration using cyberSource in my Application . iam not clear about cybersource, i have created merchant ID and integrated in my code as below PKPaymentRequest*request = [[...
0
votes
0answers
2 views

Write an SQL query to calculate the duration in which agents were signed on during the day

I am doing this exercise: You have a table as follows: Agent_ID | Event | dateTimestamp a sign in 9am a sign out 10:02am a sign in 10:15am (took a break) a sign in 12am a sign in 13pm a sign off 19pm ...
0
votes
0answers
3 views

Blazor - HTML dropdown element once activated stops any further @OnClick event triggers

Not sure if anyone has experienced this before but I have tried some solutions online but still can't manage to sort this. This is my situation: I have create a simple app with a Dropdown Test button ...
0
votes
0answers
3 views

The regex Str.regexp (“\|\|”) in OCaml incorrectly matches the string “;;”

I am using Str.regexp in OCaml to detect double semicolons or or and and symbols among other things, but a lot of the regexes aren't working as intended. For example, Str.string_match (Str.regexp &...
0
votes
0answers
3 views

Android App is running on some devices but doesn't on another devices…How to solve that?

My app is perfectly running on Huawei Y9 prime which has android 10 and it crashes on Redmi Note 4 which has android 6. I made the project with Android 5...While I am installing the app on Redmi note ...
0
votes
0answers
5 views

How to reduce execution time in this program

I would be really grateful to you guys if you could let me know of some method to reduce the execution time. limit time : 0.5sec Algorithm Question : I want to bridge the site in the west to the site ...
-2
votes
0answers
11 views

Reverse list without reverse funtion and in a single line of code

List=[1,2,3,4,5] I want to reverse this list without using reverse function and in a single line code using python
0
votes
0answers
4 views

Heroku Error: No application module specified. Django

When I deploy my Django app on Heroku I got following error Error: No application module specified. I cleary see that Heroku see wsgi file Starting process with command `gunicorn --pythonpath ...
0
votes
0answers
4 views

MacOSX terminal installing operating system updates via terminal

When running the command, with root privileges: softwareupdate with options softwareupdate -a -d -r automatically download and restart the computer after downloaded software updates? Hard to test as I ...
0
votes
0answers
2 views

Why iOS build is not visible on the appstore connect

I distribute my app at the app store connect but when I try to see the status of the build, this appear to me. Can someone help me? AppStoreConnect
0
votes
0answers
6 views

spotify api returns 400

I am implementing the Search function using spotify api. However, if you request get to api now, 400 will be returned. I want you to help me with this. axios({ headers: { &...
0
votes
0answers
6 views

Dates imported in wrong format in one column in R?

I have a dataset and many columns are dates. For all columns the conversion by as.Date() works perfectly, but for one column. In one column the dates are not presented before using as.Date(), but just ...
0
votes
0answers
3 views

Bad substitution when passing parameter to shell script in Jenkins

I'm attempting to pass value of a variable by setting the stdOut of a shell script. However in The console of Jenkins displays of followings: [Pipeline] } [Pipeline] // stage [Pipeline] stage [...

15 30 50 per page
1
2 3 4 5
1407143