Dismiss
Announcing Developer Story

You’re more than your resume. Show off what you’ve built.

Check out Developer Story →
33
votes
1answer
16k views

Android USB host read from device

I'm trying to get some data out of a USB device connected to my Android phone that is on host mode. I'm able to send data to it, but reading fails. I've looked at several examples and tried all I ...
33
votes
1answer
1k views

Vkontakte API using OAuth does not work with Captcha

Vkontakte API rejects requests with Captcha. Here is the example what I do. After the third request I get: Captcha error (14) - Captcha needed. According to documentation it's sufficient to add ...
33
votes
1answer
2k views

Using BottomSheetBehavior with a inner CoordinatorLayout

The design support library v. 23.2 introduced BottomSheetBehavior, which allows childs of a coordinator to act as bottom sheets (views draggable from the bottom of the screen). What I’d like to do is ...
32
votes
1answer
967 views

xcode: Timestamped Event Matching Error: Failed to find matching element

I'm trying to record some XCUITesting functions. I get this error. Timestamped Event Matching Error: Failed to find matching element Is this an Xcode bug and/or issues with the complexity of my UI?
32
votes
3answers
962 views

Correlate MSMQ End-to-End trace with WCF Trace and application level logging

Background: I'm troubleshooting a problem where messages sent by WCF over transactional MSMQ (with netMsmqBinding) seem to disappear. The code that uses WCF is in a third-party assembly which I ...
31
votes
1answer
337 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 ...
31
votes
1answer
196 views

Synchronize(“Cache_Group”) part gets skipped , why is it so?

I am trying to figure out that my synchronize("Group_Name") gets skipped if I try to sync different values through it , why is it so . Consider the following issue . I have a SyncGroup named - "...
30
votes
1answer
364 views

Custom linting lib in android

My team and I develop Android apps and have decided on coding guidelines that all should follow. I therefore started implementing custom lint rules as per the following links: Post written by Matt ...
30
votes
2answers
721 views

How to cache query result in ember data

I want to cache the result of a query in ember-data. (findQuery) To make it clear: I don't want to cache the entire models; just what models are the result of the query. Where is the right place for ...
30
votes
0answers
705 views

Warning: There is no class model available for code generation in Visual Paradigm

I'm dealing with a problem in my Visual Paradigm project. I created some Java sources and I did instant Reverse with them. Then I dragged the model elements of the classes to the Class diagram. I ...
30
votes
0answers
2k views

How to train the stanford parser with Genia Corpus?

I have some problems to create a new model for Stanford Parser. I have also downloaded the last version from stanford: http://nlp.stanford.edu/software/lex-parser.shtml And here, Genia corpus in 2 ...
29
votes
1answer
356 views

Publishing Outlook Calendars. What is the server-side setting for sync frequency?

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a ...
29
votes
2answers
536 views

Conditional mapping with graphdiff

I have following entities in my DbContext: public class A { public A() { Bs = new List<B>(); } public ICollection<B> Bs { set; get; } } Sometimes I Want to update ...
29
votes
3answers
716 views

CloudKit: “Internal Error” (1/4000); “Couldn't get a signing certificate”>

I'm running on simulator and the app works fine, but once on an iPhone device it crashes with - An error occured in discoverUserInfo:: The discoverUserInfo is copied code from Apple's CloudKit ...
29
votes
2answers
585 views

Ember js - Hasmany relationships breaks after updating other tables

I am using ember js with local-storage-adapter. i have a weird problem while updating records. I have post and comments model with hasmany relationships App.Post = DS.Model.extend({ title: DS....

15 30 50 per page