similar to: R prompt updates are not validated

Displaying 20 results from an estimated 800 matches similar to: "R prompt updates are not validated"

2002 Oct 15
1
Core dump with a 64-bit system (PR#2165)
Full_Name: Kai Mäkisara Version: 1.6.0 OS: Tru64 Submission from: (NULL) (128.214.53.92) Any command given in terminal window dumps core if readline is compiled in. The reason is a bug in pushReadline: the first call pushes the function below the stack. The following patch solves the problem: --- R-1.6.0/src/unix/sys-std.c~ Sun Aug 25 12:51:20 2002 +++ R-1.6.0/src/unix/sys-std.c Tue Oct 15
2002 Nov 01
1
seemingly random "nesting of readline input" warnings
Recently, while using R-patched and now R-1.6.1 (on RedHat Linux 7.1) I've been getting the following warning in the course of everyday activity: [... some R activity ...] In addition: Warning message: An unusual circumstance has arisen in the nesting of readline input. Please report using bug.report() > The warning is difficult to reproduce because it seems to appear at random times,
2019 May 30
1
Possible bug in formatC
I do not know if this is a bug or a case of improper documentation. The documentation for formatC() implies that the difference between the options format="f" and format="g" is that with "g", scientific format is sometimes used. There is another difference between them that is not mentioned in the documentation. drop0trailing=FALSE is ignored when format is set to
2019 Jun 20
0
base::format adds extraneous whitespace for some inputs
I can reproduce this. It has to do with whether the value rounds down to 9 or up to 10, and thus needs another space, I think. I agree that it shouldn't happen, but at least you can get rid of the space by using trim = TRUE. # rounds to 9 vs 10 format(9.95, digits = 2) format(9.96, digits = 2) format(9.95, digits = 2, nsmall = 2) format(9.96, digits = 2, nsmall = 2) format(9.95, digits =
2019 Mar 25
0
R 3.5.3 having trouble spawning a new process on my Windows 10 machine
Hi Sam, Is your PATH set on your user environment variables or on the system? Did you try to remove the entry for R-3.5.2 ? I have tested with a standard install, and I can't reproduce your error. I have the exact same path in my system PATH environment variable for 3.5.3, and nothing for other versions. Sorry I can't be of any more help. Cheers Joris On Mon, Mar 25, 2019 at 4:54 PM
2019 Mar 25
2
R 3.5.3 having trouble spawning a new process on my Windows 10 machine
Hi all, I am noticing some strange behaviour so I am bringing to this list. In the past when I have submitted bugs to bugzilla, I have come here first for confirmation/advice. Hopefully this is appropriate. Upgrading from R 3.5.2 to R 3.5.3 seems to have elicited some strange behaviour on my Windows machine. R seems to have trouble spawning a new process on my machine. You can noticing with all
2002 Aug 14
0
source() crashes on long lines (PR#1900)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ------=_NextPart_000_0006_01C2432C.7ACD6BA0 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1 Content-Transfer-Encoding: 8BIT Content-ID: <Pine.GSO.4.44.0208140920312.15226@auk.stats>
2020 Sep 27
1
strange crash with md5p8.diff + xxhash
With rsync-patches/md5p8.diff and --enable-xxhash % gdb --args ./rsync --version Using host libthread_db library "/lib64/libthread_db.so.1". rsync version v3.2.3-29-ge55788bd protocol version 31 Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others. Web site: https://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
2017 Mar 17
2
[Bug 1131] New: iptables-restore crashes on some fuzzed input
https://bugzilla.netfilter.org/show_bug.cgi?id=1131 Bug ID: 1131 Summary: iptables-restore crashes on some fuzzed input Product: iptables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: iptables-restore Assignee:
2014 Apr 01
0
[Bug 1871] ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase
https://bugzilla.mindrot.org/show_bug.cgi?id=1871 Pavel Volkovitskiy <olfway at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olfway at gmail.com --- Comment #4 from Pavel Volkovitskiy <olfway at gmail.com> --- Any news on that?
2005 Sep 19
1
Prompt translation: can't find "please wait try ext" prompt filename
Hi all, I'm currently doing a french canadian (quebec) translation of the prompts. Almost all the about 140 default prompts are done, but there is one I can't find... In the directory, when the user found the good persor it press '1'. Then "Please whait while I try extension..." prompt is played. I can't find it and in "asterisk -r" mode the prompt is not
2011 Feb 24
1
ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase
I just opened a bug report about this, but i thought i'd bring it to the group if anyone has any concerns about the idea: https://bugzilla.mindrot.org/show_bug.cgi?id=1871 currently, ssh-askpass is used in some situations to actually ask the user for a passphrase. in other situations, it is used to prompt for simple confirmation (e.g. ControlMaster=ask, ssh-add -c). Providing the exact
2011 Feb 24
3
[Bug 1871] New: ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase
https://bugzilla.mindrot.org/show_bug.cgi?id=1871 Summary: ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: All Status: NEW Severity: normal
2005 Sep 29
0
Voice Prompts, what do you think? Good voice. Should we record a new prompt-set?
Hello all, I have someone working for me who has a nice phone voice. I looked at some available prompts for asterisk, and found both the free and commercial ones to be pretty horrible. The asterisk ones are good, but I wish I had more to choose from sometimes. My question is, what do you think, should I bother having her record a full spectrum of prompts for asterisk? If you want to hear her
2007 Dec 07
1
Kickstart + CentOS 5 = doesn't prompt for network information?
This may be more appropriate for an upstream list. That said... I'm doing kickstart setups of CentOS 5. My kickstart config includes a network configuration item. Depending on options passed at boot-time, the network config item may or may not include a --hostname option, but always specifies eth0. When I do a kickstart install, I notice that even though I am using 'interactive'
2007 Jul 09
1
Loss of Prompt & Cursor
When I log into a virtual console as ordinary user, I initially have a prompt & cursor. After I print 24 lines or more, the last visible (24th) line will be data instead of the prompt & cursor. The up arrow no longer gives the previous commands. A clear command will restore the prompt & cursor. This bug first appeared after I installed CentOS5. I do not believe it is a CentOS5
2007 Jun 16
0
CentOS5: Loss of Prompt & Cursor in Virtual Console Mode
When I log into a virtual console (e.g.,#4) as ordinary user, I initially have a prompt & cursor. I then do several ls -l /home/user-name and several lines of data. If the number of lines is less than it takes to fill the screen, I will retain the prompt & cursor. If the number of lines (resulting from that last command) fills the screen or more, the last visible line will be data
2007 Mar 25
1
how can one get a remote acess command prompt on install cd via drac to eject ?
Is there a way to get to get past the cga type centos 4 install screen where it says To begin testing the cd media etc etc...... and shows the OK or SKIP selections... ...and get to a "text shell command prompt" and *eject* the cd so I can reboot the machine from remote??? I have a remote console drac connection, yet for once we sent the hired guns home for the weekend and I am a
2007 Mar 26
2
Disabling selinux at boot command prompt
I noticed in 4.92 there is no disabling selinux at install. It is now a firstboot option which then requires a reboot. Is there anyway to disable selinux at the boot install prompt so after the firstboot screens it wont reboot again? I presently install with "linux askmethod" so I can select NFS install. Thanks, Jerry
2006 Aug 15
1
how do i print to command prompt from the controller or
class? i tried puts and STDOUT but no avail. any help? I am trying to debug why i am getting a nil object when there is data in my table. THANKS! -- Posted via http://www.ruby-forum.com/.