broken

Broken Pipe error

I am using write() on a opened data socket in FTP implementation to send the file out. But after writing some data it is hanging for some time; and after that it is returning with Broken pipe error. any help in this will greatly appreciated. My process reads packets from one buff and writes in to the socket. I noticed this problem with i...

jQuery UI Sortable serialize not working!

The notes on UI Sortable 'serialize' says it creates a passable array based on the ID of the sortable list. You're supposed to use an ID with a name and underscore "foo_" and it creates an array -> foo[1], foo[2], etc. However, it does not work. I'm getting a result that looks like this: '[] = foo_1, [] = foo_2, etc. Has anyone else had ...

iPhone storekit sandbox stopped working.

Bug reported as fixed by Apple, see accepted answer below ... UPDATE MON AUG 23rd 10:00 GMT Although the bug report with apple hasn't been closed yet, it now seems to be working (at least for a couple of us) OK. It could be they have nailed it, or the fix is in testing, and I'll report back when (if) I hear anything more from Apple. ...

Breaking the build for a couple days

I recently sent an email to my colleagues explaining that I need to make some changes in our shared ClearCase view which will mean that our project will be in a non-compilable state for a day or two. One guy is complaining about this. What can I do to prevent his complaining? ...

Suddenly can't cast IWebProxy to WebProxy

I have some code that creates an IWebProxy and then casts it to a WebProxy. I ran my program and it worked. Then I inserted a break point and it all of a sudden stopped working and gives me the error: "Unable to cast object of type 'WebProxyWrapperOpaque' to type 'System.Net.WebProxy'." Another thing is that we use this method in 2 othe...

FooterWrap breaking box

What's up with my Footer CSS ? Using the Web Dev toolbar in Firefox I can see that it's got a box and it seems to be pushing it all down to the next line - no padding or margins that I can see.. I'm sure it's an easy fix - if someone could point out what's up that would be ace! Thanks guys! Website is here for Love Jungle Clot...

Broken Pipe when Using Python Multiprocessing Managers (BaseManager/SyncManager) to Share Queue with Remote Machines

In the last month, we've had a persistent problem with the Python 2.6.x multiprocessing package when we've tried to use it to share a queue among several different (linux) computers. I've posed this question directly to Jesse Noller as well since we haven't yet found anything that elucidates the issue on StackOverflow, Python docs, sour...

UNIX C BSD Sockets TCP_KEEPALIVE how to check if socket is marked as broken

I have been trying to implement the TCP_KEEPALIVE parameter for a C server socket and I can't seem to figure out how to check if the socket is marked as broken. I followed this tutorial for configuring the socket to do the keep alive but it says that "If no ACK response is received for nine consecutive times, the connection is marked as...

FancyBox breaks input submit code behind click event

Hi guys! Not using forms!! Scenario: 1. 3 divs - div 1 and 2 display: block, div 3 display: none; User clicks on Edit - div1 and 2 display: none, div 3 display: block In div 3 i list all the articles the user has written (repeater). While repeater items are created i also create in hidden placeholder divs with textbox:header, textbo...

Fix broken element that miss ending tag or /> with c#

Is there a simple way to fix elements in a html document that miss the ending tag, or /> ending? I'm using ASP.NET with c# (loads html with the help of Html Agility Pack). An example: <img src="www.example.com/image.jpg"> should transform into <img src="www.example.com/image.jpg" /> or <img src="www.example.com/image.jpg"><...

east asian language is broken when I make Executable in DrRacket(language is scheme)

hello~! I'm using DrRacket for Scheme Programming. for I'm not a person who use native English, I need to print out east asian language. there is no problem when I press run button in IDE. east asian language is printed well. but when I make an Executable file, and execute, east asian characters were broken when program prints out. ...

Android animation startOffset broken or buggy?

Hi, I've taken some animation xml straight from the android docs, and as far as I can see, doesn't work on either my 2.1 update 1 emulator or my 2.1 update 1 Galaxy S device. Specifically, I'm trying to create an animation to pulsate a view (i.e. make it smaller then larger in one animation) This is the very simple markup: <?xml...

Jquery staggered fade-in is breaking my slider

Hi, I'm trying to stagger the loading of my page, which has a slideshow on it. Ideally I would like the page to load in two steps, header first then the body, but when I break it down this way my slider reacts poorly. I've been through a few steps but can't get it all to come together the way I want. -If the whole page fades in at ...