Microsoft Face API in Android - microsoft-cognitive

I am using the Cognitive-Face-Android sample app found here.
All are working except when I use the Identification Button. I was able to add a Group and also able to add Persons within the group and they get saved. However, when i start to add the images for Person A, emulator will show the image but when I click Save, the image did not get added to Person A. It is not getting saved.
Is there anything I need to change in the code?

Related

Firebase dynamic link click counts not increasing and more

As the title says, in the firebase dashboard, a link click count not increasing and stays at 0. There's something more. The dynamic links are missing isi parameter in the long URL which is required to open the app's App Store page. (Yeah I've already added team/app id and selected the responsible app in a link generation process)
Am I the only one here?
Edit: Yes, I'm sure that the link is clicked.

How to enter two or more places simultaneously in "where" field using google calendar of events?

I want to enter two or more places in where field of google calendar corresponding to a one day event. How would I do that? Please help. Take a look with the image below.
Google Calendar currently does not support multiple locations in one event. See a similiar question in the Calendar Product forum.
The best you can do now is to create multiple events for the same time and assign a different location to each.
I have successfully managed to add multiple locations in the where field, however it seems to be restricted to only 2 locations.
In the "Where" box type:
FROM "address A" TO "address B"
Save the event, then click the "map" link that has been generated - it should take you straight to the planned route in Google Maps - not so straightforward on Android though.
Why not create the trip in google maps, then share it. Find the option for short address. Once you copy the hyperlink, you can paste it into the Where box. You won't be able to tell where you are going by looking in the box, but you can copy the hyperlink and plug it into your cell phone.
What about a combo of Chuck's suggestion and the usual?
Make a map, short URL, but paste it in the "Description" so you can access it. Then in the "Where" box, enter the main place you will be or the name of a place that will clue you in quickly to where you'll be.

Different URL paths in different tabs depending on id

Let's say a user has a list of projects, and each project has it's own set of various collection items of charts, reports, tags, etc associated by project._id
When a user selects a project, all the associated collection items are viewable by route, for example /project/<projectId>/chart/<chartId>
Currently, a user can only view one project at a time. If he opens up a new tab or a new browser, he can still only view the one project. If he switches the project, all the other tabs/windows reactively change to the new project. This is because currently the project is tied to Meteor.user.profile.projectId (but I am looking for a better way).
I would like to change this behaviour so that tabs and windows are independent of each other. If a user pastes project\project1 into a new window it should load that and it's associated collections even if his current tab is in project\project2. I hope that makes sense.
I'm not sure how to accomplish this. I am looking for suggestions and solutions. Thanks.
I believe that this can easily be accomplished using session variables:
set a default somewhere in your client code, Session.setDefault('project', 1) (or make sure that project being undefined is handled gracefully)
when a user selects a project, set the variable:
Session.set('project', [selectedProjectId])
Wherever you need to decide which project to show: Session.get('project')

App does not post to user's timeline

I have developed an app using Facebook Graph API and Open Graph. I want my app to display custom data, when the user performs an action on my website. I read about open graph and added a open graph tags, etc. I have used the following code
$post_url = "https://graph.facebook.com/me/myappnamespace:mycustomaction?method=post".
"&mycustomobject=mywebpage".
"&access_token=".$_SESSION['access_token'];
Right now, whenever a user uses this app, it appears in his activity. But, it is not shared on his timeline. What permissions do i need to ask the user to be able to post to his own timeline? Currently, I am asking for publish_actions and publish_stream
What am I missing? I followed the exact steps in the tutorial, but am not able to post to the timeline using opengraph.
You no need to add any permissions except publish_actions and publish_stream. But you should add a new tag like fb:explicitly_shared. Set this as BOOL value. If you set true, it will show in the user's timeline, else it will not.

Iron Speed Designer

I have a problem when changing table column name in Iron Speed Designer.
I made Accept changes for selected table to apply the change but I have problem.
I saw on the Iron Speed web site that I must use the Map Field dialog from the Databases tab. However, I couldn't find this option on Databases tab.
Some times it happens to me also..
But I use Rebuild All and some times I have to use Regenerate and Reload Stored Procedures.
That solved for me.
Here is how in version 8.
Rename the field in the DB. Scan for schema changes.
Then go to the databases tab.
Find your field, it should show the old name as (deleted) and the new name as (added).
Select the new version. Then in the properties pane on the right at the top you should see a "Map field to" option. Click the three dots at the end and you should get a box pop up there you can select the old field.
Hope that helps.

Resources