search for: nitpick

Displaying 20 results from an estimated 385 matches for "nitpick".

2007 Feb 05
2
Nitpicking: rc21 startup banner says rc19
> [jhg at helios RPMS]$ rpm -q dovecot > dovecot-1.0-1_42.rc21.fc5.at but: > dovecot: Feb 05 10:49:21 Info: Dovecot v1.0.rc19 starting up
2007 Nov 13
1
nitpicking :)
The http://merbivore.com/get_merb.html#trunk page mentions the 0.4.0 version, but 0.4.1 is out. Is this a part of the site which will be constantly updated as part of the release cycle? The roadmap on merb.devjavu.com has outstanding tickets for 0.4.0 and 0.4.1, yet both versions are out. Were those issues fixed, or should they be bumped forward? Yeah, this is really anal crap, I know. I would
2000 Jul 10
0
Minor nitpick on openssh: man pages
On a plain vanilla Solaris 8 install, the man page source WILL NOT generate readable manpages. It just ends up as one big paragraph. I've been using the cat pages as a workaround, but it would be nice if the man pages would format with nroff -man --jeh Asst. Systems Administrator Research Computing Systems UW Electrical Engineering
2007 Mar 18
1
Encoding and Compression --- where is the nitpick?
Greetings, I'm playing aroung with the library and try to encode some PCM samples out of a WAVE file. I recognized that my own encoding is bigger than the encoding with the command line tool and I can't figure out why it is so. I tried some API functions to get a better result but I missed. minimal test code: http://stinfwww.informatik.uni-leipzig.de/~mai02cal/test.c example wav:
2005 Jul 16
1
Re: CentOS Digest, Vol 6, Issue 16
> This is also answer to everybody else who was nitpicking... > > I believe that OP ment a GUI front end when he said "no package > manager". If he's running CentOS, then he has rpm installed, and most > of his system (if not everything) was installed by rpm. I fail to > understand why so many people are trying to be s...
2005 Mar 08
5
removing message: [Previously saved workspace restored]
Dear All, I saved by mistake the environment I was working in after typing q(), and now I get the annoying message: [Previously saved workspace restored] I have already deleted all the objects in the environment, saving it as an empty environment, so it's just a matter of nitpicking I suppose. The message does not appear if I start R from any other place in the directory tree. I am reading ?Startup and related docs, but I am utterly failing to understand how to remove [Previously saved workspace restored] when I call R from the offending dir... I am using R on Debian Sarg...
2014 Dec 15
3
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
...n. > > The following page has been changed by AkemiYagi: > http://wiki.centos.org/HowTos/Custom_Kernel?action=diff&rev2=179&rev1=178 <http://wiki.centos.org/HowTos/Custom_Kernel?action=diff&rev2=179&rev1=178> > I know I'm new around here and this is probably a nitpick, but shouldn't the name of this wiki article be "HowTos/CustomKernel", not "HowTos/Custom Kernel"? That is, remove the blank space in the name? Just looking for CentOS community practice guidance, thank you. -------------- next part -------------- An HTML attachment was scr...
2019 Jun 11
3
[nbdkit PATCH 0/2] Few rust plugin fixups/nitpicks
There are few more things that could be cleaned up related to the coding style and other things, like explicitly specifying the abi style after "extern" (i.e. `extern "C" fn` instead of `extern fn`), but since those are configurable in rustfmt config, I'm not sure whether the config needs to be added or complying with the defaults should be the priority. But this was just
2009 Jan 08
2
[LLVMdev] insertAfter method Patch
John Criswell wrote: > Small nitpick: in Instruction.cpp, the comment for insertAfter says > insertBefore and not insertAfter. > :) > > -- John T. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiu...
2002 Jun 10
2
RPM version/release
Minor nitpick maybe, but normally the release part of an RPM name is used only for RPM specific changes, e.g. if the RPM maintainer made changes to the packaging or patches applied. (name-ver-rel-arch.rpm) So, shorewall-1.3-0.noarch.rpm would normally be shorewall-1.3.0-0.noarch.rpm ..and the second attempt...
2008 Jun 10
2
[PATCH] Do not calculate linear rip in emulation failure report
If we're not gonna do anything (case in which failure is already reported), we do not need to even bother with calculating the linear rip. This is a nitpick, but I saw it while doing some testing, so here's the patch. Signed-off-by: Glauber Costa <gcosta at redhat.com> --- arch/x86/kvm/x86.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 77fb2bd..191fef1 100644 --- a...
2008 Jun 10
2
[PATCH] Do not calculate linear rip in emulation failure report
If we're not gonna do anything (case in which failure is already reported), we do not need to even bother with calculating the linear rip. This is a nitpick, but I saw it while doing some testing, so here's the patch. Signed-off-by: Glauber Costa <gcosta at redhat.com> --- arch/x86/kvm/x86.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 77fb2bd..191fef1 100644 --- a...
1998 Jul 30
0
R-beta: feedback R-0.62.2
Rashid Nassar <rnassar@acpub.duke.edu> writes: > I have one more nitpick, if I may: > > summary(aov.obj) prints significance *'s but doesn't print the legend > at the bottom explaining their meaning (it is not parallel with > summary(lm.obj) > > > Question: Is this kind of nitpicking feedback useful (if so I'd be > glad to continue...
2010 Apr 07
1
Small memory leak in CELT
Hi Jean-Marc, I hate to nitpick, but perhaps "logN" should be freed somewhere in celt_mode_destroy. Cheers, John Ridges
2006 Mar 06
5
Mongrel 0.3.9 -- GemPlugin Based
Hello everyone, Mongrel now has plugins that are based entirely on RubyGems. This feature was so slick that I decided to bust it out into a separate project called GemPlugin (more on that later). What the new plugin system does is makes it so that people can distribute Mongrel plugins as just plain gems, and mongrel will load them on the fly if people install them. There''s no
2013 Jul 23
0
[LLVMdev] -Os
...itly calls llc, I get much >>> different code than when call clang first with -Os and then call llc. >> clang does NOT call llc internally. > I understand. It's invoking that functionality is what I meant to say but not technically > running that command. This isn’t just a nitpick. This is exactly why you’re seeing differences. The pass managers aren’t always set up the same, for example. FWIW, I feel your pain. This is a long-standing weakness of our infrastructure. -Jim >> >>> How do I get these two paths to generate the same code? >> Call llc with...
2008 May 05
2
axis and tick widths decoupled (especially in rugs!)
...by the lwd setting, and cannot be controlled independently? For example I might want to create major and minor ticks, which I now know how to do by superimposing two axes with different at settings, but what if I also wanted the major ticks to be thicker? or a different colour? You might find this nitpicking, but I am particularly concerned about rug(), which passes to axis(), in that I cannot get a decent thick-lined rug, without the horizontal line also becoming equally thick. Is there any way to do this without having to resort to segments? Tnx! -- View this message in context: http://www.nabb...
2016 Sep 16
2
[PATCH 2/3] drm/nouveau/led: guard against a division by 0
...= nvif_rd32(device, 0x61c880) & 0x00ffffff; > duty = nvif_rd32(device, 0x61c884) & 0x00ffffff; > > - return duty * LED_FULL / div; > + if (div > 0) > + return duty * LED_FULL / div; > + else > + return 0; minor nitpick: you can drop the else, I don't mind though. Maybe it would be clearer to do it the other way around though. Or to do: if (unlikely(div <= 0)) return 0; return duty * LED_FULL / div; > } > > static void > -- > 2.8.0 > > ______________________________________________...
2017 Mar 05
2
Missing security tab samba 4.1.13
On Sun, 5 Mar 2017 16:04:10 +0100 Reindl Harald via samba <samba at lists.samba.org> wrote: > as you currently don't have a working as desired setup i would start > from scratch because you can't distinct between probably upgrade > related problems and others in your current state The OP does have a working setup, it just isn't working as he expected, probably because
2013 Jul 23
3
[LLVMdev] -Os
On 07/23/2013 05:19 AM, Konstantin Tokarev wrote: > > 23.07.2013, 16:05, "reed kotler" <rkotler at mips.com>: >> When I use -Os with a clang that implicitly calls llc, I get much >> different code than when call clang first with -Os and then call llc. > clang does NOT call llc internally. I understand. It's invoking that functionality is what I meant to say