The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

OpenLayers removes/destroys new features when zooming out

I have an OpenLayers.Layer.Vector layer that I allow the user to create, modify and delete features and feature attributes. The changes are saved when they hit a "Save Changes" button. If the user ...
0
votes
0answers
4 views

Lost admin “manage_link” capability WordPress. No “Links” menu item in admin menu [migrated]

Going slightly mad. In the process of upgrading a client's website to WordPress 3.5.1 we've decided to use the built-in WordPress "Links" system to manage their affiliations. I am using the "Admin ...
6
votes
3answers
219 views

Specify different types of missing values (NAs)

I'm interested to specify types of missing values. I have data that have different types of missing and I am trying to code these values as missing in R, but I am looking for a solution were I can ...
0
votes
1answer
151 views

No API credentials when adding test accounts [duplicate]

No end of trouble since the developer site and sandbox was changed last week. I've not managed to make a single working call to the new platform since it was launched. I've managed to get as far as ...
0
votes
0answers
87 views

Visual Studio 2012 Missing designer feature? [closed]

I just upgraded to VS 2012 but I'm missing some very handy features in the Design View from 2010, one of them is the horizontal / vertical gradient switch. 2010: 2012: Another thing that is ...
0
votes
1answer
79 views

Responsive Web Design when viewed on iPad is missing components

I am fairly new to responsive web design and am looking for guidance. My problem lays with a missing component. I have a footer that is fixed to the bottom with social media icons, and when I resize ...
1
vote
1answer
158 views

can not use watin

I run a very simple watin console application like below using System; using System.Collections.Generic; using System.Linq; using System.Text; using WatiN.Core; namespace ConsoleApplication2 { ...
0
votes
0answers
38 views

.cpp missing in C++ boost lib 1.49

I have C++ boost lib which I need to build in android. In past I have 1.33.1 boost lib and I am able to build it. In 1.33.1 boost lib I have several .cpp files in this path - ...
0
votes
3answers
1k views

Action Bar - Menu Button - Missing

I have managed to mess up one my Android projects, by removing something (i suspect). Below are my manifests and menu resource's. For some reason my action bar is not displaying the menu button when I ...
1
vote
2answers
312 views

SQL Server 2012 Enterprise - No Analysis Services on “Add features to an existing instance of SQL Server”

We upgraded our SQL Server 2012 Express Advanced edition to Enterprise and found No choce for Analysis Services when choosing "Add features to an existing instance of SQL Server" We used these ...
0
votes
0answers
204 views

sharepoint2007 stsadm exported features are missing during the import

I've exported a moss2007 website via stsadm, and tried to import it on a different server. The import process fails because of missing features. What I don't understand is that when I check the ...
2
votes
1answer
106 views

Feature scalling/normalization with sparse data

I am having a problem with training a neural network with sparse input data to solve a supervised regression problem. When I perform mean normalization (subtract mean then divide standard deviation) ...
3
votes
2answers
3k views

SQL Server 2012 - Analysis Services is not included on the “Feature Selection” screen of the installer

According to the information on this page I was going to add Analysis Services to our instance of SQL Server 2012 Express Advanced: http://msdn.microsoft.com/en-us/library/ms144275.aspx We ran the ...
5
votes
1answer
342 views

Resolving replication conflicts entirely within CouchDB

Is it possible to resolve conflicts caused by database replication entirely within CouchDB? I know it has its own internal algorithm for deciding which revision to use, but can an application ...
5
votes
1answer
684 views

Where is “navigate to” in Visual Studio 2010 Express C#

Is "Navigate to" one of the "missing" features from Visual Studio Express 2010?
50
votes
7answers
17k views

Python thread pool similar to the multiprocessing Pool?

Is there a Pool class for worker threads, similar to the multiprocessing module's Pool class? I like for example the easy way to parallelize a map function def long_running_func(p): ...
2
votes
5answers
102 views

Which features do html form elements miss

I just wondered and wanted to gather together in one place all missing features of our beloved html form elements. One example could be missing of horizontal scrollbar in a listbox. But I am sure ...
5
votes
3answers
1k views

How to handle a missing feature of SQLite : disable triggers?

How to handle a missing feature of SQLite: disable triggers? I don't have it stored the name of triggers for a specific table. For example how can I drop all triggers? What would you do?
1
vote
2answers
602 views

Missing datetime.time.__sub__?

Why can't subtract two time objects? For example, 12:00 - 11:00 = 1:00 from datetime import time time(12,00) - time(11,00) # -> timedelta(hours=1) It seems that datetime.time.__sub__ is missing ...
0
votes
1answer
183 views

How to generically/dynamically create/drop users

(Related to, but separate from http://stackoverflow.com/questions/1502885/syntax-error-with-emulating-create-user-if-not-exists.) Is it possible to achieve the functionality of ...
3
votes
5answers
273 views

Missing features in jQuery [closed]

jQuery is a very popular JavaScript framework nowadays. You can tell that based on number of jQuery tags on this site for example. I haven't used any other JS frameworks and I would like to get your ...
31
votes
5answers
43k views

Function overloading in Python: Missing [closed]

As this says: http://web.archive.org/web/20090624083829/http://mail.python.org/pipermail/python-list/2003-May/206149.html Function overloading is absent in Python. As far as I feel this a big ...
15
votes
24answers
1k views

Important UI Features That Are Often Left Out

I really want to know if I'm missing anything obvious in the software I'm developing. What User Interface features that you consider important are often missing in most software?