similar to: Regression in wine 0.9.38? (menu items cut off after 1st word)

Displaying 20 results from an estimated 5000 matches similar to: "Regression in wine 0.9.38? (menu items cut off after 1st word)"

2018 Feb 17
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi Scott, Thanks for the patch. I'm not really involved in R development; it will be up to someone in the R core team to apply it. I would hazard to say that even if correct (I haven't checked), it will not be applied because the change might break existing code. For example it seems like reasonable code might easily assume that a column with the same name as "by.x" exists in
2018 Feb 18
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Thanks Duncan and Frederick, I suspected as much - there doesn't appear to be any reason why conflicts between by.x and names(y) shouldn't and cannot be checked, but I can see how this might be more trouble than its worth given it potentially may break downstream packages (i.e. any cases where this occurs but they expect the name of the key column(s) to remain the same). Best, Scott On
2018 Feb 18
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Thanks Gabriel, I think your suggested approach is 100% backwards compatible Currently in the case of duplicate column names only the first can be indexed by its name. This will always be the column appearing in by.x, meaning the column in y with the same name cannot be accessed. Appending ".y" (suffixes[2L]) to this column means it can now be accessed, while keeping the current
2018 Feb 22
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
>>>>> Gabriel Becker <gmbecker at ucdavis.edu> >>>>> on Wed, 21 Feb 2018 07:11:44 -0800 writes: > Hi all, > For the record this approach isnt 100% backwards compatible, because > names(mergeddf) will e incompatibly different. Thatx why i claimed > bakcwards compatable-ish exactly. > That said its still worth considering
2018 Feb 20
3
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi Frederick, It looks like I didn't overwrite the patch.diff file after the last edits. Here's the correct patch (attached and copied below): Index: src/library/base/R/merge.R =================================================================== --- src/library/base/R/merge.R (revision 74280) +++ src/library/base/R/merge.R (working copy) @@ -157,6 +157,14 @@ }
2018 Feb 17
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi Frederick, I would expect that any duplicate names in the resulting data.frame would have the suffixes appended to them, regardless of whether or not they are used as the join key. So in my example I would expect "names.x" and "names.y" to indicate their source data.frame. While careful reading of the documentation reveals this is not the case, I would argue the intent of
2010 Nov 08
2
List of supported commands of each ups
Hi, Is there a list of ups, which supports which command. I would like to check the model of ups, with such a list, before I buy a new one. Thanks for Help Ritchie
2004 Feb 10
2
Self Signed SSL Certificate from ldap server
How do i get samba to accept a self signed certificate from my ldap server? I have a self signed CA that created a certifcate for my ldap server. I've added the CA to the openssl frame work. <ssl-base>certs/ca.pem and <ssl-base>certs/<ca hash>.0.pem Yet I still get errors from samba 3.0.2 Is it not possible? If I add in SSLeay libraries will that sort it? I beleived that
2007 Jun 07
1
Cashflow 101 crashes if WINEDEBUG=+all not set. (Slackware 11/Wine 0.9.38)
Hello! I'm not sure if I should have posted this to wine-devel or add bug in Bugzilla, so I'm posting this here. I've got following problem: I've upgraded Wine to 0.9.38, and Kiyosaki's Cashflow 101(http://appdb.winehq.org/appview.php?iAppId=2216) stopped working. Game crashes "in windows way" - with a Message box "Unhandled Exception: c0000005 At address:
2005 Jun 30
10
Long Shorewall Startup Times Revisited
Hello, With reference to the problems listed below. I too am having incredibly long start up times. I''m talking minutes here (around 5 minutes). My configuration is not complex I don''t think. We are you using ldap too and the settings are bellow. The network is up as I''m restarting shorewall whilst the machine is running. Any suggestions? Is there no way to
2018 Feb 15
2
Duplicate column names created by base::merge() when by.x has the same name as a column in y
Hi, I was unable to find a bug report for this with a cursory search, but would like clarification if this is intended or unavoidable behaviour: ```{r} # Create example data.frames parents <- data.frame(name=c("Sarah", "Max", "Qin", "Lex"), sex=c("F", "M", "F", "M"),
2003 Sep 12
3
7206 as SIP->PSTN Gateway?
All, I know you can use, say, a 2620 w/2 port FXO card as a SIP gateway. Clearly you can use the 5300, 5800, and MGX8850 too. Does anyone know which cards, if any, exist for a 7206VXR to act in a similar capacity, either as a T1/PRI, DS3, or POTS FXO/FXS? What other Cisco routers can act as SIP gateways today? Thanks, Dave
2010 Aug 07
2
Wine 1.3 packaged for Ubuntu, must be installed explicitly
I have added a new series of Wine 1.3 packages to the Wine PPA: https://launchpad.net/~ubuntu-wine/+archive/ppa These are for 10.04 (Lucid) only and must be explicitly installed: sudo apt-get install wine1.3 Users who simply install the wine or wine1.2 packages (as in, all existing users) will instead get the stable Wine 1.2 release, which is still packaged there. Thanks, Scott Ritchie
2008 Apr 22
2
Ubuntu users, please upgrade to Ubuntu 8.04 Hardy for Wine 0.9.60 and later
To prevent conflicts when upgrading to 8.04, older releases will no longer be getting Wine updates. Ubuntu Hardy will be released this Thursday, and contains many fixes that also affect Wine, such as support for some missing libraries in the 64 bit version. By default, Ubuntu's update manager will disable third party repositories on upgrade, which will leave you with the Wine included in
2004 Feb 02
1
ldaps connections
It is my understanding that a secure ldap connection should only send encrypted data yet my configuration is sending plaintext The following strace output from a smbpasswd results in the following: connect(4, {sin_family=AF_INET, sin_port=htons(636), sin_addr=inet_addr("<ldap server>")}}, 16) = -1 EINPROGRESS (Operation now in progress) ...snip... write(4,
2008 Sep 03
3
RPC / OLE errors (?) causing app to fail
Hi there, Our company uses a server monitoring product called NimBUS, and at one point I was able to use the client very nicely with Wine. That was 0.9.37, and from 0.9.38 onwards a critical part at the startup fails, at the part where it tries to connect to the monitoring hub server. Nimsoft do provide a trial version, on request, but that's probably a nightmare, so I'm happy to do
2018 Aug 25
3
Where does L come from?
On 25 August 2018 at 09:28, Carl Boettiger wrote: | I always thought it meant "Long" (I'm assuming R's integers are long | integers in C sense (iirrc one can declare 'long x', and it being common to | refer to integers as "longs" in the same way we use "doubles" to mean | double precision floating point). But pure speculation on my part, so I'm |
2020 Apr 28
2
mclapply returns NULLs on MacOS when running GAM
Dear R-devel, I am experiencing issues with running GAM models using mclapply, it fails to return any values if the data input becomes large. For example here the code runs fine with a df of 100 rows, but fails at 1000. library(mgcv) library(parallel) > df <- data.frame( + x = 1:100, + y = 1:100 + ) > > mclapply(1:2, function(i, df) { + fit <- gam(y ~ s(x, bs =
2005 Jun 30
1
Virtual Server
shorewall-users, I''d like to expose a local NAT''d machine externally but only reachable on that IP. The example documents show exposing a web server on an external ip but that server is also reachable on any other ip that is proxyarp''d by the gateway server. Sorry if it isn''t a very clear description. Any help is appreciated. Cheers -- Martin
2011 Apr 07
1
[LLVMdev] Incompatible types at call site
Hi Arushi, > I got this from C code compiled by llvm-gcc. > > There is a consistent prototype for the function > > TypHandle Cyclotomic ( hdRes, n, m ) > TypHandle hdRes; > long n, m; I just remembered that Kernighan and Ritchie style declarations like this don't have the semantics you might expect. In particular this is not