All Questions

7,341,112 questions with no upvoted or accepted answers
38 votes
2 answers
5k views

FB.ui feed dialog is "ignoring" the picture attribute, using cached og:image tag instead

Here's my FB.ui code: FB.ui({ method: 'feed', message: '', link: 'http://mywebaddress/pathToContent', picture: 'http://mywebaddress/pathToPhoto/photo.jpg', display: 'popup' }); The ...
Chaddeus's user avatar
  • 13.3k
37 votes
2 answers
1k views

Android Studio shows C++ file icon on every file

After updating Android Studio to version 4.1 every file icon in the project is shown as a C++ icon. Is there any way to repair this? This is how it looks: You can see every file, no matter what ...
iknow's user avatar
  • 9,504
37 votes
1 answer
921 views

Deploying Spark and HDFS on Docker Swarm doesn't enable data locality

I am trying to set up a Spark + HDFS deployment on a small cluster using Docker Swarm as a stack deployment. I have it generally working, but I ran into an issue that is preventing Spark from taking ...
kamprath's user avatar
  • 2,278
37 votes
0 answers
22k views

Sec-Fetch-Mode and blocked CORS

So I have the same website making the same request to the same server on (1) Chrome 76 and (2) Chrome 77 from different networks and computers. One request has (1) Sec-Fetch-Mode: no-cors, Sec-Fetch-...
Benjamin E.'s user avatar
  • 5,112
37 votes
0 answers
6k views

Does Google expose "Find my Device" APIs?

Google has its "Find my Device" service allowing you to find your phone, make it ring (even when silenced), remotely wipe it, etc. by entering here: https://myaccount.google.com/find-your-phone What ...
Jesús Alonso's user avatar
37 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
  • 485
37 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
37 votes
0 answers
9k views

psycopg2 could not translate host name

My airflow server periodically fails. When I check the gunicorn logs, the error before all works shutting down looks like this: OperationalError: (psycopg2.OperationalError) could not translate host ...
Brett's user avatar
  • 779
37 votes
1 answer
10k 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
37 votes
1 answer
9k views

MySQL Entity Framework 6: Database First. How to create classes?

Until now I've been using EF6 with Visual Studio, mostly code first, rarely database first. To import some test data, someone gave me the connection to a database in MySQL. In MySql Workbench I can ...
Harald Coppoolse's user avatar
37 votes
0 answers
723 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
37 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
37 votes
1 answer
977 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
  • 10k
37 votes
1 answer
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
  • 419
36 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
  • 539

15 30 50 per page