search for: undesir

Displaying 20 results from an estimated 1287 matches for "undesir".

Did you mean: under
2013 Mar 20
1
S4 Reference Classes: undesired behavior when calling method '$field()'
Dear list, I came across a behavior that IMHO is somewhat undesired when calling '$field()': If the field name whose value you're trying to get is *not* a valid field of the Reference Class, then R doesn't stop there with an error, but scans through all enclosing environments/frames. The result is something similar to calling '|get(<obj...
2019 Aug 09
4
How to best deal with undesirable Induction Variable Simplification?
Hi Hal, I see. So LSR could theoretically counteract undesirable Ind Var transformations but it's not implemented at the moment? I think I've managed to come up with a small reproducer that can also exhibit similar problem on x86, here it is: https://godbolt.org/z/_wxzut As you can see, when rewriteLoopExitValues is not disabled Clang generates wor...
2007 Nov 08
2
Bug or undesired behavior when quota exceeded
Hi, I have just noticed an undesired behavior when using rsync when disk quota is exceeded. I do not know how to avoid it (or maybe it can be considered as a bug). The following is a scenario that leads to the undesired behavior: 1) I normally execute two following commands to synchronize folders between a local host and a remo...
2009 Feb 06
2
undesired grid in ps/eps outputs generated by filled.contour or image
Hi! Whenever I save a graphic in ps/eps format generated by filled.contour or image, an undesired grid is added to it (not visible on the X11 screen). For example: postscript("volcano.eps") filled.contour(volcano,col=gray(seq(0,1,,50)),levels=seq(min(volcano),max(volcano),,50)) dev.off() Any ideia how to eliminate this grid? Thanks, Rachel [[alternative HTML version deleted]]
2013 Apr 24
1
Floating point precision causing undesireable behaviour when printing as.POSIXlt times with microseconds?
Dear list, When using as.POSIXlt with times measured down to microseconds the default format.POSIXlt seems to cause some possibly undesirable behaviour: According to the code in format.POSIXlt the maximum accuracy of printing fractional seconds is 1 microsecond, but if I do; options( digits.secs = 6 ) as.POSIXlt( 1.000002 , tz="", origin="1970-01-01") as.POSIXlt( 1.999998 , tz="", origin="1970-01-...
2019 Aug 13
2
How to best deal with undesirable Induction Variable Simplification?
...t approach? -- Danila From: Philip Reames [mailto:listmail at philipreames.com] Sent: Saturday, August 10, 2019 02:05 To: Danila Malyutin <Danila.Malyutin at synopsys.com>; Finkel, Hal J. <hfinkel at anl.gov> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] How to best deal with undesirable Induction Variable Simplification? On 8/9/19 8:27 AM, Danila Malyutin via llvm-dev wrote: Hi Hal, I see. So LSR could theoretically counteract undesirable Ind Var transformations but it's not implemented at the moment? I think I've managed to come up with a small reproducer that ca...
2019 Aug 16
2
How to best deal with undesirable Induction Variable Simplification?
...the review? -- Danila From: Philip Reames [mailto:listmail at philipreames.com] Sent: Tuesday, August 13, 2019 19:01 To: Danila Malyutin <Danila.Malyutin at synopsys.com>; Finkel, Hal J. <hfinkel at anl.gov> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] How to best deal with undesirable Induction Variable Simplification? Wasn't aware of this patch. No, I don't see an obvious reason why it wasn't followed up on. Philip On 8/13/19 8:25 AM, Danila Malyutin wrote: I've noticed that there was an attempt to mitigate ExitValues problem in https://reviews.llvm.org/...
2013 Apr 05
0
Undesired vertical lines in png file output using 'cairo-png'
...w=900,h=500,units="px",bg="transparent",family="Lato",type="cairo-png",antialias="none") par(mar=c(5,4,3,0),bty="n",mfrow=c(1,2)) dev.off() You can see the difference in outputs here: http://stackoverflow.com/questions/15839198/r-png-has-undesired-vertical-lines-plot-doesnt Note that using 'windows' does not result in the error - it's something specific to 'cairo-png'. The vertical lines appear to be empty, i.e. transparent. Any guidance or assistance would be greatly appreciated. Regards, Daniel Egan -- [image:...
2011 Feb 25
6
preventing repeat in "paste"
Hello! s<-"start"; e<-"end" middle<-as.character(c(1,2,3)) I would like to get the following result: "start 123 end" or "start 1 2 3 end" or "start 1,2,3 end" How can I avoide this (undesired) result: paste(s,middle,e,sep=" ") Thank you! -- Dimitri Liakhovitski Ninah Consulting www.ninah.com
2008 Nov 25
0
RE: Xen GPL PV and undesirable requirement for APIC (irq >15)
...h the APIC MP HAL. -Nick -----Original Message----- From: Venefax <venefax@gmail.com> To: ''James Harper'' <james.harper@bendigoit.com.au>, ''Oliver Wilcock'' <oliver@owch.ca>, xen-users@lists.xensource.com Subject: RE: [Xen-users] Xen GPL PV and undesirable requirement for APIC (irq >15) Date: Tue, 25 Nov 2008 10:03:48 -0500 I concur on seeing the issue. I changed the HAL to Standard PC (Non-apic) and the Xennet driver strangely got an IP address from the DHCP, but could not communicate after that. The regular APIC Multiprocessor HAL works fi...
2012 Mar 30
2
Connected client unaffected by group/user/share change
I am trying to solve what I perceive as undesirable behavior of my Samba server. Please understand I am not claiming this is a bug in Samba. It is simply different from the behavior I want, and I'm asking for help in modifying the behavior. My Samba server is version 3.5.4 (release 68.el6) and runs under CentOS 6.0 (x86_64). I happen to use...
2008 Nov 05
1
Inbound/Outbound undesired behavior
Hi to all, I need some help, I have an Asterisk Server in a small call center, for inbound calls I setup a Queue in queues.conf and their respective Agents in agents.conf, but when an Agent is calling out and a call is coming from PSTN the call is send to that agents which have a call in progress. How I can fix this in order to have only one call at a time. I think in limitonpeer and call-limit
2010 Nov 22
2
New 'quiet' behavior - optional?
...ed in quiet mode. However, since 3.74 this also means that PXELinux runs quietly, making it impossible to see if the image is properly loading, or if it is stalled, or slow. We appear to be left with no way to specify (that I can find) the quietness of the two independently. (In my view, it was undesirable to piggyback off of an already existing commonly used parameter - making it impossible to separate the two). This means we are left with two undesirable choices, to either run completely silent (making network or server or pxe firmware problems very difficult to detect), or run without quiet c...
2010 Nov 08
5
[Bug 1836] New: "undesired" behavior when using the -r flag
https://bugzilla.mindrot.org/show_bug.cgi?id=1836 Summary: "undesired" behavior when using the -r flag Product: softflowd Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: softflowd AssignedTo: djm at mindrot.org R...
2020 Feb 14
2
[PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
...s not have a concept of > priorities, so this behavior cannot be configured. Adding a priority to the shrinker doesn't sound like a big problem to me. Shrinkers already get shrink_control data structure already and priority could be added there. > There was a report that this results in undesired side effects when > inflating the balloon to shrink the page cache. [1] > "When inflating the balloon against page cache (i.e. no free memory > remains) vmscan.c will both shrink page cache, but also invoke the > shrinkers -- including the balloon's shrinker. So the ball...
2020 Feb 14
2
[PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
...s not have a concept of > priorities, so this behavior cannot be configured. Adding a priority to the shrinker doesn't sound like a big problem to me. Shrinkers already get shrink_control data structure already and priority could be added there. > There was a report that this results in undesired side effects when > inflating the balloon to shrink the page cache. [1] > "When inflating the balloon against page cache (i.e. no free memory > remains) vmscan.c will both shrink page cache, but also invoke the > shrinkers -- including the balloon's shrinker. So the ball...
2007 Jun 28
3
BIOS upgrade side effects
Are there any possible undesirable effects of a BIOS upgrade? The worst I can think of is something that would change my SATA drives from being mapped as SCSI to being mapped as IDE. Ted Miller Indiana
2010 Mar 23
1
[patch] add is.set parameter to sample()
Hi all, sample() has some well-documented undesirable behaviour. sample(1:6, 1) sample(2:6, 1) ... sample(5:6, 1) do what you expect, but sample(6:6, 1) sample(1:6, 1) do the same thing. This behaviour is documented: If 'x' has length 1, is numeric (in the sense of 'is.numeric') and 'x >= 1', sampling _vi...
2006 May 13
4
undesireable lazy loading
Hi, My work with Rails has been fairly straightforward, until yesterday... I''ve encountered rather a peculiar problem that I''m not able to solve myself as a rails-newbie. The model code looks like this: class Link < ActiveRecord::Base has_one :user_vote end class UserVote < ActiveRecord::Base belongs_to :user belongs_to :link end I have a SQL query that is
2001 Mar 26
1
undesired root password change
After I have found the solutions for the login troubles, I have stumbled upon the next rather annoying problem, perhaps hav I done something very wrong, but if someone knows anything about the following then please... Samba 2.0.7 on FreeBSD 4.2-stable Windows 95 workstations I used plaintext password, everything OK. When I put the parm "encrypt passwords = true", no one can login, until