similar to: Is this a bug for my fault?

Displaying 20 results from an estimated 800 matches similar to: "Is this a bug for my fault?"

2007 Nov 16
3
File copy problem
I''ve got puppet to do some interesting things in my development farm. However getting a file to disk has me stumped. I''m pretty sure I''m making a simple mistake but I''ve been over it and I don''t see it. Aside: the Type Reference claims that ''it is expected that the file element will be used less and less to manage content''. Is
2006 Jun 14
5
generic onDragStart onDrag and onDragFinish events extracted from scriptaculous?
Hi folks. I''m working on a project where I need some drag and drop, but I need to implement what happens in a very different way, so I''m creating my own class for it. I don''t want to reinvent the wheel and redo Thomas'' excellent drag/drop functionality, nor do I want to copy/paste his code over into mine. So, I was wondering, has anyone tried to extract
2011 Sep 07
1
Subsetting does not remove unwanted data in table
Dear all, This relatively routine analysis has left me frustrated and in a rut. I have a dataset (data1), which I subset in order to remove rows where HabitatDensity="Med". This dataset looks correct when I call it up, however, when I create a table out of the new subset (data2), my table continues to show the "Med" information as 0. This is a problem because I need a
2019 Jun 29
5
Mac OS & Folder Timestamps
So this issue might not strictly a Samba problem, but it happens to be where I found the issue and maybe there's a solution in the server or someone who's familiar with the problem. Basically I'm using a Pi as a small nas. I have a folder /media/ and a script that mounts usb drives there automatically. So I shared /media/ with smb.conf. Windows & Linux had no issue accessing the
2023 Feb 10
2
Question about virt-manager Version 9.1
This may provide the answer you are looking for: it's being deprecated in favor of Cockpit. https://bugzilla.redhat.com/show_bug.cgi?id=2030592 On Fri, Feb 10, 2023 at 6:58 AM G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote: > hello list, > > I switched to version 9 (not redhat) on my "new" server, and that worked. > But > after updating to 9.1, the
2007 Feb 17
2
Serial Woes
I have been trying to throw away my dependence on Windoz since the early Pentium era, but there always seems to be some essential application that can't be replaced. Currently it is the programs that read my blood glucose meeter and an athletic trainer system. Both of them communicate through a serial port. I am currently working on getting the trainer going. It loads fine and has no
2020 Sep 01
2
Rust bindings to nmath
Hello @R-devel I needed some statistical functions for a project I was working on in Rust, and I've used the R math library as a standalone solution. I thought the R developers would be interested in the fact that their work is being used elsewhere, and I also wanted to say thanks for some code I do NOT want to have to write myself! The "crate" (Rust's name for a package) is at
2008 Jan 10
4
Mocking and stubbing Rails'' association extensions
I''m having a lot of trouble stubbing out an association extension for some view tests. Example rails code modeling a music album: class Album < ActiveRecord::Base has_many :songs do def streamable find(:all, :conditions => ''streamable = 1'') end end end So for a given Album instance (say @album), I need to be able to stub both
2015 Jan 18
0
Error loading vesamenu.c32
On Sun, Jan 18, 2015 at 6:44 AM, Angel <angelv64 at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hello. > > I'm trying to setup an multiboot USB, mainly to install Debian using > netinst images. > > I've mounted one of iso image and copied to a directory in USB (made > with syslinux 6.03) and copied too the kernel and initrd
2007 Jun 25
4
IMAP IDLE goes to sleep
First of all, let me say that I'm really impressed with Dovecot. It is great. Problem description =================== Now I've got a possible bug I'd like to report. I've been learning about the IMAP protocol recently, and have started playing with the IDLE command. The problem is that Dovecot doesn't always notify the client when there is new mail available. While
2015 Jan 18
3
Error loading vesamenu.c32
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello. I'm trying to setup an multiboot USB, mainly to install Debian using netinst images. I've mounted one of iso image and copied to a directory in USB (made with syslinux 6.03) and copied too the kernel and initrd for hd install. I've setup a directory to start the USB and, well it starts, but when I jump (using CONFIG) to the
1999 Feb 24
0
Problems with server=domain
I compiled samba 2.0.2 on a intel RedHat 5.2 machine successfully. I then set up the machine according to the DOMAIN_MEMBER.html instructions to join my domain. Everything seemed ok so far, i got the message: change_trust_account_password: Changed password for domain INFO. smbpasswd: Joined domain INFO So far OK, right. I set up the smb.conf like this. The options in Global that are commented
2003 Oct 19
2
Bagplot
Has anyone ported the Bagplot function by Rousseeuw, Ruts, and Tukey from S to R? The S function comprises a script and a FORTRAN function. I assume porting is relatively uncomplicated, but since I have not done any porting before I would not want to invest the effort if a port is readily available.
2002 Oct 30
1
Crontab ??
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2009 Aug 27
19
Best R text editors?
Quick informal poll: what is everyone's favorite text editor for working with R? I'd like to hear from people who are using editors that have some level of direct R interface (e.g. Tinn-R, Komodo+SciViews). Thanks! --j -- Jonathan A. Greenberg, PhD Postdoctoral Scholar Center for Spatial Technologies and Remote Sensing (CSTARS) University of California, Davis One Shields Avenue The
2005 Apr 20
4
Assign factor and levels inside function
R-help, After cogitating for a while, I finally figured out how to define a data.frame column as factor and assign the levels within a function... BUT I still need to pass the data.frame and its name separately. I can't seem to find any other way to pass the name of the data.frame, rather than the data.frame itself. Any suggestions on how to go about it? Is there something like
2003 Mar 06
6
type III Sum Sq in ANOVA table - Howto?
Hello, as far as I see, R reports type I sums of squares. I'd like to get R to print out type III sums of squares. e.g. I have the following model: vardep~factor1*factor2 to get the type III sum of squares for factor1 I've tried anova(lm(vardep~factor2+factor1:factor2),lm(vardep~factor1*factor2)) but that didn't yield the desired result. Could anyone give me a hint how to proceed?
2010 Oct 04
3
How To Extract Row from A Data Frame
I have a data frame that looks like this: > print(df) V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 1 FN 8.637 28.890 31.430 31.052 29.878 33.215 32.728 32.187 29.305 31.462 2 FP 19.936 30.284 33.001 35.100 30.238 34.452 35.849 34.185 31.242 35.635 3 TN 0.000 17.190 16.460 21.100 17.960 15.120 17.200 17.190 15.270 15.310 4 TP 22.831 31.246 33.600 35.439 32.073
2019 Jun 30
0
Mac OS & Folder Timestamps
On Sat, Jun 29, 2019 at 2:40 PM David Corrigan via samba <samba at lists.samba.org> wrote: > > So this issue might not strictly a Samba problem, but it happens to be > where I found the issue and maybe there's a solution in the server or > someone who's familiar with the problem. Basically I'm using a Pi as a > small nas. I have a folder /media/ and a script that
2011 Jan 08
0
help with environments
Dear list, Although I tried to make a simple example, this may be too lengthy/unclear of a question for anyone to want to provide an answer. I have been trying to write two functions. My goal is to have an outer function ("foo") that will do some computations based on data created by the nested function ("f"). In particular I want to: 1) create a new data frame using the