issues

Closing multiple issues in Github with a commit message

I know you can close issues by putting closes #1 or fixes #1 in the commit message. What is the best way to close multiple issues in the same commit message? Also, it appears that using fixes rather than closes doesn't create a link from the commit message to the issue, but it does close the issue. What's up with that? ...

Why is PadLeft not working?

I have the following code: string foo = "blah".PadLeft(4, ' '); But when I check it, instead of foo being "____blah" (with 4 spaces at the start), it's just "blah". Why doesn't PadLeft do what I expect? ...

Anthill build giving errors in OnSite machine

We did a build of our app locally. It went smoothly without errors. But the build using anthill on onsite machine is giving errors like "cannot find symbol" in the class file generated. We downloaded the whole app in another machine here locally and the build was again went good. Want to know what may be possible issue? The methods are ...

Does Google/Android have a "known issues" list?

I'm a newbie Android developer and I'm also in the market for a new phone, so I spent all last week doing side-by-side comparisons between various Verizon 'droids with my wife's iPhone. We found a lot of problems. One problem was on 2 different manufacturers' phones running 2.2, but it does NOT occur on my Android emulator in Eclipse r...

Jquery offset issue

Hi all, I'm trying to position some divs children of the same parent, giving offset top and offset left. It's doing it almost ok, but for some reason jquery is adding the height of the previous item to the top of the next, can someone help me? EDIT: this is my code <html> <head> <style> .earea {overflow: hidden;width: 381px;height: 46...

svnclient.commit() + without usercredential

Hi How to avoid usercredentials while doing svnclient.Commit(). Note: I have to save updated xml file in SVN server using svnclient.Commit() without user credentials. SvnClient client = new SvnClient(); client.Authentication.DefaultCredentials = new NetworkCredential(UserName, PassWord); I want to skip the above code while...

overlapping issue on table view cell

Hi team, I am getting overlapping issue while using following code. I used custom cell and normal cell style for this form. Any suggestion is appreciated (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *RSVNIdentifier = @"RSVNCell"; CreateReservationViewCe...

ASP.Net website perfomance issue

Hi Friends, I have developed a website in asp.net framework 2 . This website is being hosted in two different servers without any change in code. My issue is about the performance of these 2 sites. One website is taking much time for inserting datas to the DB (SQL server 2005). 2 websites are having different DB server. Can anybody he...

Calling popToRootViewControllerAnimated after dismissModalViewControllerAnimated

Hi friends, I am working application in which i calling presentModalViewController and once finished(calling dismissModalViewControllerAnimated:YES) it should immediately call popToRootViewControllerAnimated. But the issue is dismissModalViewControllerAnimated:YES is working properly but popToRootViewControllerAnimated is not working a...

Delphi IDE out of Memory Error caused by GExperts window open

I noticed that there are a lot of IDE memory problems and this is a place where real answers to these issues are found. So.. I thought I would make a section available for answers to (at least) this question is, since I found no other to fix this problem on the net. My problem was that I left my work space for a few hours and when I ret...

How to backup issues list from Bitbucket?

With issues gathering on bitbucket, I'd like to have a way to gather and back them up in the event that I need an offline copy, or no longer use Bitbucket, or something else. The site doesn't offer this service. Is there an alternative mechanism I can use? ...

Python IDLE will not open

After fumbling with some keys on my keyboard while trying to get a script to run by clicking on Run in python IDLE I must of did something, because now python will not open. It opens from the command prompt fine, but the normal way it will not open whatsoever. I tried repairing and reinstalling. Still no luck. I am on Windows 7 machines ...

eSELECTplus API integration issue

Hi, I am trying to integrate eSELECTplus (Moneris) with my application using PHP and I keep on running into weird error. Everything works fine as long as I am using the test api key and store id. When I switch to live API key and store id i start getting "SQL Problem" from the server.. that's the response that I get back from the serve...