search for: smelly

Displaying 20 results from an estimated 32 matches for "smelly".

Did you mean: smells
2009 Oct 29
4
Unknown column 'quotes.organisation_id' in 'where clause': SELECT * FROM `quotes` WHERE (`quotes`.organisation_id = 1036)
Hi, I have a small app that needs to keep track of quotes, and organisations. An organisation can either be the unit who finally receives the goods (the end_user) or and intermediary (customer) (and in some cases both) An Organisation will (hopefully :) ) have many quotes; and a quote can belong to an organisation, either as a customer or as an end_user or both. So the quotes table
2008 Jun 04
2
Mock with an attributes that has state
I''m developing a rails application. I have an Order model that has_many OrderItems. I mocked the OrderItem model in my Order specs using mock_model. I thought I should focus my specs on each model and always mock associated models. In my Order model I need a way to merge OrderItems which have the same cost and same product_id. That I can spec. The other thing this merge helper
2017 Apr 10
2
[Patch] Non-diegetic support for channel mapping 254
...5) For opus_multistream_surround_encoder_init(), the same comments as for opus_multistream_surround_encoder_get_size() maybe some code can be shared (if possible)? 6) ambisonics_rate_allocation() again duplicates some of the code from above. That should be avoided if possible. Agreed, this is smelly. I will make a new function and call it from all these places. I haven't gone through the details of the rate allocation yet, but I thought I'd give you these comments already. Cheers, Jean-Marc On 07/04/17 11:26 AM, Drew Allen wrote: > Hello all, > > Attached is a pro...
2007 Feb 12
1
Trying to replicate error message in subset()
...ut subset handles this fine and just gives me what it can find in the larger list. Any thoughts on how I can replicate the error? As far as I can tell, the only difference between the case where I am getting errors and the example above is that the levels of x1 in my case are words (i.e., "Smelly", "Howdy"), but strings are strings, aren't they? Mike Michael Rennie Ph.D. Candidate, University of Toronto at Mississauga 3359 Mississauga Rd. N. Mississauga, ON L5L 1C6 Ph: 905-828-5452 Fax: 905-828-3792 www.utm.utoronto.ca/~w3rennie
2005 Nov 16
19
Concerns over Rails' handling of tests
...DD. I have a few concerns about the way Rails approaches tests with regards to controllers/models. Rails has always seemed to apply that you unit test your models and functional test your controllers. For me however, this distinction breaks down in practice and leads to what are in my opinion very smelly tests. Firstly, I don''t like the way that by default Rails assumes you want to test an entire controller in a testcase. I''ve found that this leads to tests that are far to big. I believe better breakdown would be to have a test case for each action, or even a testcase for each ac...
2002 Sep 09
1
winver??
Hi, how can I set the Windows version to emulate in standard wine? In earlier versions a parameter named "winver" managed this. But in an actual version there is no such parameter. Greets, Martin
2002 Sep 11
1
An app stopped working after upgrading wine
Hi! I have a problem with current wine (from CVS). An application, Dynatext DOC browser from EBT, stopped working. It just opens a dialog box saying that the DYNATEXT.INI file was not found and that it has to be either in the windows directory or in the Dynatext directory. I verified it and it really is in the Dynatext directory, as it used to always be, it's readable and its contents is OK.
2005 Aug 23
0
Fixtures: pluraly bitten
...) if pk == ''id'' connection.execute( "SELECT setval(''#{table.to_s}_id_seq'', (SELECT MAX(id) FROM #{table.to_s}), true)", ''Setting Sequence'' ) end end end end The smelly line in there is Inflector.classify(table.to_s) which simply auto-singularizes and camel cases the table name. A thing that might sort of work for english terms, it doesn''t work for other languages at all. In most places in Rails it is possible to work around auto-singularization/-p...
2017 Apr 24
0
[Patch] Non-diegetic support for channel mapping 254
...same comments as > for opus_multistream_surround_encoder_get_size() maybe some code can be > shared (if possible)? > > 6) ambisonics_rate_allocation() again duplicates some of the code from > above. That should be avoided if possible. > > > Agreed, this is smelly. I will make a new function and call it from all > these places. > > I haven't gone through the details of the rate allocation yet, but I > thought I'd give you these comments already. > > Cheers, > > Jean-Marc > > > On 07/04...
2010 Apr 30
3
SecuROM and Wine on Mac OS X
Bah! Okay, so I'm running WINE v1.1.43 on Mac OS X.6.3. Now, I went and bought myself a copy of Oblivion (Game of the Year Edition), but it's got smelly SecuROM in it, which I understand WINE supports? However, whenever I try to run one of the "protected" (from customers) programs it complains that there is no disk. The disk however is there alright, and I have a mapping for the D: drive onto /Volumes/OblivionGOTYUK1, but no luck, doesn&...
2017 Apr 07
2
[Patch] Non-diegetic support for channel mapping 254
Hello all, Attached is a proposed patch for Opus that allows support for encoding non-diegetic stereo audio as a coupled stream for use with channel mapping 254. It also rejects channel counts that are not (n+1)^2 + 2j, where n is 0 to 14 and j is either 0 or 1 (See IETF public draft doc attached for clarification). Please let me know any suggestions / concerns / comments. Thank you for your
2007 Jan 07
3
slow tests on an established project...
Hi all Hope this isn''t too far off-topic on this list, as I think it would largely go ignored on the main rails list. I''m looking for the most pragmatic way to speed up our test suite. This is on an established project, and lets just say that we used way too many fixtures when we started =). For example: Finished in 128.870144 seconds. =============== 392 tests, 2106
2006 Jul 21
4
observe_field submit behavior
I am using observe_field on a number of multi-selects and checkbox form elements whose values would normally come in as arrays on a normal (non-Ajax) form post. I understand that by using the :with => ''name'' I will get name=value in the request.raw_post however if the field I am submitting has mutliple values and the name is of the form ''name[]'', I get
2010 Feb 01
3
validating both sides of a has_one relationship breaks pickle/machinist tests
A lot has been posted about validation issues with associations, however, I don''t see this issue addressed specifically. ex: class Foo has_one :schedule, :dependent => :destroy validates_presence_of :schedule class Schedule belongs_to :foo validates_presence_of :foo_id this creates a circular dependency that breaks test frameworks like pickle and machinist. At first I was
2010 Feb 18
5
Converting hash to option string
Is there a good way to programmatically convert {:a=>''b'', :c=>''d''} to ''a=b c=d'' ? Rails seems to do this knid of thing "all over the place". I see reverse_merge and similar functions ... but I wonder if this is canned behavior somewhere. -- Posted via http://www.ruby-forum.com/. -- You received this message because you
2002 Sep 13
1
"LockFile not implemented in server" messages on a Samba share
I'm trying to run a Visual FoxPro 6 application that writes to a Samba share. It crashes with "LockFile not implemented in server" and "UnlockFile not implemented in server" messages. I've attached a more complete log file to this message. On the Samba server, there aren't any special locking restrictions: for example, oplocks are allowed. Any ideas will be
2002 Sep 09
0
wine-users digest, Vol 1 #1244 - 7 msgs
...r named "winver" > managed this. But in an actual > version there is no such parameter. Check out ~/.wine/config file, section [Version] Andriy Boston, MA As an employee of an oil company, let me assure you that nothing, and I mean NOTHING scares a big company more than a noisy, smelly, obnoxious, disaffected pressure group. Now go away and chain yourself to someone important's front door. TheRegister. Unknown __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com --__--__-- ________________...
2017 Apr 25
2
[Patch] Non-diegetic support for channel mapping 254
...ream_surround_encoder_get_size() maybe some code can > be > > shared (if possible)? > > > > 6) ambisonics_rate_allocation() again duplicates some of the code > from > > above. That should be avoided if possible. > > > > > > Agreed, this is smelly. I will make a new function and call it from all > > these places. > > > > I haven't gone through the details of the rate allocation yet, but I > > thought I'd give you these comments already. > > > > Cheers, > > > > Je...
2007 Aug 30
5
Upper limit to numeric user IDs?
I am still in the familiarisation and testing phase of my puppet implementation, and have a question for the enlightened: Is there an upper limit to the numeric user ID that puppet recognises? Here is what I have so far: System is RHEL4, puppet 0.23.1 All users are defined in LDAP rather than in /etc/password, and their numeric user IDs are sourced from LDAP as well. These numeric IDs
2010 Aug 16
8
Executing js.erb file with :format =>'js'
Hi, I''m trying to get my javascript to execute after clicking a link on my page using :format => "js" here''s my link: <%= link_to image_tag("/images/icons/user_add.png"), add_contact_path(:profile_id => profile.id, :url => request.url, :format => "js"), :title => "Add person to your contacts"%> in my controller i have