search for: inconstancies

Displaying 10 results from an estimated 10 matches for "inconstancies".

Did you mean: inconsistancies
2014 Sep 16
2
repoquery -f does not work well.
Hi. I've found inconstancy between output of repoquery and rpm. I was looking forward towards apache php 5.4 module which must provided by some package SCL (can someone tell me?). rpm -qf /etc/httpd/modules/mod_proxy.so httpd-2.2.15-29.el6.centos.x86_64 repoquery -qf /etc/httpd/modules/mod_proxy.so so repoquery results in no output yum list installed httpd Loaded plugins: fastestmirror
2007 Feb 13
3
[Bug 505] iptables-save still doesn't like quotes
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=505 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|laforge@netfilter.org |pablo@netfilter.org Version|CVS (please indicate |1.1.2 ------- Additional Comments From kaber@trash.net
2017 Apr 24
2
i686-mingw32-RA-on-linux buildbot
...hould now work properly, but would like to make sure that it'll pass before possibly adding a third commit/revert cycle. If the history isn't an issue, let me know an I'll just keep trying. The differential is here: https://reviews.llvm.org/D30107. FWIW, the errors have been from inconstancies with the ming available here: Slightly different header version causing a missing function. Mounted to a case insensitive volume. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170424/88903d56...
2020 Jan 09
1
mean
I think median() behaves as designed: As long as the argument can be ordered, the "middle observation" makes sense, except when the middle falls between two categories, and you can't define and average of the two candidates for a median. The "sick man" would seem to be var(). Notice that it is also inconsistent with cov(): >
2020 Jan 09
4
mean
Hello, Is there a reason for the following behaviour? > mean(c("1","2","3")) [1] NA Warning message: In mean.default(c("1", "2", "3")) : l'argument n'est ni num?rique, ni logique : renvoi de NA But: > var(c("1","2","3")) [1] 1 And also: >
2020 Jan 09
0
mean
Jean-Luc, Please keep the communications on the list, for the benefit of others, now and in the future, via the list archive. I am adding r-devel back here. I can't speak to the rationale in some of these cases. As I noted, it may be (is likely) due to differing authors over time, and there may have been relevant use cases at the time that the code was written, resulting in the various
2016 Feb 24
1
[PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Hi, Martin! You can find pretty nice instructions how to do it via Phabricator here: http://llvm.org/docs/Phabricator.html. -Maxim On 23/02/16 21:30, Xinliang David Li via llvm-dev wrote: > Can you send this patch to llvm-commits ? > > David > > On Tue, Feb 23, 2016 at 1:15 AM, Martin Liška <llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>> wrote:
2000 Jan 27
0
service_ok, redux.
...s a failure occuring, NOTICE for something arguably wrong, > and ERROR for something having failed. 1774c1776,1778 < BOOL bRetval; --- > BOOL bRetval = True; > static int globalCheck = True; > struct stat buf; 1776c1780,1830 < bRetval = True; --- > /* Look for inconstancies in roughly decreasing order of severity, */ > /* starting with globals. */ > > if (globalCheck == True) > { > globalCheck = False; /* Only check once. */ > > /* Check for both wins server and wins support, make sure server wins. */ > if (Globals...
2000 Jan 27
1
Proposed improvements to service_ok()
...s a failure occuring, NOTICE for something arguably wrong, > and ERROR for something having failed. 1774c1776,1778 < BOOL bRetval; --- > BOOL bRetval = True; > static int globalCheck = True; > struct stat buf; 1776c1780,1830 < bRetval = True; --- > /* Look for inconstancies in roughly decreasing order of severity, */ > /* starting with globals. */ > > if (globalCheck == True) > { > globalCheck = False; /* Only check once. */ > > /* Check for both wins server and wins support, make sure server wins. */ > if (Globals...
2012 May 16
3
install ggplot2 package
Has one try to install the ggplot2 package recently? I tried to install it on my new system and had trouble: > install.packages("ggplot2") Installing package(s) into 'C:/Program Files/R/R-2.14.2/library' (as 'lib' is unspecified) also installing the dependency 'scales' trying URL