Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
232 views

Is there a Diff library for java that supports Annotate/Blame?

I'm digging through Google's results for free (open source) Java diff libaries, and there seem quite a bunch of those (some of them even working with generic Objects and not only with Strings). ...
4
votes
5answers
2k views

TFS annotate/blame summary report for a project

In Team Foundation Server, I know that you can use the "Annotate" feature to see who last edited each line in a particular file (equivalent to "Blame" in CVS). What I'd like to do is akin to running ...
3
votes
1answer
295 views

matplotlib annotate xycoords=('data','axes fraction') => TypeError: 'NoneType' object is not iterable

>>> import matplotlib >>> matplotlib.__version__ '0.99.1.1' the following code runs: import matplotlib.pyplot as plt plt.figure() ax=plt.axes([.1, .1, .8, .8]) ...
2
votes
1answer
56 views

Django: how to annotate based on another annotation, or perform operations on an annotation

So I am making something that organizes a school schedule. The school in question is organized in a way that the classes stay together in the same room and the teacher moves, the schedule is different ...
2
votes
1answer
67 views

How to use ClearCase annotate sub-command?

I'm trying to find out how to get a code history report in which I get the file version for each of code line. I don't need to get multiple rows for each code line. only one. The 'annotate' ...
2
votes
1answer
135 views

Django - How to annotate QuerySet using multiple field values?

I have a model called "Story" that has two integer fields called "views" and "votes". When I retrieve all the Story objects I would like to annotate the returned QuerySet with a "ranking" field that ...
2
votes
6answers
186 views

SVN - Does a merge preserve the author so that blame will be correct?

In my team, some we help each other with the merges. I.e. my code is merged back to trunk by someone else. It seems like the author info not is fully preserved during a merge. When I do annotate ...
2
votes
3answers
104 views

Can someone explain/annotate this Ruby snippet with comments?

Could someone please add comments to this code? Or, alternatively, what would be the pseudocode equivalent of this Ruby code? It seems simple enough but I just don't know enough Ruby to convert this ...
2
votes
2answers
2k views

Annotate PDF within iPhone SDK

I have managed to implement a very basic PDF viewer within my application, but was wondering if it was possible to add annotations to the PDF. I have looked through the SDK docs, but not found ...
1
vote
1answer
29 views

Bundle Install Fail- Rails Tutorial

bundle install Fetching source index for http://rubygems.org/ Could not find gem 'annotate-models (= 1.0.4) ruby' in any of the gem sources listed in your Gemfile. But clearly its in my gemfile, ...
1
vote
3answers
123 views

django aggregate or annotate

This is a very stupid thing, I know, but I just don't seem to get the handle on Django aggregate and annotate functions. I have a very simple set of models: Events, Areas and Types. An event has ...
1
vote
1answer
91 views

Annotate gives Nomethod error

I have ruby 1.9.2 and rails 3.1. I am trying to get annotate 2.4.0 to work, but I get nomethod errors. I have tried uninstall and reinstall but it did not help. Please see the spool after the jump. ...
1
vote
1answer
50 views

How to use ClearCase Annotate

I'm trying to use annotate but have a problem: The output ignores some information (date and username) if it was displayed for the same version before. I'd like to display them in any line. This is ...
1
vote
1answer
92 views

Generate @Indexed annotation using Jaxb or HyperJaxb

I want to implement lucene based hibernate search in my assignment. For generating domain objects I am using HyperJaxb3. I want @Indexed annotation to be added during domain object creation using ...
1
vote
1answer
61 views

Django Using Annotate Instead of Distinct()

I have read that distinct() API call has some performance issues at times. I wanted to try to rewrite a query through the orm which avoided using distinct (at least profile the difference). My ...
1
vote
2answers
60 views

TFS annotate detect removal of code

This sounds like a simple thing to do, but I am not sure if it is possible ... If I use TFS annotate, I can determine when each line of code was changed and the changeset where it was changed. This ...
1
vote
2answers
75 views

Django query : Call values() on user__userprofile

