similar to: Unvisible fonts

Displaying 20 results from an estimated 500 matches similar to: "Unvisible fonts"

2017 Aug 11
3
Help to create bugzilla account
Hi mailing list and R-core. Could someone from R-core please help me to create account in bugzilla? I would like to submit issue related to gc() to wishlist. Related context is here - https://stat.ethz.ch/pipermail/r-devel/2017-July/074715.html -- Regards Dmitriy Selivanov [[alternative HTML version deleted]]
2018 Nov 21
3
Subsetting row in single column matrix drops names in resulting vector
Hi Rui. Thanks for answer, I'm aware of drop = FALSE option. Unfortunately it doesn't resolve the issue - I'm expecting to get a vector, not a matrix . ??, 21 ????. 2018 ?. ? 20:54, Rui Barradas <ruipbarradas at sapo.pt>: > Hello, > > Use drop = FALSE. > > a[1, , drop = FALSE] > # col1 > #row1 1 > > > Hope this helps, > > Rui Barradas
2017 Aug 11
2
Help to create bugzilla account
2017-08-11 16:00 GMT+02:00 Martin Maechler <maechler at stat.math.ethz.ch>: >>>>>> Dmitriy Selivanov <selivanov.dmitriy at gmail.com> >>>>>> on Fri, 11 Aug 2017 17:33:31 +0400 writes: > > > Hi mailing list and R-core. Could someone from R-core please help me to > > create account in bugzilla? I would like to submit issue
2018 Nov 21
2
Subsetting row in single column matrix drops names in resulting vector
Hello here. I'm struggling to understand R's subsetting behavior in couple of edge cases - subsetting row in a single column matrix and subsetting column in a single row matrix. I've read R's docs several times and haven't found answer. Consider following example: a = matrix(1:2, nrow = 2, dimnames = list(c("row1", "row2"), c("col1"))) a[1, ] # 1
2002 Dec 27
1
Wine Problems
When i run make, in the wine directory, i have the followin errors: gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o riched32.dll.dbg.o riched32.dll.dbg.c ld -r charlist.o reader.o text-writer.o richedit.o riched32.dll.dbg.o -o riched32.dll.tmp.o strip --strip-unneeded riched32.dll.tmp.o
2017 Aug 12
3
Help to create bugzilla account
Strange because in my all my experiments calling malloc.trim always helped - memory reported by top decreased to the level it supposed to be. Do you have in mind case when calling malloc.trim won't do anything? Also shouldn't MALLOC_TRIM_THRESHOLD_ env variable has impact on malloc.trim calls? At the moment seems any value is ignored... 12 ???. 2017 ?. 6:09 ?? ???????????? "Simon
2010 Aug 09
3
riched32.dll refresh(?) problem
An application using a riched32 input text box runs almost fine. The box has two indicators, one is "total lines" and the other is the cursor position "line/column". When entering text, everything seems fine and the "total lines" counter changes whenever I press ENTER, but the "line/column" cursor position remains staying at "1/1". When I copy
2008 May 21
8
Winetricks deleted most of my hard drive
Immediately after running winetricks a month ago, several very important directories disappeared from my hard drive, and despite paying a lot of money to good data recovery company, I have not been able to recover them. I have searched this forum and elsewhere for evidence of this happening to anyone else with no result. Is it at all possible that the script deleted my directories by accident
2018 Nov 27
1
Subsetting row in single column matrix drops names in resulting vector
Dmitriy Selivanov (selivanov.dmitriy at gmail.com) wrote: > Consider following example: > > a = matrix(1:2, nrow = 2, dimnames = list(c("row1", "row2"), c("col1"))) > a[1, ] > # 1 > > It returns *unnamed* vector `1` where I would expect named vector. In fact > it returns named vector when number of columns is > 1. > Same issue applicable
2001 Mar 26
1
Problem with Free Visual Pinball
High, i tried to install the free Visual Pinball package from: http://www.randydavis.com/vp/intro.htm When i tried to run the installer it aborted with an error message to check the installer package. Whe i try to run the VPinball.exe directly without using the installer it comes up well. But now when i try to load a table i get the error that modul RichEdit32A Module is missing. peter
2017 Aug 12
4
Help to create bugzilla account
On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote: | As the Python posts poitns out, it is possible to use alternate malloc | implementations, either rebuilding R to use them or using LD_PRELOAD. | On Ubuntu for example, you can have R use jemalloc with | | sudo apt-get install libjemalloc1 | env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R | | This does not seem to hold
2007 Jun 09
1
smbclient error: NT_STATUS_BAD_NETWORK_NAME, on shared foler with a Chinese name
Hi folks, I am trying to access the shared folders on a Windows XP PC from a Linux (FC5) PC using smbclient. Linux config info: $ locale LANG=en_US.UTF-8 $ rpm -q samba samba-3.0.24-6.fc5 smb.conf: [global] dos charset = CP936 <--- Simplified Chinese unix charset = UTF-8 display charset = LOCALE Now, here is the problem:
2008 Oct 30
3
edit C: drive path.
I recently killed my Windows installation with the "upgrade" to SP3. Some driver bull$#!7 idk... Well, I need to uninstall Sp3, but the cache is, I can't uninstall it if I'm not booted into Windows because it automatically expects the drive letter to be C:. Well, here's my plan: I want to reassign temporarily the C: drive in WINE to /media/disk instead of c_drive...
2005 Mar 11
1
Thanks for WineTools! - Ideas for improvement
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <pre wrap="">Joachim,</pre> <tt>Than you for your
2008 Aug 07
5
Install Fails
I am trying to install a logos CD V2.0, I think and it says it completed but there not menu item and running the program does nothing. Here is the log from the installation. fixme:font:CreateScalableFontResourceW (0,L"C:\\windows\\system32\\grii.fot",L"C:\\windows\\system\\GRII.TTF",(null)): stub fixme:font:WineEngRemoveFontResourceEx :stub
2008 Apr 09
4
SetWindowsHookEx16
I have this problem reported when running a Win3x application: fixme:hook:SetWindowsHookEx16 hook type 1 broken in Win16 I have searched and found this exact error and similar ones (up to fixme:hook:SetWindowsHookEx16) reported as part of other error messages, but I haven't seen what to do about it. It seems this is the only error I am getting. What can I do about it? What does it mean?
2011 Oct 13
9
problems installing wine 1.3.24/sketchup 8/on fedora 15
I am trying to install wine (1.3.24) from winehq for fedora and sketchup (8) on a Fedora-15 box. I have tried to follow the Sketchup Sage site http://sites.google.com/site/sketchupsage/problems/linux After installing Wine and Sketchup, I have ?Wine Files? under the new GNOME-3 Applications and when I open it I get what looks like a Windows window. No Sketchup in there. I have 2 Sketchup icons
2011 Apr 12
1
blazer & megatec drivers
Hi, I've being using nut 2.2.2 (Debian Lenny) via megatec_usb driver for IPPON Back UPS 600. Then I upgraded to nut 2.4.3 (Debian Squeeze) with broken megatec_usb. I moved to blazer_usb, it connected IPPON. [myups] driver = blazer_usb port = /dev/usb/hiddev0 desc = "Local UPS" #from megatec.c: batteries[] = {{ 12.0, 9.0, 16.0, 9.7, 13.7, 0.0 },
2002 Mar 13
1
SMLNJ Installation
Hello, I'm trying to get a piece of windows software named HATS to run under Wine. HATS is a very advanced program transformation system and it would be really great to be able to use it under Linux. I have managed to get the HATS installer to run just fine, but have been unable to get the windows version of SML (which HATS requires) to install. If anyone wants to try installing it
2001 Nov 25
1
How to get Civ 3 running...
Apparently it is possible to run Civilization 3 under wine, but i'm having no luck. It installed fine, but won't run. With recent CVS winex i get: [~/.wine/c_drive/civ3]$ wine Civilization3.exe fixme:module:CreateProcessA (E:\~ef7194.tmp,...): CREATE_NEW_CONSOLE ignored fixme:module:CreateProcessA (E:\~ef7194.tmp,...): NORMAL_PRIORITY_CLASS ignored err:int:INSTR_IDT_Emulate Evil attempt