Questions tagged [integration]

The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. For numerical integration problem, please use tag [numerical-integration].

Integration can also refer to the Integration function in Calculus.

Useful Links

Related Tags

5329 questions
1
vote
1 answer

R: Integration with integrand having a product term

My goal is to find solution to the following integration in R. I have tried the following code, but it does not work. my_func <- function(x){ n=45 alpha_const=1 beta_const=1 term_11 <- c() for (i in 0:n) { term_11[i+1] <- (n-i) /…
1
vote
1 answer

How to get whole Kisi unlock history of a user using Kisi API?

I want to get the total no of unlocks event for each user on Kisi. As I checked the Kisi API, I can use Kisi Events API for that. I can set the action, actor_id params to get only unlocks among the various kind of events. The problem is the limit of…
Ping Zhao
  • 266
  • 5
  • 19
1
vote
2 answers

(React) How to preview input images before uploding in react?

enter image description here I have these five input fields and below are their previews BUT only the last upload image is being displayed I want to display all five images ` this is what my current code looks like const [preview, setFilepre] =…
1
vote
0 answers

Dialogflow and Slack integration not working following the official Dialogflow documentation

DialogFlow used to be fine with Slack integration, the icon "Slack" in integration menu is the same. But got the same error: I tried with other coworkers trying to fix or at least understand the error message. The error message says that I can…
BeepMaster
  • 61
  • 4
1
vote
0 answers

Google wallet generic pass upcoming notification

I have integrated google wallet api with my .net core web app , the pass is displaying properly , but I need to know how to use the upcoming notification feature in the generic pass , I tried to understand it from the google wallet generic pass…
1
vote
1 answer

How to set up YouTrack integration with GitHub?

I’m working on YouTrack Integration with GitHub. My aim is to ensure that when a pull request is merged, the corresponding card moves from column “In Review” to column “Done”. I’m currently trying to achieve it via action-youtrack-move Workflow code…
wilfordaf
  • 13
  • 2
1
vote
0 answers

(django) razorpayx webhook receiving empty queryset instead of any payload

this is my webhook url i am using ngrok service for this https://061c-103-223-8-94.in.ngrok.io/intg/rzpwhook/ when i try to change any payout status. i am getting empty queryset instead of any payload this is my view: @csrf_exempt def…
1
vote
2 answers

kiwi tcms integration woth JIRA

I try to connect my Kiwi TCMS to JIRA server, but when i try to report a bug to jira it open always same project. How to define link betwen projects in Kiwi TCMS and JIRA server? Where can i configure that parameters? I only add jira to bugtracker…
1
vote
5 answers

Is it possible to run two javascript libraries, MooTools for Selectervizr, jQuery for everything else?

Selectervizr works best with MooTools but the site I am building uses jQuery. How can I make Selectervizr work at its best without just moving completely over to MooTools?
Craig Ward
  • 2,425
  • 5
  • 33
  • 51
1
vote
0 answers

how do I add multiple postman collections to 1 Github repo?

Created several collections for company API test. Trying to add them to a GitHub repo using postman GitHub integrations. When I'm trying to select a collection to add to the repo, it only lets me select 1 collection, not all of them. Is it possible…
B Ahern
  • 11
  • 4
1
vote
0 answers

Integrate ShareTribeSdk into React Native

Sharetribe creates my backend, and I need to integrate that backend into my React Native app and I don't find any reliable document by which I can add that to my app.
1
vote
1 answer

How to get LineItems of an Order using Shopware 6 Store API

I want to integrate shopware in my application and I have a problem with the api. I used dockware.io solution to get started with shopware and create a demo store. I was able to create customers and products and place orders. But while I request the…
1
vote
1 answer

How to Create a channel integration like Shopify in my courier company portal?

In a courier company I want to integrate different Channel like Shopify in the portal so that the order from Shopify will be list in the portal and then they can ship the product from the portal. It is like shiprocket or nimbus which integrate…
Bibek
  • 11
  • 3
1
vote
0 answers

Gitlab - Jira integration: transitions to "Done" do not work

I would like to understand why the following Gitlab <-> Jira integration does not work. What I mean by "not working" is that tickets in "In Progress" or "In Review" state do no transition to "Done" when Gitlab Merge request referencing them (using…
1
vote
3 answers

PHP and Java Integration within codeigniter

I have a PHP 5 based site which I need ti integrate with a range of Java classes I have created. Basically I have created a webservice to post xml to a file, once in that file I parse the xml and want to call methods within a java file. I have no…
jbrevel
  • 21
  • 1
  • 4