I have the following models: class UserProfile (models.Model): user = models.OneToOneField(User) score = models.PositiveIntegerField() class Game (models.Model): name = ...
1
vote
1answer
377 views

How can I draw wrapped text using Imagick in PHP?

The Imagick library in PHP allows you to draw text on top of an image. How to I tell Imagick to wrap the text based upon some bounded text box?
1
vote
2answers
2k views

How to get Annotate gem to work?

I've included annotate-models in my :development group, removed Gemfile.lock, ran bundle install, and still it breaks. $ annotate User ...
1
vote
2answers
240 views

How can I annotate a class in pypy?

I am using pypy to translate some python script to C language. Say that I have a python class like this: class A: def __init__(self): self.a = 0 def func(self): pass I ...
1
vote
3answers
213 views

How to add a non database field to a database driven Django model, and set it via a QuerySet preserving its datatype?

I've got a Django model containing various database model fields. One of the manager's querysets retrieves various aggregations via some annotate calls. Some of those annotations are custom made and ...
1
vote
2answers
226 views

Conditional annotations in Django

I got simple requirement (not simple implementation), and figuring out how to achieve it without making multiple hits to db, and without .extra() in queryset. Task: name = xxx status = ...
1
vote
1answer
383 views

Django: How do I explicitly make a query with a HAVING clause?

I need to execute some SQL that looks like this: select approve_firm_id,approve_dt,approve_result from main_approve group by approve_firm_id having MAX(approve_dt) and approve_result=0; it runs ...
1
vote
0answers
269 views

Django annotate on a “custom field” with django-sorting

I have to show entries by date in a django app and i'm a bit blocked : Here's an example of my models: class Event(models.Model): name = models.CharField(max_length=100) theme = ...
1
vote
1answer
121 views

Django group / aggregation

I have following structure with example data: id season_id title 1 1 Intro 2 1 Second part 3 1 Third part 4 4 Other intro 5 4 ...
1
vote
1answer
673 views

Very confused… problem using 'annotate' in Django

So I have two models, a Ranking model and a UserRanking model. The app centers on people taking a list of items and ranking them (ex: "Best Movies of 2008"). The Ranking model is the overall aggregate ...
1
vote
1answer
921 views

Using Stacks in ImageMagick to Selectively Blur Part of the Image

I'm trying to annotate some text onto a base image with a dropshadow. I don't like the results I get from using the -shadow option, so I'm putting down the text, blurring it, then putting down the ...
1
vote
1answer
181 views

How do you change the colours used in the annotate bar in Visual Studio 2008?

I am using a custom colour scheme in Visual Studio 2008. The annotate bar (that shows who checked each block of code in and when) is rendering in some illegible colours. I can't identify which colours ...
0
votes
0answers
21 views

Visual Studio Annotate changing line number in view

I'm using Visual Studio 2010 with VB.NET, in a 4.0 project, with Team Foundation Server. When I annotate, not only do I not see line numbers (which is apparently an unfixed bug with VS 2010 - ...
0
votes
2answers
54 views

what's a git equivalent to 'p4 annotate -a'?

perforce has a very useful command that prints out all revisions of a file, with annotations indicating what versions contained each line in the file. For example, say I create a file foo, check it ...
0
votes
0answers
43 views

How to use django annotate method with extra argument on the group

Suppose I have two classes: CHOICE = (('1', '1'),('2', '2')) class Department(models.Model): belong_to = models.char(choices = CHOICE) class Employee(models.Model): department = ...
0
votes
1answer
26 views

annotate() adding more than needed

I'm having a small issue with my annotate(sum()) function. Now what I want it to do is show a total for all maturities in the given plan, inside the list. Which for the first one it does. Code ...
0
votes
1answer
181 views

rails gemfile 'block in setup'

I'm using rails 3.1 and have specified to get the latest annotate gem from github in my gemfile gem 'annotate', "~> 2.4.1beta", :git => 'git://github.com/ctran/annotate_models.git' I've run ...
0
votes
2answers
71 views

jQuery Plugin that does this?

