1
vote
4answers
51 views
Software Project Management systems
Ok, so I've only recently started getting serious about learning how to program, and I've started using Mercurial to manage my projects. I chose Mercurial over SVN because of it's …
8
votes
19answers
388 views
Why don’t people just stop developing sites to cater to IE6?
I don't understand why developers continue to program things to accommodate IE6. People should update the browser they use, right?
I've already seen many firms completely stop dev …
1
vote
6answers
137 views
Linux shell bug?
How come FILE_FOUND is 0 at the end of this bugger :
FILE_FOUND=0
touch /tmp/$$.txt
ls -1 /tmp/$$.* 2>/dev/null | while read item; do
FILE_FOUND=1
echo "FILE_FOUND = …
0
votes
5answers
73 views
Online Issue Tracking Tool?
im part of a dev team thats tired of being used as a crutch by the rest of the organization. I want to start to build a document repository of how-tos, work-arounds and other infor …
0
votes
0answers
19 views
from where this unexpected bottom margin appears ?
hi!
if you'll look here
http://clients.ventu.co.il/getapp/
in IE7 there is a strange extra gap between the footer and the content above
which isnt supposed to be there
anyone ca …
5
votes
13answers
237 views
Common reasons for bugs in release version not present in debug mode
What are the typical reasons for bugs and abnormal program behavior that manifest themselves only in release compilation mode but which do not occur when in debug mode?
0
votes
1answer
33 views
Selection Auto-cleared in C# .NET DataGridView
I have a data grid view and after running a separate popup window and coming back to the original the user's selected rows are no longer selected. I did a find all references on t …
8
votes
0answers
261 views
Is this is an ExpressionTrees bug? #3
Expressions class should be more accurate while searching for user-defined operators?
sealed class Foo
{
// just the private static method!
private static int op_Implicit() { …
2
votes
1answer
74 views
Is this is an ExpressionTrees bug? #4
This is not "close to real" situation, but it shows that Expressions API doesn't look for operators in the destination type of conversion if it founds the suitable operator in the …
1
vote
6answers
81 views
oracle pl/sql bug: can’t put_line more than 2000 characters
Has anyone else noticed this phenomenon where dbms_output.put_line is unable to print more than 2000 characters at a time?
Script is:
set serveroutput on size 100000;
declare
…
3
votes
8answers
219 views
Help with strange Delphi 5 IDE problems
Ok, I'm going nuts here. For the last (almost) four years, I've been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include:
Seemingly random errors …
69
votes
111answers
11k views
What bug tracking software do you use?
I'm currently looking at Bugzilla and Trac, as they seem to be the most popular (and I'm hoping that also means if there are any problems, it will be easier to get help), but I'm c …
0
votes
1answer
89 views
Go bug tracking / report system?
Where can I file bug reports for the Go language? I mean reports about a crashing compiler or something else about Go that does not work as advertised. It would also be interesting …
0
votes
1answer
53 views
Is jWYSIWYG editor too buggy for production use?
After reading the comments on this site:
http://www.webresourcesdepot.com/jwysiwyg-jquery-inline-content-editor-plugin/
There is a bit of consensus that jWYSIWYG editor is too bu …
0
votes
1answer
96 views
Ie7 float right bug?
I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it's "bleeding" into the second div. (Sometimes in front …
