The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
749 views

Master Table Application

I am using a basic iPad Master Table Application that uses portrait orientation only. I wish to stop the masterviewcontroller from appearing when you swipe right (making accessible by only the ...
0
votes
3answers
8k views

content page class method calling from master page class

I have a public method in my content page class, I want to call this method from master page class Thanks
8
votes
2answers
3k views

create a git symbolic ref in remote repository

In my remote bare repository the HEAD is pointing to "refs/heads/master" and I want it to point to "refs/heads/other". I am not able to go to remote repository directory and run git symbolic-ref. Is ...
9
votes
2answers
1k views

How to view diff of a forked github project

I have forked a project on github and need to have a set of changes I made since I forked, in diff format. If you wonder - I've forked Apache httpd and I'm changing some code in core. Currently I'm ...
20
votes
13answers
6k views

Is the Scrum Master also a developer on your team? [closed]

I think that Scrum Master role is not a full time job for most mature scrum teams. A team that is running together for a few month can be fine with a Scrum Master that is also a team member since they ...
15
votes
1answer
16k views

How to tell Git to always pull the master branch?

I find git docs very cryptic regarding this issue. I want to do a simple thing, but it seems doing it is not simple at all. I have the following situation: $ git remote -v origin ...
7
votes
3answers
2k views

MySQL in star topology

I have one central database with all the data in MySQL 5.1-lastest-stable. I want to hook up multiple clients in a master-master relationship. Question How do I setup a star topology with 1 central ...
2
votes
3answers
287 views

Why does git say I am 40 commits ahead when I seem up to date and a push-pull (no files) fixes it?

I switch to master and it says I am ahead by 40 commits: $ git checkout master Switched to branch 'master' Your branch is ahead of 'origin/master' by 40 commits. But when I then do a pull it says I ...
1
vote
1answer
1k views

How to add a category to the Master Category List for multiple Outlook accounts?

I am working in 2 addins (one for outlook 2007 and one for outlook 2010). One of the things that these addins need to do is to add a category to the master category list (if that category is not ...
1
vote
1answer
2k views

problem loading data in details jqGrid from master grid?

When I am making a call first time it shows data in my details grid from master grid but when selecting other row its not populating the new data in the details grid.. jQuery("#list10").jqGrid({ ...
0
votes
1answer
254 views

Delphi DBExpress Parent Child No corresponding master record found

I am using DBExpress to connect to MySQL. I have a master detail relationship between two tables. I am providing the parent table via DatasetProvider. On the client side I have 2 clientdatasets. One ...