Is there a jQuery plugin that allows this?
0
votes
1answer
86 views

How to use django annotate() and aggregate() to group a queryset?

I am trying to translate a sql query in django's ORM. Tried to use annotate() but I don't manage to get same results than the sql query. This is my model : class Fuel(models.Model): type = ...
0
votes
1answer
55 views

Need to annotate Django querySet based on which Q object was found

So I have a query with a few Q objects that are OR-ed together (to achieve a UNION), and I want to annotate each result with which Q object was a match. This is so when I go to display my query ...
0
votes
1answer
162 views

annotate cannot find rake executable

I'm using ctran/annotate_models to annotate my models and route files. I'm now getting an error: $ annotate -r $ROOT/usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/shared_helpers.rb:151:in ...
0
votes
1answer
25 views

Django Python noob - how do I get the NUMBER out of a Aggregate sum?

I have a simple Aggregate: tot=PurchaseOrderLine.objects.aggregate(total=Sum('price')) return HttpResponse(tot) This returns "total". If I do: return HttpResponse(str(tot)) It ...
0
votes
1answer
52 views

Django annotate usage over an model instance other than query item

I have a query such that em =Employer.objects.filter(id=1).annotate(overall_value = Sum('companyreview__overallRating')) em[0].overall_value As you see I want to sum of overallRating field of all ...
0
votes
1answer
363 views

Rails 3 annotate doesn't work

When I run annotate at the command-line, I get the following error: $ annotate /.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.7/lib/rails/application.rb:215:in `initialize_tasks': undefined method `task' ...
0
votes
2answers
247 views

Rails Annotate Segmentation Fault

There are a handful of questions that sort of skirt around this question, but nothing that really gets to what I'm looking for. After I bundle install my Gemfile, listed below, I run annotate and ...
0
votes
0answers
176 views

Alternative for Annotate in Visual Studio 2010

Is there an alternative for Annotate in Visual Studio 2010? What is Annotate? http://msdn.microsoft.com/en-us/library/bb385979.aspx With Annotate you do not need anymore comment your whole code with ...
0
votes
2answers
65 views

Can i find out who introduced a code change in a svn repository?

I am basically asking for logs based on content ? Typically the scenario would be, let say a function code I want to know who introduced. I will have to check the logs and comments. if someone forgot ...
0
votes
0answers
39 views

How to annotate an SQL source file opened in Visual Studio 2010?

Sorry if this question has been asked before but I did some searches and could not find any information. When I open an SQL file in Visual Studio 2010 and right click in the editor, the "Source ...
0
votes
3answers
192 views

Can Django's .annotate() return objects?

I have a record set that looks like this (extraneous data omitted to protect the easily bored): id | user_id | created | units ...
0
votes
1answer
93 views

Question about Group_by in django

UPDATE This has been confirmed to be a bug of the release 1.3. Here is the ticket http://code.djangoproject.com/ticket/15709 So I want to implement this SQL: selelct id, count(*), max(insert_date) ...
0
votes
1answer
249 views

Question from Pro Drupal 7 Book: Annotate module

So this is likely a shot in the dark, but for anyone out there who knows a bit of Drupal and better yet has implemented the annotate module from Ch. 2 of Pro Drupal 7 Development Do you know how to ...
0
votes
1answer
224 views

Perl - How do I resize and annotate with Image::Magick with a “system” call?

Image::Magick system("convert $imageurl $new"); system("convert $new -geometry 480x360 -blur .8 -quality 100 $new"); and system("convert $imageurl $new"); system("convert $new -resize 480x360 ...
0
votes
2answers
171 views

How can I use annotate() to count a subset of related models in Django?

I'm trying to use Django's annotate feature to add the count of a related model to a queryset. However, I don't want a full count of related objects, I only want to count the active ones (i.e., ...
0
votes
3answers
298 views

Annotate a queryset with the average date difference? (django)

I searched all over place for an answer to this but couldn't find anything. Perhaps this is just a stupid question or a really tricky one. Here it is: Let's say my model is this (pseudo django code): ...

1 2