search for: _usually_

Displaying 13 results from an estimated 13 matches for "_usually_".

2018 May 08
5
download.file does not process gz files correctly (truncates them?)
...gt; Linux/macOS trying to help someone on Windows may not be aware of >> this. This adds to even more confusions, e.g. "works for me". > > If we were designing the API today, it would probably make more sense not to > convert any line endings by default. Today's editors _usually_ can cope with > different line endings and it is probably easier to detect that a text file > has incorrect line endings rather than detecting that a binary file has been > corrupted by an attempt to convert line endings. But whether to change > existing, documented behavior is a differ...
2015 Nov 30
2
Sieve, shared folders, different daemons
Hi, In our dovecot setup we use 3 different config files. One for maildropping(sieve), one for dovecot/imap on standard ports with ssl config and one for dovecot/imap on standard ports+1 with a different ssl certificate. Currently the client using the standard port+1 config wants to make use of shared folders, but the thing is that the current namespace separator in all configs is '.'.
2011 Apr 10
4
Certificate Issues.... again
...rver Restarted server Started puppet on client and again it occurs. It doesn''t happen every time, but often does after the first install of a new system. Also, puppet will be part way through it''s process, and then report the certificates are not valid. Performing the above steps _usually_ fixes it. Doug. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more optio...
2018 May 03
4
download.file does not process gz files correctly (truncates them?)
Also, as mentioned in my https://stat.ethz.ch/pipermail/r-devel/2012-August/064739.html, when not specifying the mode argument, the default on Windows is mode = "w" *except* for certain, case-sensitive, filename extensions: if(missing(mode) && length(grep("\\.(gz|bz2|xz|tgz|zip|rda|RData)$", url))) mode <- "wb" Just like the need for mode =
2015 Dec 01
0
Sieve, shared folders, different daemons
...ured with a different separator and shared folders without having > impact on sieve and the current connected users to the standard ports? I hate all questions and answers with "simple" or "simply" in it. But yes, the IMAP separator does not have no impact on the filesystem _usually_. But mayhap you have a strange config anyway (with 3 configs) and the separator does influence the storage. - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBVl1PKnz1H7kL/d9rAQKg1Qf+N0M28bjIXatRlYIlk7AG99DN5pvN/ZhF X70oflJFc947fybOIiiTvvnz7yQJNtsp8BQ1k0GJ5GWB7vgyEhOzgr...
2018 May 08
0
download.file does not process gz files correctly (truncates them?)
...trying to help someone on Windows may not be aware of >>> this. This adds to even more confusions, e.g. "works for me". >> >> If we were designing the API today, it would probably make more sense not to >> convert any line endings by default. Today's editors _usually_ can cope with >> different line endings and it is probably easier to detect that a text file >> has incorrect line endings rather than detecting that a binary file has been >> corrupted by an attempt to convert line endings. But whether to change >> existing, documented beha...
2018 May 09
0
download.file does not process gz files correctly (truncates them?)
...ux/macOS trying to help someone on Windows may not be aware of >>> this. This adds to even more confusions, e.g. "works for me". >> If we were designing the API today, it would probably make more sense not to >> convert any line endings by default. Today's editors _usually_ can cope with >> different line endings and it is probably easier to detect that a text file >> has incorrect line endings rather than detecting that a binary file has been >> corrupted by an attempt to convert line endings. But whether to change >> existing, documented beha...
2008 Feb 08
2
Quick bug in speexenc
Good day, a quick bug while encoding speexes in speexenc. While reading a .wav in function read_samples, size can get to negative values, as long as fread is able to go forward with reading the file. This can happen with Protools-generated wavs, where they put additional information after the "data" fourcc. I created a very quick hack by adding: int tentative_read =
2019 Aug 25
2
Conventions: Use of globals and main functions
This seems like a nice idiom; I've seen others use? ? if(!interactive()){? ? ? ? main()? ? }to a similar effect. Best,CG On Sunday, August 25, 2019, 01:16:06 AM CDT, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: This is what I usually put in scripts: if (is.null(sys.calls())) { ? main() } This is mostly equivalent to the Python idiom. It the script runs from Rscript, then it
2018 May 04
0
download.file does not process gz files correctly (truncates them?)
...one who's on > Linux/macOS trying to help someone on Windows may not be aware of > this. This adds to even more confusions, e.g. "works for me". If we were designing the API today, it would probably make more sense not to convert any line endings by default. Today's editors _usually_ can cope with different line endings and it is probably easier to detect that a text file has incorrect line endings rather than detecting that a binary file has been corrupted by an attempt to convert line endings. But whether to change existing, documented behavior is a different question. I...
2016 Sep 12
4
[X86] FMA transformation restrictions
I noticed that the operand commuting code in X86InstrInfo.cpp treats scalar FMA intrinsics specially. It prevents operand commuting on these scalar instructions because the scalar FMA instructions preserve the upper bits of the vector. Presumably, the restrictions are there because commuting operands potentially changes the result upper bits. However, AFAIK the Intel and GNU FMA intrinsics
2019 Jun 21
2
Suggested Patch: Library returns matching installed packages when typo present
Hi Luke, Thank you for your response. On 6/21/19 10:56 AM, Tierney, Luke wrote: Thanks for the suggestion. However I don't think it is the right way to go. I also don't care for what install.packages() does. Signaling a warning and then an error means someone has to catch both the error and the warning, or suppress the warning, in order to handle the error programmatically. I do care
2001 Mar 13
5
is this null block OK?
Hi, A system running ext3 crashed this afternoon (nothing to do with ext3, bad network driver). Is was saving a file from emacs when it happened. The file system is 0.06b and had ordered data as the mount option. Let me emphasize this was running ext3 pure, not with SnapFS or InterMezzo layered on top of it. strace reveals that Emacs does open("existing file name", O_TRUNC |