Unanswered Questions
7,249,607 questions with no upvoted or accepted answers
33
votes
0
answers
3k
views
How do I correctly configure a WCF NetTcp Duplex Reliable Session?
Please excuse the Obvious Self-Q/A, but this information is widely misunderstood, and almost always incorrectly answered. So I Wanted to place this information here for people searching for a ...
33
votes
0
answers
12k
views
ObjectAnimator onAnimationEnd listener is called before the animation finishes
its weird and strange, but it seems like when I attach an AnimatorListener to an ObjectAnimator I use for animating fragment transactions, the callback gets actually called slightly before finish of ...
33
votes
0
answers
700
views
Why does KIF UIView:dragFromPoint:toPoint not result in touchesEnded:withEvent being called on my view?
This question is about the iOS acceptance testing framework KIF.
I have a test step which uses the KIF extension to UIView dragFromPoint:toPoint. I have a custom view class which implements ...
33
votes
1
answer
1k
views
Instagram /tags/\(hashtag)/media/recent endpoint not returning pagination?
I've been trying to get this to work for probably 6 hours now to no avail, read every stackoverflow question I could find on the topic.
I'm trying to get 100, 200, or maybe 500 photos from a single ...
32
votes
1
answer
8k
views
Keras-tuner Hyperband runing only 2 epochs
The code below is the same Hello-World example from kera-tuner website, but using Hyperband instead of RandomSearch.
from tensorflow import keras
from tensorflow.keras import layers
from kerastuner....
32
votes
1
answer
16k
views
error: incompatible types: NonExistentClass cannot be converted to Annotation @error.NonExistentClass()
I am trying to generate Doka docs of my project. While generating I am getting an error like above. I have searched so many but could not able to get solution to this. I have gone through this link ...
32
votes
0
answers
391
views
Installing error in Google Cloud using CloudML library in R
I'm trying Google Cloud for the first time for training a DNN model with using Keras in R.
The use of the cloudml_train()-function try to install a lot of libraries on the Google Cloud server, and ...
32
votes
0
answers
8k
views
How to include native assets in Nuget on multiple platforms, only 64-bit
I'm creating a NuGet package with the following idea:
Has a platform dependent executable and a dll (Windows, Linux and MacOS).
The native binaries are 64-bit ones.
A .NET Standard 2.0 library to use ...
32
votes
1
answer
703
views
Where can I complain about Google Store target API level restrictions
Google recently announced that they are going to start restricting publishing Android apps that do not target recent API level versions. I support this change, but I need some special case exceptions,...
32
votes
2
answers
6k
views
SimpleSAMLphp State Information getting lost
I have a Service Provider set up at https://biz.dev.originsystems.co.za. I have an IdP set up at http://stage.originsystems.co.za.
When testing the authentication with the tool at https://biz.dev....
32
votes
1
answer
465
views
STGenericIntentDateRange undefined in Xcode 7 Beta
I get the following message in the console when running my app after upgrading to the latest Xcode 7 Beta:
objc[51750]: Class STGenericIntentDateRange is implemented in both /Applications/Xcode-beta....
32
votes
1
answer
2k
views
AWS Toolkit for Eclipse Installation fails on Eclipse Luna
I downloaded the latest Eclipse IDE for Java EE Developers Luna 4.4 and tried to install the AWS Toolkit for Eclipse but got an error message:
Failed to prepare partial IU: [R]com.amazonaws.eclipse....
31
votes
1
answer
2k
views
How Can We Determine If We Can Request Location Permission Upgrade in Android 12?
In Android 12, if an app requests fine location permission via ACCESS_FINE_LOCATION, the user might elect to only grant coarse location permission. Unfortunately, not all APIs work with coarse ...
31
votes
1
answer
4k
views
"Spotlight quit unexpectedly" in MacOS Catalina version 10.15.4, This crash happening after I have installed Xcode 12
I have shown below logs repeatedly.
This crash happening after I have installed Xcode 12 in MacOS Catalina version 10.15.4
Any one please help me to fixing this crash.
Process: Spotlight ...
31
votes
0
answers
3k
views
Getting error code `ErrorIrresolvableConflict` responses when trying to create events on a calendar using Outlook REST API
In the last few days (starting on Oct 28, 2019), without any code change on our part, we've started seeing a significant amount of requests from our server to create events on a calendar (using this ...