All Questions

New search experience powered by AI

Stack Overflow is leveraging AI to summarize the most relevant questions and answers from the community, with the option to ask follow-up questions in a conversational format.

Get early access
7,330,418 questions with no upvoted or accepted answers
Filter by
Sorted by
Tagged with
91 votes
1 answer
2k views

Android ndk gdb loaded shared libraries are missing *.oat

Both gdb 7.7 and gbd 7.11 missed some shared libraries when debugging my device (oppo r7s). I've pulled all libraries to local. Here is a complete list of libraries shown by info shared (gdb) info ...
Joey.Z's user avatar
  • 4,512
75 votes
1 answer
1k views

Was the origin positioning 'box' removed from Xcode 6?

I don't see this tool in Xcode 6. Did they take it out? Can I re-enable it? I use it all the time.
dMurdZ's user avatar
  • 1,009
73 votes
1 answer
3k views

ReferenceError getValuesOfAutofillInputs, Can't find variable: PaymentAutofillConfig

We are facing the Reference error in our code since 2nd of June 2022 on our sentry logs. Moreover its only happening on iOS (iphone) devices only.. Please find the link below to see the error: https://...
Murtaza Hussain's user avatar
71 votes
3 answers
3k views

Zend Framework 2 Doctrine 2 one-to-many checkbox hydration

I have a ManyToMany that I broke into OneToMany and ManyToOne relationship. I want to build a form that has checkboxes instead of collection, and I am using the 'DoctrineObject' hydrator, but it does ...
Mohammad ZeinEddin's user avatar
59 votes
2 answers
3k views

Getting NullPointerException in Android SDK's method updateLocaleListFromAppContext

I have an app uploaded on PlayStore and getting crash on it java.lang.NullPointerException from android.app.ActivityThread.updateLocaleListFromAppContext I have tried searching a lot online to check ...
Richie's user avatar
  • 623
58 votes
3 answers
3k views

Create variable in Kepserver with Node-OPCUA

I have a Siemens 1200 PLC. Using node-opcua client and Kepserver I am able to read the variables and to change the values. Now I would like to create a new variable in the PLC from Node-OPCUA in ...
mram888's user avatar
  • 4,929
57 votes
0 answers
2k views

SwiftUI warning: `Attempting -[UIContextMenuInteraction dismissMenu], when not in an active state`

