similar to: Yet another pull request nag for 6654 -- postgresql-auto-reconnect-2

Displaying 20 results from an estimated 6000 matches similar to: "Yet another pull request nag for 6654 -- postgresql-auto-reconnect-2"

2012 Jun 23
1
Sorry to be a pest, but -- pull request nag: 6654, PostgreSQL auto-reconnect fix
So that I can know there is test coverage on this in the Rails core, and I won''t have to maintain a private monkey-patch indefinitely, fixing it again every time it''s broken in a new and different way up-stream, I''m hoping to get this pull request accepted some day... ... or rejected in an informative manner, if that''s more appropriate.
2012 Aug 13
3
Backporting instructions in Contributing guide
I''m probably going to help backport some code from master onto 3.2, and the suggested process in the Contributing guide doesn''t actually look like the best approach to me. Wouldn''t it make more sense to just check out the branch you want to patch, cherry-pick the change(s) from master, make any additional commits necessary to get it working? Not only is that simpler
2011 Aug 15
2
A small nag
Hi, I am not sure how to fix the following error. LGD <- c(11.6, 12.3, 15.8, 33.1, 43.5, 51.3, 67.3, 84.9) cor (x=(file [1:47231,3:10]), y= rep (LGD, 47231), method = "pearson") Error in cor(x = (file[1:47231, 3:10]), y = rep(LGD, 47231), method = "pearson") : incompatible dimensions > sessionInfo() R version 2.13.0 (2011-04-13)
2018 Feb 21
2
[6.0.0 Release] Release notes nag email
Dear everyone, We're getting close to the 6.0.0 release, but the release notes are still in a pretty bad state. You can see the notes for rc2 here: http://prereleases.llvm.org/6.0.0/#rc2 (a few things have been added since). When the release happens, a lot of people will look at the notes, so it's a good opportunity to mention the work that's happened in the past six months. If you
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
Hello all, I was able to create R packages under windows XP in the past using the dynamic NAG C library for windows XP (Mark 6). Recently, I changed computers and I am now using the static NAG C library for windows XP (Mark 7) to create a simple R package (called "test") which simply returns random numbers simulated using repetitive calls to a NAG C routine (uniform random
2011 Sep 23
1
Postgresql Reconnect on connection failure
Currently if asterisk loses its connection to the postgresql it does not attempt to reconnect. I have searched all over for a setting that would have asterisk attempt to reconnect but I can not find anything. Is there something I am missing? Thanks! -Eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
On Thu, 11 Nov 2004 11:19:25 -0800, "Romain Neugebauer" <romain at berkeley.edu> wrote : >Dear Duncan Murdoch, > >I just posted the following message to the R-help mailing list in >response to your email of October 29th (see below). Unfortunately it >looks like my new message was not correctly posted, i.e. it does not >appear as a reply to yours but as a new
2004 Sep 14
0
mount smb auto-reconnect?
Is it me or does "mount -t smb" not auto-reconnect? Can anyone comment on that, maybe there is an option I overlooked. I'm running Fedora Core 2 with Samba version 3.0.3-5
2005 Jun 16
1
iax2 registry - auto reconnect ?
I use the Teliax service with the IAX2 protocol. I noticed 2 days ago that I was not registered with the Teliax server. I used the "iax2 show registry" command and found I was not registered with Teliax. I issued a reload command in asterisk in order to connect again. I went to the Teliax website and noticed a message which stated clients may need to reboot due to changes made with
2023 Dec 15
1
Auto-Reconnect After Sleep
On Thu, 14 Dec 2023 17:00:59 -0500 Rob Campbell via samba <samba at lists.samba.org> wrote: > Hi, > > Is there a way to have my connection re-established when I log back > in? When I first log in I run a map drive script that mounts my > shares using 'gio mount "smb://$DC/$mount"' AND 'ln -s >
2023 Dec 14
1
Auto-Reconnect After Sleep
Hi, Is there a way to have my connection re-established when I log back in? When I first log in I run a map drive script that mounts my shares using 'gio mount "smb://$DC/$mount"' AND 'ln -s "$XDG_RUNTIME_DIR/gvfs/smb-share:server=$DC,share=$mount" "$HOME/mnt/$mount" so that it shows up in nautilus as a network drive and I have it mapped to my local mnt
2015 Jun 08
0
[PULL] virtio: (yet another) last-minute fix for 4.1
The following changes since commit 8a7b19d8b542b87bccc3eaaf81dcc90a5ca48aea: include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h (2015-06-01 15:46:54 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to 210d150e1f5da506875e376422ba31ead2d49621: virtio_pci: Clear stale
2015 Jun 08
0
[PULL] virtio: (yet another) last-minute fix for 4.1
The following changes since commit 8a7b19d8b542b87bccc3eaaf81dcc90a5ca48aea: include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h (2015-06-01 15:46:54 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to 210d150e1f5da506875e376422ba31ead2d49621: virtio_pci: Clear stale
2010 Jul 27
4
Sweave and scan()
I am introducing the scan() function to my class. Consider the following file (Scanexamp.Rnw ) \documentclass[12pt]{article} \begin{document} <<>>= height = scan() 64 62 66 65 62 69 72 72 70 part = scan(what = character(0)) "Soprano" "Soprano" "Soprano" "Alto" "Alto" "Tenor" "Tenor" "Bass"
2006 Apr 14
5
vector-factor operation
I found myself wanting to average a vector [vec] within each level of a factor [Fac], returning a vector of the same length as vec. After a while I realised that lm1 <- lm(vec ~ Fac) fitted(lm1) did what I want. But there must be another way to do this, and it would be good to be able to apply other functions than mean() in this way. Cheers, Murray -- Dr Murray Jorgensen
2003 Sep 17
5
Quit asking me if I want to save the workspace!
How do you stop R from putting up a dialog box when you quit Rgui? (I use Windows and I never save workspaces that way) Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of Waikato, Hamilton, New Zealand Email: maj at waikato.ac.nz Fax 7 838 4155 Phone +64 7 838 4773 wk +64 7 849 6486 home
2003 Aug 20
5
Interlacing two vectors
I want to interlace two vectors. This I can do: > x <- 1:4 > z <- x+0.5 > as.vector(t(cbind(x,z))) [1] 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 but this seems rather inelegant. Any suggestions? Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of Waikato, Hamilton, New Zealand Email: maj at waikato.ac.nz
2001 May 22
2
MASS data sets
I'm running R 1.2.2 under windows 98 on a Pentium 133 laptop. I can't seem to retrieve the package MASS data sets: > library(MASS) > data(wtloss) Warning message: Data set `wtloss' not found in: data(wtloss) > data(abbey) Warning message: Data set `abbey' not found in: data(abbey) And yet all the .rda files for the MASS datasets are in D:\Program
2006 Nov 13
2
A printing "macro"
I am exploring the result of clustering a large multivariate data set into a number of groups, represented, say, by a factor G. I wrote a function to see how categorical variables vary between groups: > ddisp <- function(dvar) { + csqt <- chisq.test(G,dvar) + print(csqt$statistic) + print(csqt$observed) + print(round(csqt$expected)) + round(csqt$residuals) + } > > x
2008 Mar 02
2
Recommended Packages
Having just update to R 2.6.2 on my old Windows laptop I notice that the number of packages is growing exponentially and my usual approach of get-em-all may not be viable much longer. Has any thought been given to dividing "contributed" binaries into a recommended set, perhaps a couple of hundred, and the remained. That way one could install the recommended ones routinely and add in