Displaying 11 results from an estimated 11 matches for "l56".
Did you mean:
256
2024 Mar 29
1
Question regarding .make_numeric_version with non-character input
Dear all,
I have a question regarding the R-devel version of .make_numeric_version() function. As far as I can understand, the current code (https://github.com/wch/r-source/blob/66b91578dfc85140968f07dd4e72d8cb8a54f4c6/src/library/base/R/version.R#L50-L56) runs the following steps in case of non-character input:
1. It creates a message named msg using gettextf.
2. Such object is then passed to stop(msg) or warning(msg) according to the following condition
tolower(Sys.getenv("_R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_") != "fal...
2024 Apr 24
1
Question regarding .make_numeric_version with non-character input
...e:
>>> | Dear all,
>>> |
>>> | I have a question regarding the R-devel version of .make_numeric_version() function. As far as I can understand, the current code (https://github.com/wch/r-source/blob/66b91578dfc85140968f07dd4e72d8cb8a54f4c6/src/library/base/R/version.R#L50-L56) runs the following steps in case of non-character input:
>>> |
>>> | 1. It creates a message named msg using gettextf.
>>> | 2. Such object is then passed to stop(msg) or warning(msg) according to the following condition
>>> |
>>> | tolower(Sys.getenv(&...
2024 Apr 25
1
Question regarding .make_numeric_version with non-character input
...Dear all,
>> |
>> | I have a question regarding the R-devel version of .make_numeric_version() function. As far as I can understand, the current code (https://github.com/wch/r-source/blob/66b91578dfc85140968f07dd4e72d8cb8a54f4c6/src/library/base/R/version.R#L50-L56) runs the following steps in case of non-character input:
>> |
>> | 1. It creates a message named msg using gettextf.
>> | 2. Such object is then passed to stop(msg) or warning(msg) according to the following condition
>> |...
2024 Apr 25
2
Question regarding .make_numeric_version with non-character input
...| Dear all,
> |
> | I have a question regarding the R-devel version of .make_numeric_version() function. As far as I can understand, the current code (https://github.com/wch/r-source/blob/66b91578dfc85140968f07dd4e72d8cb8a54f4c6/src/library/base/R/version.R#L50-L56) runs the following steps in case of non-character input:
> |
> | 1. It creates a message named msg using gettextf.
> | 2. Such object is then passed to stop(msg) or warning(msg) according to the following condition
> |
> |...
2017 Jan 27
1
pwdLastSet, password required to change (samba vs MSAD)
Hi Andrew and Rowland,
Two replies, so quickly! I'm impressed :-)
On 01/27/2017 10:47 AM, Andrew Bartlett via samba wrote:
> And a very interesting one at that. I'm glad to see someone has taken
> on some of the ADFS capability I hear folks ask for regularly.
Yes I agree, keycloak is very cool.
I have found the following samba bug report:
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
...L46: $len = length($old);
L47: if ($len > $lc - 3) {
L48: $S = $old;
L49: $old = ""; ### Forgot to this line.
L50: for ($j = 1; $j < $lc; $j++) {
L51: $old = $old . ' ';
L52: }
L53: }
L54: else {
L55: for ($j = 1; $j < $lc - $len; $j++) {
L56: $old = $old . ' ';
L57: }
L58: }
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body&quo...
2024 Apr 25
1
Question regarding .make_numeric_version with non-character input
...e:
>>> | Dear all,
>>> |
>>> | I have a question regarding the R-devel version of .make_numeric_version() function. As far as I can understand, the current code (https://github.com/wch/r-source/blob/66b91578dfc85140968f07dd4e72d8cb8a54f4c6/src/library/base/R/version.R#L50-L56) runs the following steps in case of non-character input:
>>> |
>>> | 1. It creates a message named msg using gettextf.
>>> | 2. Such object is then passed to stop(msg) or warning(msg) according to the following condition
>>> |
>>> | tolower(Sys.getenv(&...
2014 May 18
2
Booting new kernels
On Sun, May 18, 2014 at 7:08 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> > On 05/16/2014 01:35 PM, Tal Lubko wrote:
>> > > For some reason when I use kernel 3.7.1 and above the system crashes
> during boot and I have no reason why.
>> Consider a lack of init or otherwise improper initrd (cpio format,
> compression, etc). Consider trying your old kernel
2024 Jul 08
2
Can we reset CSI u mode on client disconnect? via
ssh already restores all TTY flags on exit:
https://github.com/openssh/openssh-portable/blob/V_9_8_P1/sshtty.c#L56-L78
It's possible there are some exit cases that are not hitting the
leave_raw_mode(), but if so then they aren't obvious.
On Sun, 7 Jul 2024, Johannes Altmanninger wrote:
> Some terminals support CSI u style encoding of keystrokes, typically via
> the Kitty keyboard protocol[1].
&...
2019 May 13
1
Update to user-manual.html#Configuration_notes
Charles, All, Arjen (if he is still kicking),
I have run CyberPower ups's with NUT for a number of years, and aside from
newer model voltage scaling, etc.., the usbhid driver installs have always
just worked.
I ended up with another CP UPS and installed 2.7.4-5 from the AUR package
for Arch. As soon as I plugged the UPS in, it was found instantly, so I
expected no problems with the
2024 Jul 07
2
Can we reset CSI u mode on client disconnect? via
Some terminals support CSI u style encoding of keystrokes, typically via
the Kitty keyboard protocol[1].
Program wishing to receive this encoding need
to send a sequence like "CSI > 5 u" to enable it.
Imagine a process tree like
xterm -> bash -> ssh -> foo
where foo is any program that enables CSI u mode (such as a newfangled shell
or text editor).
If the network