Using Xcode 12 beta (12A6159) on macOS Catalina 10.15.5 (19F101) when I press "Back" button in NavigationView, navigating back from a pushed View, I see this warning in the console. [...
Sajjon's user avatar
  • 9,038
57 votes
2 answers
2k views

Cargo plugin throws CargoException when deploying on Glassfish - Deployment has failed: null

I'm trying to deploy web application using Cargo Maven plugin on remote Glassfish server (Edition 3.1.1 (build 12)). Glassfish server as well as Java code located on different Linux servers (Ubuntu). ...
Andrey's user avatar
  • 571
57 votes
1 answer
3k views

JobScheduler: controlling delay from constraints being met to job being run

I'm using JobScheduler to schedule jobs. Mainly I'm using it for the .setRequiredNetworkType() method, which allows you to specify that you only want the job to be scheduled when a network connection ...
drmrbrewer's user avatar
  • 11.5k
56 votes
0 answers
3k views

Marching Cubes generating holes in mesh

I'm working on a Marching Cubes implementation in Unity. My code is based on Paul Bourke's code actually with a lot of modifications, but anyway I'm checking if a block at a position is null if it is ...
Statey's user avatar
  • 671
53 votes
2 answers
3k views

Android emulator authorization dialog appear "always allow from this computer" everytime

When I use an Android emulator for the first time it needs authorization for USB debugging. But when I turn on the emulator the authorization dialog shows for about 300ms and then disappears, and this ...
Payam Roozbahani's user avatar
53 votes
2 answers
3k views

WKWebView loads HTML content too slowly in iOS 9 using swift

I have been trying to integrate the WKWebView as a subview of another webview in a UIViewController. I've been able to load the content and communicate properly with the swift and JavaScript. However, ...
Krish Lakshmanan's user avatar
53 votes
3 answers
2k views

InterruptedException when debugging Android app

When debugging in Android Studio, in certain scenarios the app crashes with following exception: 08-27 18:01:25.144 19241-24656/? E/AndroidRuntime﹕ FATAL EXCEPTION: pool-7-thread-1 Process: com....
Marcel Bro's user avatar
  • 4,927
51 votes
0 answers
5k views

CORS OPTIONS preflight requests not showing in dev tools

How to get Safari to display CORS pre-flight OPTIONS requests in the dev tools network tab? IIRC they used to show up, and I know the requests are being made as we can see them logging on the server. ...
stringy05's user avatar
  • 6,551
51 votes
1 answer
2k views

DefaultRenderer error in xamarin.forms (Android)

I am using xamarin forms... And sometimes when I try to go back to my previous page I see this (Android device): System.NotSupportedException: Unable to activate instance of type Xamarin.Forms....
Joyce de Lanna's user avatar
50 votes
0 answers
2k views

“Illegal type synonym family application in instance” with functional dependency

I have a multi-parameter typeclass with a functional dependency: class Multi a b | a -> b I also have a simple, non-injective type synonym family: type family Fam a I want to write an instance ...
Alexis King's user avatar
  • 43.2k
50 votes
0 answers
479 views

swf respondDecisionTaskCompleted call, response time degrade overtime

We have a decided worker running and as the time goes we noticed the response time of the respondDecisionTaskCompleted call was getting slower and slower. We tried using the same instance of SWF ...
Eatdoku's user avatar
  • 6,609
50 votes
0 answers
970 views

Materialize the Value for a Type that has One Inhabitant

Thanks to @MilesSabin's answer I can write a type level Fibonacci sequence: sealed trait Digit case object Zero extends Digit case object One extends Digit sealed trait Dense { type N <: Dense } ...
beefyhalo's user avatar
  • 1,711
50 votes
0 answers
2k views

Galera 10 cluster node dropping queries

We are encountering an error on Node 1 of a 5-node cluster. Queries to Node 1 seem to succeed from a client perspective but are failing to insert. We are seeing a lot of autoinc errors even though ...
Derek Warner's user avatar
50 votes
1 answer
1k views

How to find and fix a Rails and Couchbase memory leak

I have the following test code: def loop_bucket_gets bucket = Couchbase::Bucket.new({:node_list => ['xxx.xxx.xxx.xxx:8091', 'yyy.yyy.yyy.yyy:8091'], :bucket ...
Lazarus Lazaridis's user avatar
49 votes
1 answer
823 views

Game Command format between bluetooth controller and console

I am creating an Android project, in which I have to make android wearable smart watch as game controller which can send commands to games running on handheld device connected to that smartwatch over ...
Manish Dubey's user avatar
  • 4,226
49 votes
3 answers
2k views

How to callback NSStreamDelegate with NSStreamEventOpenCompleted?

I have been working on a NSStreamDelegate, I have implemented call back, I have initialized the input and output stream ilke this... CFReadStreamRef readStream; CFWriteStreamRef writeStream; ...
Newbee's user avatar
  • 3,231
48 votes
1 answer
2k views

Intermittent 401 Unauthorized from Google GCM

We are getting intermittent 401 Unauthorized errors from Google's GCM service. In the past it worked 100% of the time. The problem might coincide with our routers accepting IPv6 traffic, but the ...
Jake Braun's user avatar
  • 1,182
48 votes
0 answers
2k views

Unit-Test project fails to build after installing .NET 4.5

I have a WPF solution in .NET 4.0 that includes a Unit Test project which tests the different commands used in the ViewModels. Everything was working fine, but then I installed .NET 4.5 and VS2012. ...
atiyar's user avatar
  • 7,802
48 votes
1 answer
2k views

How might I get detailed database error messages from dplyr::tbl?

I'm using R to plot some data I pull out of a database (the Stack Exchange data dump, to be specific): dplyr::tbl(serverfault, dbplyr::sql(" select year(p.CreationDate) year, ...
Jon 'links in bio' Ericson's user avatar
47 votes
1 answer
3k views

Multiple Navigation Graphs in Android and Deep Links

I have 3 Activities: Main, Login, Wizard. For each Activity I have separate Navigation Graph with fragment destinations. Main Nav Graph has also Login Activity destination to launch Login screen ...
Michał Ziobro's user avatar
47 votes
0 answers
4k views

Incorrect line numbers - sourcemaps, Webpack 2 Typescript

This issue occurs in Chrome 59.0.3071.115 and Firefox 54.0.1 I have been doing a lot of research on trying to get correct line numbers for my Typescript source code using Webpack 2.2.1 and the open-...
Brian Ogden's user avatar
  • 18.5k
47 votes
1 answer
843 views

Qt5 VideoOverview example does not work. Any solution?

I am stuck for a month with a video example given in Qt Video Overview. I tried that code, but I only get a blank square (QWidget). I am using GStreamer0.10 for media playback over Qt5. I also played ...
user avatar
47 votes
2 answers
5k views

Why has `android:screenOrientation="behind"` no effect in android 4.1.2?

As a test sample, there is an application with 2 activities: MainActivity that launches SecondActivity on button click. It works fine on Android 4.0.4, but on Android 4.1.2 I encountered unexpected ...
moorka's user avatar
  • 543
47 votes
1 answer
22k views

HTML5 Drag and Drop effectAllowed and dropEffect

The relationship between these two properties seems to have been the source of some confusion. Based on reading both the MDN site and MSDN I thought i had figured it out, but now I am not sure... I ...
Woody's user avatar
  • 7,628
45 votes
1 answer
2k views

Using PacketFilter to transparently proxy packets in OS X

There is a cool utility out there called sshuttle. It has depended on ipfw to forward packets in the past. It appears that ipfw is mostly broken in Mavericks and the advice is to use PacketFilter for ...
Matt Smith's user avatar
45 votes
0 answers
2k views

How do I write a TDBCtrlGrid VCL Style custom class?

There are lots of questions here about XE2 VCL Styles and custom colors for Buttons, Panels, edits, etc, and VCL Styles. As much as I wish the existing questions covered it, they don't... So DB ...
Warren  P's user avatar
  • 65.9k
45 votes
3 answers
7k views

How to debug Angular universal?

I am using Angular Universal Starter repo. In angular 4 universal for ssr we could debug browser and node part of application in dev mode(see console), but now I do not see way to debug node part. I ...
dimson d's user avatar
  • 1,508
44 votes
1 answer
528 views

Xcode 6 how to disable "Lost connection to iPhone" message when unplugging a device?

Upon upgrading to Xcode 6 every time I unplug a device that is running an app deployed and started from Xcode, I get the application-wide popup box saying "Lost connection to [device name]". ...
Alex Stone's user avatar
  • 46.5k
43 votes
0 answers
2k views

Generated system.img not running on emulator

I wanted to build a custom ROM for Android TV. I have followed the steps given on the Android Source Code - AOSP website and downloaded the source using the commands below: repo init -u https://...
krupal.agile's user avatar
43 votes
1 answer
2k views

Write/create file within Android Instrumentation context

I have a class that creates (or opens) a file to write some data to it. This class receives a Context in the constructor, saves it in an instance field, and then uses it to call the context....
mato's user avatar
  • 1,471
42 votes
0 answers
6k views

Local overrides in chrome – keep active while devtools are closed

I really like the local overrides feature in chrome. While it is handy during development, I'd also like to use it while my devtools are closed. If this were possible, it could replace extensions ...
panepeter's user avatar
  • 3,284
42 votes
1 answer
7k views

Keras not using multiple cores

Based on the famous check_blas.py script, I wrote this one to check that theano can in fact use multiple cores: import os os.environ['MKL_NUM_THREADS'] = '8' os.environ['GOTO_NUM_THREADS'] = '8' os....
Herbert's user avatar
  • 5,304
40 votes
0 answers
5k views

Recaptcha V3 error incorrect-captcha-sol randomly

I'm getting incorrect-captcha-sol error code sometime while using Google reCAPTCHA server side verification api. I have integrated google recaptcha validation to some of my apis. To do so, I pass ...
Rahul Bansal's user avatar
40 votes
1 answer
463 views

How can I run a subprocess in Equinox with dynamic bundle installation?

I have a Java application that runs in OSGi/Equinox. From this application, I need to spawn Java subprocesses (e.g. via ProcessBuilder.start()) that run in OSGi/Equinox as well in order to handle ...
mapeters's user avatar
  • 1,077
40 votes
1 answer
2k views

What is the ":ABPerson" string in CNContact identifier?

My iOS application checks the contacts from time to time and imports a new one to its own database. I checked that contact and it already exists by the identifier field, that is usually filled by ...
General Failure's user avatar
40 votes
0 answers
2k views

WebView native crash: libwebviewchromium.so "Operation not permitted" - ILL_ILLOPC

I'm seeing a lot of crash reports similar to the crash below, and I'm at a loss for how to diagnose the issue. Crash heading in Google Developer Console: Native crash at /data/app/com.google....
Mark McClelland's user avatar
40 votes
1 answer
3k views

ExecuteRequestHandler spent most of the time

I'm working on some performance related tasks and using new relic to diagnose first. Here is what I have got I'm wondering is it possible to improve on the ExecuteRequestHandler part? Any help will ...
Ryan Chu's user avatar
  • 1,391
39 votes
0 answers
1k views

How do I share a link to a Firebase Crashlytics report?

Has anyone figured out how to get a permalink to a Firebase Crashlytics issue? I'd like to paste an issue link in our bug tracker. The only way I know right now is the copy the address bar, but the ...
bugloaf's user avatar
  • 2,920
39 votes
0 answers
3k views

Laravel Cashier Incomplete Exception Handling for 3D Secure / SCA

I'm currently trying to use Laravel Cashier to handle Billing inside a React application. When using a test card that requires 3D secure (pulled directly from Stripes Documentation) (4000000000003220),...
Squiggs.'s user avatar
  • 4,309
39 votes
0 answers
3k views

NSRangeException Out of Bounds error

I am setting the attributed text of a label, and I am getting this strange error: Terminating app due to uncaught exception 'NSRangeException', reason: 'NSMutableRLEArray replaceObjectsInRange:...
Chandler De Angelis's user avatar
39 votes
0 answers
617 views

Chicago Boss: Routes does not work in production mode?

I created the rahm_test_controller.erl file in src directory, and added an action named hello. In /priv/rahm.routes, I added this line for home page: {"/",[{controller,"test"}, {action, "hello"}]}. ...
Mr.Wang from Next Door's user avatar
39 votes
0 answers
2k views

How to make a composite manifest for Microsoft smooth streaming

I am new to Microsoft Smooth Streaming and have questions about the making of composite manifests. Following the guidance from here. I was able to make a composite manifest of a single clip element ...
Lich's user avatar
  • 631
39 votes
2 answers
1k views

Piwik Filter Graph by Custom Variable

In piwik, is it possible to filter the visitors graph based on a custom variable from the tracker? I want to show an evolution graph of all the visits with a 70 value in the first custom variable slot....
stampede76's user avatar
  • 1,531
39 votes
1 answer
878 views

Android Studio 3.4 dependencies suggestions - make it to not show alpha/beta versions

In Android Studio 3.4 added new window suggestions in Project Structure which suggest update gradle dependencies to latest version. Is it possible to show only final version there without alpha/beta ...
anber's user avatar
  • 3,473

15 30 50 per page
1
2 3 4 5
146609