4,804 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
33
views
Oauth v2 integration with zapier take me 404 error on redirection url
I have setup private app in zapier. I have setup oauth v2 authorisation for connect to my app.
const zapierUrl =
`https://xxxxxxxxx.ngrok-free.app/zapier-oauth/authorize` +
`?token=x` +
`&...
0
votes
0
answers
44
views
Integration of ml model to flutter application that works totally offline [closed]
this application is totally offline and i tried to add ml model to the application but it did not support the file type and only support(tflite_flutter).
local_notification (it is also not working)
...
0
votes
2
answers
114
views
SQL integration and multiply on huge dataset
I would like to find an efficient method to multiply 2 array element by element then integrate the result.
My table contain primary key, then 5 lists of real (16 bits) : time, channel A, B, C and D. ...
Advice
0
votes
2
replies
54
views
Integrating and Merging Third-Party API Data with Local Database
Hello I'm currently stuck doing API integration on my project. For background the user can connect a third party invoicing API to their account then they can see and manage those data with the data in ...
Tooling
1
vote
1
replies
85
views
What is the current recommended way to run integration tests in Flutter (since integration_test is discontinued)?
I’m setting up integration tests in a Flutter project and noticed an inconsistency between the official documentation and the current state of the packages.
The official Flutter documentation still ...
0
votes
1
answer
43
views
The card details section not apperaing during Tap Web Card SDK V2 integration on website
has anyone faced this issue ever during integration of tap payment gateway web card sdk v2 https://developers.tap.company/docs/card-sdk-web-v2
const { unmount } = renderTapCard("card-sdk-id&...
0
votes
0
answers
29
views
Xero Contacts API only updates "Bills" payment terms but ignores "Sales" payment terms
Title:
Xero Contacts API only updates "Bills" payment terms but ignores "Sales" payment terms (no error returned)
Body:
I’m working on a Salesforce → Xero integration that updates contact payment ...
0
votes
0
answers
38
views
Twilio Integration and Dialogflow CX
I am trying to integrate Twilio and Dialogflow CX.
In Dialogflow when I click connect to integrate Twilio:
nothing happens
connects to twilio, within seconds the page refreshes back to Dialog Flow CX ...
0
votes
1
answer
60
views
Can Media Session API be used to control Web Speech API spoken word playback?
In Google Chrome, I’m experimenting with combining the Web Speech API (speechSynthesis) and the Media Session API so that browser-level play/pause hardware keys (and OS media controls) can control ...
0
votes
0
answers
49
views
Micronaut ignores test container
Here is part of my test:
@MicronautTest(startApplication = false)
@Testcontainers(disabledWithoutDocker = true)
class AggMapperIT : TestPropertyProvider {
@Inject
lateinit var aggMapper: ...
2
votes
0
answers
67
views
Incorrect PieceWise result of integration in Sympy
Result of integrating a function
x,z = symbols('x z', real=True); x,z
px,pz = symbols('p_x p_z'); px,pz
xxe = exp( pz*z + px*x ); xxe
xxe.integrate(z)
in second case of PieceWise doesn't include the ...
0
votes
0
answers
56
views
After restarting home assistant device is displaying as device is no longer avilable
Doing MQTT integration with the gateway. Currently, I use the MQTT Explorer tool as a gateway to publish a message in a particular topic to Home Assistant.
configuration topic is homeassistant/light/...
0
votes
0
answers
31
views
Openweather integration in appsheets
I'm having trouble integrating a weather API into Appsheets. I want the user to enter their location and then the API returns the weather data. I have a locations table where it is ref in the ...
0
votes
1
answer
70
views
How to run module aar file in flutter plugin
I create module in flutter with simple one screen and create aar file , I add that in flutetr plugin and run that plugin through example project , it works in debug mode but in release mod it gives ...
0
votes
0
answers
32
views
Integrating a flutter application into another, and I'm facing troubles with navigation
We had two applications, Let's call them Application A , and Application B.
Our company wanted to Integrate App B into A as one app.. So, B will now be a mini-app inside A.
The problem with is that ...