All Questions

7,341,084 questions with no upvoted or accepted answers
36 votes
0 answers
468 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,071
36 votes
1 answer
2k views

How can I skip the first occurrence of a repeating UNCalendarNotificationTrigger?

Say today is a Monday and it's 1 PM. I want to schedule a weekly local notification from my iOS app starting today at 2 PM. I'd do this: NSDateComponents *components = [[[NSDateComponents alloc]init]...
Tom Hamming's user avatar
  • 10.8k
36 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
616 views

JPGraph 4 & 3.5 - When a line appears atop a barplot graph, it is rendered twice in slightly different positions. Why?

There appears to be an issue with JPGraph version 4 & 3.5 when creating a Bar Plot graph with a line on top. The line appears to render twice in a slightly different position. If I revert the ...
Chris Townsend's user avatar
36 votes
1 answer
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
35 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
35 votes
0 answers
3k views

Keyboard cannot present view controllers warning

When tapping the "Passwords" button at the top of the keyboard for login/password Autofill, this warning prints to the console log: Keyboard cannot present view controllers (attempted to present <...
M-P's user avatar
  • 4,949
35 votes
0 answers
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
  • 529
35 votes
0 answers
628 views

Writing Coverity model: pointer in struct ALWAYS points to tainted data

I reguarly check lwIP, a free TCP/IP stack with Coverity. As a network stack, we have untrusted data coming in from the network which is stored in struct pbuf (some members omitted for clarity): ...
Dirk Ziegelmeier's user avatar
35 votes
4 answers
3k views

Luma Key (create alpha mask from image) for iOS

I'm building an app that allows people to upload an image of themselves against a white background and the app will create a silhouette of the person. I'm having a hard time keying out the ...
Buyin Brian's user avatar
  • 2,951
34 votes
1 answer
1k views

UnhandledErrorDetected: Unspecified error COMException

Struggling with an error that freezes the app and only occurs on the tablet (never on my laptop). Seems to be related to quickly switching the hamburger menu. I got one stack trace that incriminated ...
DeannaD's user avatar
  • 1,517
34 votes
0 answers
983 views

Android: Loading Custom Midi Instruments DLS files into Sonivox EAS

I'm creating an Android midi application using the popular billthefarmer driver package. With the help of Markus Kauppinen in this thread I was able to make my app generate and control midi events (...
Cody's user avatar
  • 1,849
34 votes
1 answer
301 views

How do I force the use of the desktop menu when the grid is fluid?

I'm using Drupal 7 and Omega 3. The front page of my website needs an image that covers only the top half of the page, and it needs to expand to full width regardless of the browser size. I found ...
cfusch's user avatar
  • 729
34 votes
1 answer
1k views

Clang Error: Reference to NSUTF8StringEncoding is ambiguous

I am trying to create unit tests using the new XCTest framework introduced in Xcode 5. I have a line in one of my test cases that looks like this: XCTAssertEqual([self.client stringEncoding], ...
wjk's user avatar
  • 1,229
34 votes
1 answer
664 views

UIActionSheet centralisation on rotation

A number of others have asked this question, but it's never been answered. The problem seems trivial and yet it hasn't been addressed in Apple's documentation or elsewhere. I'm presenting my ...
Vinod Vishwanath's user avatar

15 30 50 per page
1
3 4
5
6 7
489406