search for: misled

Displaying 20 results from an estimated 114 matches for "misled".

2006 Jan 23
0
type mismatch because of misled array index
Most times I look up a list of books I want to know a page reference for each one, so the views that display booklists expect an array of two-element arrays, constructed via a method in the model like so: (class Category) def book @book = Array.new self.bookshelves.each { |x| @book << [x.book, x.pages] } return @book end When I get the list of all books that a user has
2010 Jan 14
3
Barchart bar lengths not proportionate
...ng Many of the values in this chart are 1; however, because the blue bars extend to the left of the "0" tick mark, those bars appear to represent higher numeric values. Is there a way to make the length of the bar proportional to the data value, so that people looking at my chart are not misled? Thanks, Rex [[alternative HTML version deleted]]
2009 Jul 24
3
str(data.frame) after subsetting reflects original structure, not subsetted structure?
...tionale? I would be pretty certain that the information about E was inherited from D, but why wasn't it updated to reflect the revised object? Is there an argument that I can use to force the updating? For better or worse, I use str() a lot to check my work, and in this case, it seems to have misled me. Thanks as always, Bryan ************* Bryan Hanson Professor of Chemistry & Biochemistry DePauw University, Greencastle IN USA
2015 Aug 31
4
Classic upgrade - no email addresses
Hi Rowland, Perhaps I misled you with my wording. Each user has just one email address, which was not migrated across. From where I'm sitting that looks like a very serious bug. regards, John On 31/08/15 19:07, Rowland Penny wrote: > On 31/08/15 07:27, John Gardeniers wrote: >> I've been running through a...
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone Has anybody ever come across this, I want it to join automatically the recording files for me but it creates the wav files as I expect but it doesn't join them sadly, so eg: ls 1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav 1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav Here is my queues.conf snippet [testQ]
2013 Aug 28
2
[PATCH] percpu ida: Switch to cpumask_t, add some comments
...library code. I found things to be quite the opposite - it took 5 minutes of staring, head-scratching, double-checking and penny-dropping before I was confident that the newly-added code actually has nothing at all to do with the current code. Putting it in the same file was misleading, and I got misled.
2013 Aug 28
2
[PATCH] percpu ida: Switch to cpumask_t, add some comments
...library code. I found things to be quite the opposite - it took 5 minutes of staring, head-scratching, double-checking and penny-dropping before I was confident that the newly-added code actually has nothing at all to do with the current code. Putting it in the same file was misleading, and I got misled.
2007 Apr 12
3
Sharing trunks between asterisk machines
Hello eveybody, I've been looking for a way to share trunks between two asterisk servers. I guest I have to use Dundi, but I've not found the exact method yet. I need a way to allow users registered in one server to use the another server's trunks in the case the first server's trunks were busy and vice versa. Is this possible? Thank you so much, any comment will be useful.
2013 Aug 28
1
[PATCH] percpu ida: Switch to cpumask_t, add some comments
...e the opposite - it took 5 minutes of staring, > > head-scratching, double-checking and penny-dropping before I was > > confident that the newly-added code actually has nothing at all to do > > with the current code. Putting it in the same file was misleading, and > > I got misled. > > Ok... and I could see how the fact that it currently _doesn't_ have > anything to do with the existing code would be confusing... > > Do you think that if/when it's making use of the ida rewrite it'll be > ok? Or would you still prefer to have it in a new file...
2013 Aug 28
1
[PATCH] percpu ida: Switch to cpumask_t, add some comments
...e the opposite - it took 5 minutes of staring, > > head-scratching, double-checking and penny-dropping before I was > > confident that the newly-added code actually has nothing at all to do > > with the current code. Putting it in the same file was misleading, and > > I got misled. > > Ok... and I could see how the fact that it currently _doesn't_ have > anything to do with the existing code would be confusing... > > Do you think that if/when it's making use of the ida rewrite it'll be > ok? Or would you still prefer to have it in a new file...
2012 Jan 24
1
[PATCH 0/5] Get rid of get_driver() and put_driver()
...ed after driver_unregister() returns. It doesn''t matter if some other thread still holds a reference to the driver structure; that reference mustn''t be used for accessing the driver code after unregistration. get_driver() does not do any checking for this. People may have been misled by the kerneldoc into thinking that the references obtained by get_driver() do somehow pin the driver structure in memory. This simply isn''t true; all it pins is the associated private structure. Code that needs to pin a driver must do it some other way (probably by calling try_module_ge...
2015 Apr 02
2
sssd-ad cannot be installed with sernet samba
...nformation. So, no worries. > On our machines, sssd works fine. winbind doesn't. > > Rowland, wasn't it you who asked the developers how much work it would > cost them to (to use your term) 'pull' unixHomeDirectory and > loginShell from AD using winbind? You seemed misled that it was to be > made available in the next version. It seems that the developers > themselves regretted that it wouldn't be. > If you use samba as recommended, winbind will do all that sssd does for authentication. Yes I did ask, but I had it explained to me why it didn't...
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
...uctions here > http://llvm.org/docs/GCCFEBuildInstrs.html#ada > to build llvm-gcc with Ada support? Yes. I succesfully followed the instructions to build the LLVM Ada f-e. > If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for > example LLVM-2.7. I was probably misled by the instructrions themselves which state: "Compilers known to work with the LLVM 2.5 release are gcc-4.2 and the 2005, 2006 and 2007 versions of the GNAT GPL Edition. GNAT GPL 2008, gcc-4.3 and later will not work." > Please show how you tried to compile it and what the undefined r...
2020 Apr 16
4
Samba-tool error after update to 4.12.0
On Thu, 2020-04-16 at 07:34 +0100, Rowland penny wrote: > On 15/04/2020 21:29, Andrew Bartlett via samba wrote: > > That is correct. Most of the time this isn't an issue because the > > new > > ldb modules, linking to the new symbol versions, overwrite the old > > files on 'make install'. > > > > However we chose to remove some obsolete ldb
2007 Nov 06
1
[LLVMdev] Passing and returning aggregates (who is responsible for the ABI?)
On 6 nov. 07, at 01:35, Gordon Henriksen wrote: >> But then, why refuse aggregates as input or output of a call? What >> is the rationale? > > Probably in good part because, in LLVM, aggregates (or derived types) > types exist only in memory, not in registers. Thanks, that's precisely where I see a problem. On many recent architectures (Itanium being the extreme case),
2009 Aug 13
4
Time of Day Routing
Hi everybody I have a logic question that is confusing me. ifTime(00:00-12:00|*|*|*) { Playback(welcome-morning); } else { ifTime(12:00-18:00|*|*|*) { Playback(welcome-afternoon); } else { Playback(welcome-evening); }
2015 Apr 02
3
sssd-ad cannot be installed with sernet samba
.... On our machines, sssd works fine. winbind doesn't. >>> >>> Rowland, wasn't it you who asked the developers how much work it >>> would cost them to (to use your term) 'pull' unixHomeDirectory and >>> loginShell from AD using winbind? You seemed misled that it was to >>> be made available in the next version. It seems that the developers >>> themselves regretted that it wouldn't be. >>> >> >> If you use samba as recommended, winbind will do all that sssd does >> for authentication. > But not...
2006 Apr 02
7
RANT: belongs_to -> refers_to
...#39;'primary_picture_id'' at which point Rails helpfully told me that there was no Picture.primary_picture_id field. Then I remembered for the umpteenth time that has_one is for the record that does NOT have the foreign key, and belongs_to is for the one that does, and I should not be misled by the semantics of the actual has_one and belongs_to keywords. Item :belongs_to primary_picture makes no sense. Item :refers_to primary_picture does. This is way too small for even a plugin - and I don''t think that type of syntax change belongs in a plugin, anyway. I have yet to hear...
2003 Jul 16
2
Fatal error in SJava.
...n invoked from Java, it searched for the base package in the wrong place (a subdirectory of the jre, if my memory is to be trusted). I believe he finally solved his problem fixing this "bug", but, I insist, I have not been able to find his message again anywhere and I could be totally misled at this point. Has anybody faced the same problem and knows a way to fix it? Sincerely, Carlos J. Gil Bellosta Sigma Consultores Estad?sticos http://www.consultoresestadisticos.com
2012 Mar 06
3
Inherited node tagging
Dear all, I have observed a behavior that doesn''t seem (to me) to match the documentation. Specially, about tagging, the doc says: " Automatic Tagging All language statements enclosed in a node, define or class structure (read more about puppet control structures [[Language Tutorial]] ) will automatically be tagged with the name of that statement. These automatically- applied