Unanswered Questions

7,253,592 questions with no upvoted or accepted answers
40 votes
1 answer
1k views

Let image ManipulationMode capture pointer

In my app, a user can select an Image and drag it onto a Grid, to play with it. I do this by handling the PointerEntered event of the Grid. Here I detect if the user had an image selected and if the ...
vrwim's user avatar
  • 14.5k
40 votes
0 answers
753 views

Backbone from NPM via JSPM

I'm trying to install backbone.marionette from NPM with the JSPM for client dependency resolving. A simple operation with the following command in commandprompt: jspm install marionette=npm:backbone....
Jesper Jensen's user avatar
39 votes
1 answer
11k views

IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token

I received the following bug report from a Moto E (4) Plus running Andorid 7.1.1: Exception java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token{9857068 ...
Someone Somewhere's user avatar
39 votes
3 answers
7k views

Android "couldn't log to binary event log: overflow"

I have an android app that has been running without problems until I updated my device to android 4.4 (kitkat). Now I start getting this error and some part of the program is broken with this in the ...
Rhystic's user avatar
  • 401
39 votes
2 answers
3k views

Accessibility focus of childviews in nestedscrollview

I have a problem with the accessibility focus of the NestedScrollView child views. Currently, the focus iteration during accessibility mode only iterates through the views where the views are visible ...
kyo171's user avatar
  • 439
38 votes
2 answers
7k views

Slow sass-loader Build Times with Webpack

Summary When we switched to using Webpack for handling our SASS files, we noticed that our build times in some cases became really slow. After measuring the performance of different parts of the ...
mc92's user avatar
  • 495
38 votes
1 answer
1k views

Custom Claim Handling Failed In Single Sign On

I am using the WSO2 Identity Server for Single Sign-On Implementations. In my demo applications, I am trying to get Custom claim attributes of authenticated Users from my own JDBC Database. I ...
Tilakraj Jayswal's user avatar
38 votes
1 answer
1k views

How to `\link{}` to a specific section of an Rd file with Roxygen2?

Say I want to link to the "Details" section of my documentation for function foo, what do I do? \link{foo:Details} doesn't appear to work, so what is the right command?
mchen's user avatar
  • 10.3k
37 votes
1 answer
3k views

Programmatically generate a Google Meet link

I'm looking to start a Google Meet meeting by calling an API that returns the new meeting URL. It looks like this may be possible if I create a new meeting using the calendar API, but it'd be nice ...
codebits's user avatar
  • 549
37 votes
0 answers
484 views

AIR Build Server Setup

I am at the point where I am running into incredibly long build times for my project and more projects to come. I would like to make a build server but I have not had any experience with them aside ...
sfxworks's user avatar
  • 1,091
37 votes
1 answer
2k views

Blame for Google Drive documents

I am trying to write Google document add-on which will help me to check who wrote particular part of the document, in my work every day several people edit the same document and very often instead of ...
anieblas's user avatar
  • 549
37 votes
0 answers
1k views

Interactive selection in ggplotly with geom_hex() scatterplot

I am trying to create a scatterplot matrix with interactive selection between geom items in individual matrix plots. This works when I am dealing with geom_points (inside ggpairs()). When a user ...
user avatar
36 votes
1 answer
2k views

GoogleAnalytics.Property 'parameters' on Entity 'GAIHit' is using nil or an insecure NSValueTransformer

After updating the GoogleAnalytics pod, my app started crashing with the following error: CoreData: fault: One or more models in this application are using transformable properties with transformer ...
CanabaltVi's user avatar
36 votes
1 answer
4k views

Getting DeadSystemException on Samsung SMG950U (Android 8.0.0) and SM 955 (Android 8.0.0)

I am working on a native android app & getting the following report in my Crashlytics but I am unable to figure the the exact reason for this. I have two activities SplashActivity and MapActivity ...
Xc0d3r's user avatar
  • 581
36 votes
0 answers
7k views

Microsoft.Windows.UI.Xaml.CSharp.targets missing on CI server

Problem I just committed the addition of a UWP application to source control. However, my CI server (Jenkins) didn't seem to like that: error MSB4019: The imported project "C:\Program Files (x86)\...
Taylor Buchanan's user avatar

15 30 50 per page