Skip to main content
0 votes
0 answers
103 views

I am testing the CyberSource REST Payments API in the sandbox environment. POST https://apitest.cybersource.com/pts/v2/payments Authentication HTTP Signature using: • Merchant ID • Key ID ...
Praveen Mathi's user avatar
0 votes
0 answers
75 views

I need to implement automatic sign-in in a tvOS app using new VSUserAccountManager functions added in tvOS 26. This code let accountManager = VSUserAccountManager.shared if #available(tvOS 26.0, *) { ...
Roman Podymov's user avatar
0 votes
0 answers
86 views

I am trying run browser_use Agent actions such as clicks, typing, and screenshots inside an E2B sandbox Chrome instance, not local Chrome. Currently, the agent spawns local Chrome processes even ...
THE INNOVATIVE BOY's user avatar
-1 votes
1 answer
199 views

Summary I'm trying to deploy a Python code execution service using nsjail for sandboxing on Google Cloud Run, but nsjail fails with `prctl(PR_SET_SECUREBITS)` errors even with minimal configuration. ...
Venkat Nikhil's user avatar
0 votes
0 answers
69 views

So here is my problem... I setup everything in sandbox environment including a webhook (PAYMENT.CAPTURE.COMPLETED event). Everything works perfectly, my API gets called and logs appear on dashboard. ...
Misha Mikhail's user avatar
0 votes
0 answers
45 views

I have make build using cordova platform add [email protected] version but getting error when run on iphone device I am trying to my web in iFrame and iFrame host in cordova app. (web framework is DNN(https:/...
Chetan's user avatar
  • 216
1 vote
0 answers
157 views

I'm trying to run app from Xcode on real device with sandbox mode. What I've tried so far: Locally: iPhone reset using: Reset All Settings Developer mode on device is Enabled Settings > My Name &...
Marcin Kapusta's user avatar
0 votes
1 answer
330 views

I've been using E2B sandboxes for around 2 month. I have been distant from E2B and coding in general for a a few weeks and now that I'm back and want to test the project I was working on I'm getting ...
Pexicade's user avatar
  • 101
0 votes
0 answers
119 views

I have an iframe which might contain these commands: setTimeout(function(){window.top.location.href = "//www.stackoverflow.com";}, 1000); setTimeout(function(){window.open("//www....
Ivan Kuckir's user avatar
  • 2,575
0 votes
0 answers
45 views

I'm working on a sandboxed Mac SwiftUI app. The user selects a file. I read a few things from the file, then I want to copy the same file to URL.temporaryDirectory. Reading the file in question is ...
Mitch Cohen's user avatar
  • 1,683
2 votes
1 answer
547 views

I am developing an App Store app that will run on iPhone, iPad, and Mac (universal purchase). To test synchronization between devices, I need to sign in with the same account for in-app purchases. On ...
Nenharmha's user avatar
0 votes
0 answers
76 views

I am trying to compile a hello world c program using gcc using the following nsjail command - sudo nsjail -B / --cwd /mydir -- /usr/bin/gcc main.c I know, extremely naive and insecure way of ...
Tony's user avatar
  • 110
0 votes
0 answers
162 views

I am developing a Screen Time App for iOS and I am having issues with the ShieldConfigurationExtension (ShieldConfigurationDataSource). I know this extensions is sandboxed but I should be able to read ...
Lukáš Matuška's user avatar
0 votes
1 answer
125 views

I am trying to connect the sandbox environment of Yodlee Evestnet. I have set up the backend with Node (Express) and am setting a post request to the URL "https://sandbox.api.yodlee.com/ysl/auth/...
Aditya Dhanraj's user avatar
0 votes
1 answer
314 views

I'm running a simple web application that creates a JSON out of some data the user manipulates in a web UI. The page is served as a GitHub Pages hosted site. What I'm trying to do is to create a ...
Edwin's user avatar
  • 827

15 30 50 per page
1
2 3 4 5
166