search for: heeds

Displaying 20 results from an estimated 137 matches for "heeds".

Did you mean: needs
2012 Jun 26
1
Maildir Seen Flags not heeded when dovecot-shared present
Hi, After many hours of searching (!) and lots of testing procmail scripts, I found the explanation I was looking for -- something you explained at http://www.dovecot.org/list/dovecot/2008-July/032551.html That explains it. Thing is, though, every time I've seen shared mailboxes -- really shared by multiple staff or not -- the preference is in fact for the shared behaviours to also
2006 Jan 30
4
Warning message when returning multiple items
In my function I am trying to return multiple computed items (separated by commas). The function does what I need, but I get a warning message that multi-argument returns are deprecated. Is this a warning I should heed, or is there a more elegant and warning free way of achieving the same end? Thanks --------------------------------- [[alternative HTML version deleted]]
2018 May 14
2
Adding new a new type
I was reading: https://llvm.org/docs/ExtendingLLVM.html And am heeding the warnings that come with new (derived) types. I'm trying to use LLVM to model chemicals. More specifically, there are several reactive groups that exist: salts, bases, acids, etc. that adequately represent their respective values. I, for obvious reasons, want to manifest those types in LLVM so I can type check a
2005 Mar 13
6
newbie uk questions...
hi: Just starting out with *, and I'm planning to heed the advice to start simple and small, but the goal i'm aiming for eventually is: *-based pbx for 10-20 seat small business, based in the UK. Users will have PoE SIP hardphones. So far so good, but two questions, both UK-specific, relating to connection to the outside world (PSTN or VoIP): - are there any UK-based VoIP providers
2006 Apr 10
2
Asterisk and Cisco Callmanager
Hi Guys I have just come from a customer that is looking to install 13 Cisco CallManagers into all their branches, (i tried to convince them to go *). They are looking for a voicemail solution. Now as Kinesis and Unity are way too expensive (apparently cisco is launching a cheap voicemail system too) I was thinking of installing * as the voicemail solution. Lots of goggling i have found
2007 Apr 27
3
The virtuailization patches break Voyager.
Guys currently I am horrified by the ease at which I can find bugs in the pending paravirtualization patches. I have barely even looked at arch/i386 in the -mm tree and it feels like I am tripping over significant bugs left and right. Because no one has heeded my advice and put in a proper platform layer on arch/i386 and we are instead doing a half baked job with paravirt_ops it is still
2007 Apr 27
3
The virtuailization patches break Voyager.
Guys currently I am horrified by the ease at which I can find bugs in the pending paravirtualization patches. I have barely even looked at arch/i386 in the -mm tree and it feels like I am tripping over significant bugs left and right. Because no one has heeded my advice and put in a proper platform layer on arch/i386 and we are instead doing a half baked job with paravirt_ops it is still
2020 Jul 01
1
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi Joshua No back-off, but I am caching the last 5000 results and and first hitting the cache to see if a recent command already provided the information I'm seeking for a particular request. I'll see if I can do some simulation and see if I'm effectively DDOSing the local HTTP interface. I'll have to see if I maybe have a resource leak in my code that makes the HTTP request,
2002 Oct 31
1
Re-Send - Non-HTML - (Sorry) Samba and Solaris and Linux
Hello everyone, Just kind of a generalized question, and looking more for caveats than anything else. We're getting ready to implement the latest and greatest release of Samba on one of our Sun servers. Unfortunately, we haven't determined which one yet, but we only have two, so it's not a big deal. Anyways, I've set up Samba successfully on Linux on multiple occasions, the
2018 May 14
0
Adding new a new type
On 5/14/2018 4:18 PM, Jason Ott via llvm-dev wrote: > I was reading: https://llvm.org/docs/ExtendingLLVM.html > > And am heeding the warnings that come with new (derived) types. > > I'm trying to use LLVM to model chemicals.  More specifically, there > are several reactive groups that exist: salts, bases, acids, etc. that > adequately represent their respective values. 
2011 Jul 13
1
Effecting CentOS change
CentOS has a clear mission. It's the first paragraph on the centos.org home page: CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor. CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible. (CentOS mainly changes packages
2008 Apr 10
1
(no subject)
Subject: nls, step factor 0.000488281 reduced below 'minFactor' of 0.000976563 Hi there, I'm trying to conduct nls regression using roughly the below code: nls1 <- nls(y ~ a*(1-exp(-b*x^c)), start=list(a=a1,b=b1,c=c1)) I checked my start values by plotting the relationship etc. but I kept getting an error message saying maximum iterations exceeded. I have tried changing these
2004 Jul 06
2
Re: errors in randomization test
Colin Bleay wrote: > last week i sent an e-mail about dealing with errors thrown up from a > glm.nb model carried out on multiple random datasets. > > every so often a dataset is created which results in the following error > after a call to glm.nb: > > "Error: NA/NaN/Inf in foreign function call (arg 1) > In addition: Warning message: > Step size truncated due
2018 May 14
3
Adding new a new type
Ok, so I can use the structure-type to represent base or acid or salts. My next question is how union-typing works in LLVM. After reading a bit about, it's unclear to me if it is a "thing" anymore; my intuition -- and poking around in the sources is that it's a "no", it's been deprecated. Which then means that it doesn't much matter about typing LLVM. I can
2004 Aug 06
2
ices, name of current song
Dear Bredan -- I'm seeing them in the debug logs, but they're not making their way into the stream. OTOH, they are making their way to the directories (ie, shoutcast): http://yp.shoutcast.com/directory/?s=lamrim&st=gs&l=25 Any thoughts? Thanks for the great work! Roy At 03:38 PM 7/12/01 -0400, you wrote: >On Monday, 09 July 2001 at 12:26, Darrell Berry wrote:
2015 Dec 03
3
diagnosing noise
Though quiet at the moment, my desktop sometimes sometimes makes a noise that I attribute to either a disk or a fan on its last legs. I'm looking for suggestions for distinguishing. For the disk, I expect I should use either hdparm of fsck. Even after reading the man page, I'm not sure how I would use hdparm. If I use fsck, what should I take as evidence of a bad drive? A good drive? Is
2013 Nov 06
1
R help-classification accuracy of DFA and RF using caret
Hi, I am a graduate student applying published R scripts to compare the classification accuracy of 2 predictive models, one built using discriminant function analysis and one using random forests (webpage link for these scripts is provided below). The purpose of these models is to predict the biotic integrity of streams. Specifically, I am trying to compare the classification accuracy (i.e.,
2018 May 15
0
Adding new a new type
Silly question .. what do you expect to do driving LLVM directly that you couldn't do by generating C and compiling that? It's a lot easier. On Tue, May 15, 2018 at 11:38 AM, Jason Ott via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Ok, so I can use the structure-type to represent base or acid or salts. > My next question is how union-typing works in LLVM. After reading
2007 Oct 26
1
x11(....) kills R without DISPLAY (PR#10379)
Full_Name: Christian Brechbuehler Version: 2.4.1, 2.5.1, OS: Ubuntu GNU/Linux Submission from: (NULL) (24.61.47.236) Context: 'X11' starts a graphics device driver on the display given by argument 'display'. Problem: If the environment variable DISPLAY is not set, the R process dies with exit status 1. Example (start R without DISPLAY from bash): % DISPLAY= R >
2006 Feb 24
4
Any way to pass state to a component?
I am trying set up a rails app that utilizes components. I need to be able to pass some state (a bunch of name value pairs) from the Main controller to the component. Is there any way to pass this state info using render_component? Regards -- Posted via http://www.ruby-forum.com/.