Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
1 replies
41 views

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 ...
Anderson André's user avatar
0 votes
1 answer
38 views

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&...
Ahmad Hassan Khan's user avatar
0 votes
0 answers
23 views

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 ...
Ob1Newb's user avatar
0 votes
0 answers
35 views

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 ...
Patrick Williams's user avatar
0 votes
1 answer
58 views

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 ...
Matt V.'s user avatar
  • 9,819
0 votes
0 answers
42 views

Here is part of my test: @MicronautTest(startApplication = false) @Testcontainers(disabledWithoutDocker = true) class AggMapperIT : TestPropertyProvider { @Inject lateinit var aggMapper: ...
Alex Bondar's user avatar
2 votes
0 answers
65 views

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 ...
Alexander Pyhtin's user avatar
0 votes
0 answers
47 views

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/...
Prashanth's user avatar
0 votes
0 answers
27 views

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 ...
jorge euricoHD's user avatar
0 votes
1 answer
66 views

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 ...
Syed Zohaib Hassan's user avatar
0 votes
0 answers
30 views

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 ...
Ziad H.'s user avatar
  • 729
0 votes
0 answers
24 views

I'm using the code below to transfer attachments from TOPdesk to Azure DevOps. While the transfer appears to work — the files show up in Azure DevOps — I'm unable to open them, and they seem to be ...
Serdar Donmaz's user avatar
1 vote
1 answer
173 views

First off, I just want to mention that I am a biology researcher not trained in differential equations or dynamical systems. I am doing this as an exercise to get a bit of intuitive understanding of ...
Ahmad Elsayed's user avatar
0 votes
1 answer
119 views

I'm trying to read a Table data in MYSQL DB using Mulesoft SELECT connector, but it's failing with the following error below java.lang.RuntimeException: Attempted to send invalid data through http ...
user avatar
0 votes
1 answer
69 views

We are integrating an external application with the Banno platform and are currently relying on the subId (subject identifier) returned from the Banno API as a unique identifier for each user. I have ...
Alisia Rush's user avatar
0 votes
0 answers
36 views

I am implementing an integration that uses the Digifort VMS HTTP API, that requires to access the list of cameras, groups and live stream of those cameras. The integration is developed but I found ...
Román Alvarez's user avatar
0 votes
0 answers
53 views

I'm trying to create an organization-level Zoom integration using Python. The goal is: After every Zoom meeting, automatically send the meeting transcript to a Webhook URL that I control. My ...
Hamdan Salih's user avatar
0 votes
0 answers
157 views

I'm working on a NetSuite integration and initially had issues with OAuth 1.0, so I switched to OAuth 2.0. I successfully obtained an access token using the authorization code flow. However, when I ...
nitebreaker's user avatar
0 votes
0 answers
34 views

"Below is the output getting post running the code where in archiving function getting 'can only concatenate str (not "NoneType") to str' error , been using 'office365-rest-python-...
Pranshu S Raghuvansh's user avatar
0 votes
0 answers
45 views

I'm working with SNMP Integrations and trying to extract the value of a specific OID (1.3.6.1.4.1.2312.13.1.1.2.1.5) from incoming SNMP trap payloads using JSLT. The SNMP traps are deeply nested JSON ...
Stacknoob's user avatar
0 votes
0 answers
50 views

We have submitted our app for review and it is currently in "Pending" status. We did the REST API integration. We are trying to test the app in prod environment by setting up a new test ...
Kumar Tech's user avatar
0 votes
0 answers
36 views

This is for a UAS project class, we are trying to modify QGroundControl Source code using Qt Creator. However, we are reciving error messages and having trouble getting Qt Creator to recognize the ...
Alex's user avatar
  • 1
0 votes
0 answers
118 views

Openmetadata version is 1.6.7 📋 Description: I have configured OpenMetadata to use Keycloak via custom-oidc following the documentation and Helm values. Despite verifying that the JWK public key (kid)...
ibrarraja's user avatar
0 votes
0 answers
88 views

I am learning middleware technologies and Apache Camel came up first. I am trying to implemet an xml to json conversion but I am unable to implement jaxb dependencies. I tried several and still ...
ABid AK's user avatar
  • 11
1 vote
1 answer
584 views

I am integrating GCP conversational agent to my Vaadin 14 application, the application shows error "Child to insert before is not a child of this node". when I check the developer's console, ...
Ask's user avatar
  • 11
-1 votes
1 answer
292 views

I have an SAP Integration Suite with a loop using a Splitter and Gather modules. The SAP Integration Suite Splitter is getting this error: Unexpected character '{' (code 123) in prolog But I ...
Ken King's user avatar
0 votes
0 answers
42 views

I have a 1d function p(r) = 1-r when r<1 and p(r) = 0 otherwise. Let I1(r) = ∫pdr where integration starts from 0. Let's set the constant of integration so that I1(1)=0. Now, assume r represents ...
udy11's user avatar
  • 23
0 votes
0 answers
25 views

We need to integrate two ERP systems which have to exchange many Entities (Items, Vendors, Prices ect.) and business Documents (Purchase orders, Sales orders, Warehouse transfer orders, ect.). The ...
Teo G's user avatar
  • 1
0 votes
0 answers
87 views

I am still testing my code under sandbox, therefore, I believe giving the consumer key and consumer secret for my application is not a security issue, because I can always delete and change. The main ...
chibole's user avatar
  • 1,012
0 votes
0 answers
73 views

I've installed the grafana/k8s-monitoring Helm chart on my minikube cluster on my physical server (namespace rweather). I've also installed a single PostgreSQL database on that same node, namespace ...
silverfox's user avatar
  • 1,680
0 votes
0 answers
38 views

I code with AIDE code editor, and, you can code non game apps for Android, and game apps; difference being when you select your Template to create; you select Mobile game java/libgdx app template for ...
devka15's user avatar
0 votes
0 answers
51 views

I have created simple boomi WSS test process, which reads input json, validates it for required params and logs validation success/failure in Opensearch. At high level, I have start shape with WSS ...
Jayashri Shinde's user avatar
1 vote
2 answers
95 views

I manually downloaded mpdf 8 files to the application\third-party ..Also Psr\log downloaded in application\psr\log . I modified the path in Mpdf.php and i got this. An uncaught Exception was ...
THUSHARA's user avatar
2 votes
0 answers
27 views

Docs for the Assembla integration are extremely light (non existent). I have an api token generated in assembla by an owner account that consists of the key & secret in the token field of gitlab ...
H23's user avatar
  • 41
0 votes
0 answers
105 views

I’m working on a chatbot built using Cognigy.AI, which is integrated with Facebook Messenger via the Meta for Developers app. Recently, we received a "User Data Deletion Requested" ...
Prithvi's user avatar
1 vote
0 answers
73 views

I am working with xUnit/integration test and need to control the execution order of my tests. The tests are part of a single test collection but are spread across multiple test classes. Custom test ...
user3732708's user avatar
0 votes
0 answers
48 views

I initially set up an integration between Firebase Analytics and BigQuery, mistakenly selecting us-central1 as the region. The export worked correctly, and data was flowing as expected. Later, I ...
Shahar Ram's user avatar
1 vote
1 answer
106 views

Im trying to connect netsuite employee list to PowerBI, using REST Webservices (because my client doesnt have suiteanalytics subscription). I have tested in postman, the conection works fine. But when ...
4N335's user avatar
  • 270
0 votes
0 answers
93 views

I am developing a Shopware 6 External App, which is integrated using the manifest.xml. Within the Shopware admin panel, my frontend is embedded using the iframe functionality from the manifest. Now, I ...
Evunex's user avatar
  • 5
0 votes
0 answers
26 views

I'm encountering an error while trying to generate the APK for integration with Stone. The app requires Positivo credentials to be installed on credit card terminals. However, when I attempt to ...
Matheus Azevedo Rosa's user avatar
0 votes
0 answers
93 views

Are there any guides illustrating how to integrate Page Speed Isights with reCaptch v3? First question, should my API validate the captcha token before calling PSI? Second question, what should my ...
quickshiftin's user avatar
  • 70.4k
-2 votes
1 answer
63 views

I am working with Flowgear and need to communicate with a client's QuickBooks Desktop instance. Typically, this can be achieved using QuickBooks Web Connector, but it has some limitations for our use ...
Manvinder's user avatar
  • 4,591
0 votes
0 answers
16 views

we have developed 2 web services to integrate with external system - one web service will connect with other application using Id password we provided and get a token as reply. second web service will ...
Bhagyashri Patwardhan's user avatar
0 votes
0 answers
154 views

I am working on integrating Flowise with WhatsApp chatbots. Right now, I’m facing a challenge: keeping the conversation history using AgentFlow. It doesn’t seem to have a built-in way to handle this. ...
Gustavo Dimeira's user avatar
0 votes
0 answers
39 views

How can I integrate intercom widget with upvoty.Intercom widget is already deployed on my webapp There should be a separate button in intercom widget which should trigger upvoty drawer which I had ...
Mujahid Hussain's user avatar
0 votes
0 answers
39 views

I'm working on a project using Apache Camel and Spring Boot, and I'm trying to save data to Elasticsearch. I have two XML files: The first file contains a huge list of products. The second file ...
Hiroshking's user avatar
0 votes
1 answer
23 views

In Azure Logic Apps, files are fetched from a file location and file contents are read then we have to replace the charaters 0D-0A (windows EOL) with 0A (linux EOL) which is nothing but CR-LF with LF. ...
Chandana H S's user avatar
0 votes
0 answers
86 views

I implemented the Plaid configuration years ago with the public key. Everything is working fine. Recently Pliad asked us to migrate to Link token instead of public key usage since it is deprecating. ...
Lakshmi's user avatar
  • 338
1 vote
1 answer
85 views

I am trying to solve two coupled differential equations in python using the solve:ivp() function from scipy.integrate but I get an unexplained gain on one of my terms that breaks the equation. It is ...
Lucas Leal Abadi's user avatar
0 votes
0 answers
108 views

I'd like to work with beam elements in ABAQUS. I don't quite understand what is meant by integration points and section points. For a rectangular beam, it says that there are 25 section points for ...
Arthur Artgriculteur Phear Bol's user avatar

1
2 3 4 5
97