search for: nit

Displaying 20 results from an estimated 827 matches for "nit".

Did you mean: init
2004 Aug 06
1
[icecast-dev] Some nits in icecast 1.3.12
Attached are nits I found in 1.3.12. That first patch there looks more like a bug than a nit. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>> The opinions expressed above are entirely my own <<< Before criticizing people, walk a mile in their shoes. Then when you do cr...
2004 Aug 06
1
Some nits in icecast 1.3.12
Attached are nits I found in 1.3.12. That first patch there looks more like a bug than a nit. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>> The opinions expressed above are entirely my own <<< Before criticizing people, walk a mile in their shoes. Then when you do cr...
2006 Nov 21
1
Documentation Nit
I''m trying to wrap my head around rspec_on_rails and ran into the following documentation nit: -------- what it says -------- You can specify :template, :text, or :action. controller.should_render :template=>"path/to/template/for/action" controller.should_render :text=>"expected text" controller.should_render :action=>"expected_action" -------- what...
2015 Mar 19
0
Patch for "doveadm -f table" nit (was Re: Dovecot current number of connections being used.)
...> You have to redirect stderr to /dev/null because that's where the > first header line is written to. The default format style (table) > is inconsistent with the other formats (flow,pager,tab) that write > headers and data to stdout. > > The following patch will pick this nit. This patch will require > modifications to scripts that rely on doveadm writing headers to stderr. > For example, the above doveadm command could be modified to > > doveadm who -1 | grep -vc '^username' There's no reason why flow and pager should write headers to stderr...
2008 May 08
0
lint nits and CCM IV/nonce size fix
Author: Darren Moffat <darrenm at opensolaris.org> Repository: /hg/zfs-crypto/gate Latest revision: d22dab8b3cf8927274becf145e811389891f4fb7 Total changesets: 1 Log message: lint nits and CCM IV/nonce size fix Files: update: usr/src/common/zfs/zcrypt_common.c update: usr/src/uts/common/fs/zfs/zio_crypt.c
2010 Aug 26
1
[PATCH] libxl: minor portability nits
Hi! Use #defines for network related default settinsg. Distinguish between default Linux and NetBSD network bridge interfaces. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim,
2004 Jan 06
3
[Bug 783] __unused nit
http://bugzilla.mindrot.org/show_bug.cgi?id=783 Summary: __unused nit Product: Portable OpenSSH Version: -current Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org ReportedBy: des at...
1999 Dec 10
0
documentation nit
Greetings, A minor documentation nit (patch follows my .signature) replace the missing 'f' letter... Both openssh-1.2pre16 and the openbsd cvs repository need the change. -- Mark Index: ssh.1 =================================================================== RCS file: /cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.29...
2015 Mar 19
3
Patch for "doveadm -f table" nit (was Re: Dovecot current number of connections being used.)
...who -1 2>/dev/null | wc -l You have to redirect stderr to /dev/null because that's where the first header line is written to. The default format style (table) is inconsistent with the other formats (flow,pager,tab) that write headers and data to stdout. The following patch will pick this nit. This patch will require modifications to scripts that rely on doveadm writing headers to stderr. For example, the above doveadm command could be modified to doveadm who -1 | grep -vc '^username' -------------------------------------------------------------------------------- --- a/dov...
2012 May 29
2
[LLVMdev] NIT: Include guards for include/llvm/Support/COFF.h
The file begins: > #ifndef LLVM_SUPPORT_WIN_COFF_H > #define LLVM_SUPPORT_WIN_COFF_H Why "WIN_COFF_H" - since this code is not windows-specific, as far as I can tell. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). --
2015 Mar 19
0
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 19 Mar 2015, Gedalya wrote: > On 03/18/2015 08:49 PM, Timo Sirainen wrote: >> There's no reason why flow and pager should write headers to stderr because >> it would always result only in a mess. But instead of changing table >> headers to write to stdout, I think a better fix would be to make tab >> formatter
2015 May 24
0
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
On 03/20/2015 02:47 PM, Timo Sirainen wrote: > Added -h parameter now to hg. Using 2.2.18. With -f table this behaves as expected, however with -t tab the output seems to include the separating tabs of the header line prepended to the first line of output. In other words, the header line is printed partially - only the tabs, no actual headers and no newline.
2015 Jul 03
1
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
On 05/24/2015 03:08 AM, Gedalya wrote: > On 03/20/2015 02:47 PM, Timo Sirainen wrote: >> Added -h parameter now to hg. > > Using 2.2.18. > With -f table this behaves as expected, however with -t tab the output > seems to include the separating tabs of the header line prepended to > the first line of output. > In other words, the header line is printed partially - only
2010 Sep 10
0
How to call to R_KalmanLike from outside StructTS
...writing a working copy of the original version and got some problems. I have two versions of the function plus the original one. The first version is the same code as the 'StructTS' function: StructTS.v1 <- function (x, type = c("level", "trend", "BSM"), init = NULL, ??? fixed = NULL, optim.control = NULL) { ??? KalmanLike2 <- function(y, mod, nit = 0) { ??????? x <- .Call(R_KalmanLike, y, mod$Z, mod$a, mod$P, mod$T, ??????????? mod$V, mod$h, mod$Pn, as.integer(nit), FALSE, fast = TRUE) ??????? 0.5 * sum(x)/length(y) ??? } #... #... above and r...
2003 Aug 12
1
[PATCH] Minor nit: -D is now "socks" not "socks4"
Hi all. I was getting something working over socks5 and was trying to figure out why it kept using socks4. It wasn't, it was just a misleading debug message.... Patch applies to either OpenBSD or Portable. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience
2003 Aug 19
0
man page nits
The attached patch quotes question marks in "Ql ?" in the man pages to avoid stuff like "`*' and `'? serve as wildcards" (note the misplaced single quote). DES -- Dag-Erling Sm?rgrav - des at des.no -------------- next part -------------- A non-text attachment was scrubbed... Name: sshman.diff Type: text/x-patch Size: 2011 bytes Desc: not available Url :
2003 Sep 26
0
3.7.1p1 (possibly p2, too): two small compilation nits on RedHats
...-define "static_libcrypto 1" openssh-3.7.1p1-1.src.rpm - I needed to add -ldl to the linker flags before it linked. 2) On Red Hat 5.2, with gcc-2.7.2.3, kernel 2.2.20 rpm -bb openssh-3.7.1p1.src.rpm - openbsd-compat/bsd-getpeereid.c didn't find the struct ucred definition from /usr/include/linux/socket.h, where it is defined. The reason is that linux/socket.h comes from kernel-2.2.x, and sys/socket.h (that openssh includes) comes from glibc-devel-2.0.7-29.4, and does not include linux/socket.h (and probably assumes kernel-2.0). I don't know if...
2005 Oct 26
0
A minor nit to pick
Ladies and Gentlemen, Running newhidups with -DD shows the following line that starts with "-> String:" occasionally, with no contect that it is related to: ...... Can't find object UPS.Battery.Temperature -> String: PbAc (len = 4/4) Can't find object UPS.Output.PercentLoad ...... However, running newhidups with -DDD, shows the proper context: ...... hu_find_infoval:
2011 Apr 13
0
compilation nit
I've just tried to build the latest from git, and it failed like this: events.c: In function 'guestfs___call_callbacks_message': events.c:128:7: error: implicit declaration of function 'strlen' [-Werror=implicit-function-declaration] events.c:128:39: error: incompatible implicit declaration of built-in function 'strlen' [-Werror] events.c:131:38: error:
2011 Nov 15
1
Small nit in Sweave
Two small Sweave issues. 1. I had the following line in my code <<echo=FALSE, results="hide">> resulting in the message Error in match.arg(options$results, c("verbatim", "tex", "hide")) : 'arg' should be one of ?verbatim?, ?tex?, ?hide? I puzzled on this a bit since my argument exactly matched the message, until I thought of