Displaying 20 results from an estimated 1000 matches similar to: "lesson learned: script/runner does not abort on failed require"
2006 Mar 18
1
has_many and validates_associated
By trial and error I seem to arrive to the conclusion that
1. Validation recurses through has_many by default and
a root save! call raises an excepcion if some child no
matter how nested is fails validation
2. Validation does not recurse through has_one by default
and you can change this with validates_associated, in
which case exceptions behave like above
2006 Mar 04
0
lesson learned: careful with :update in link_to_remote
A link_to_remote call was generating Ajax.Request instead of
Ajax.Updater. I couldn''t for the life of me understand why. There was
some extra indirection because I used there a helper of mine that
receives an image and generates a link_to_remote with image_tag and
some stuff for image rollover.
After browsing the sources in the API website (hey, that "[ show
source ]"
2004 Oct 18
0
Lesson Learned
Hello all,
I learned a very valuable lesson this weekend and
thought I would share. I noticed that the
xcdroastalpha15-rhel3.i386.rpm's non root mode didn't
work very well, so I decided to set out an build my
own rpm for it. Well I still can figure out how to
add icons to the Main Draw but did finally build a
good working RPM. However after doing some reading on
the Xcdroast web
2006 May 14
1
Suggestion for system.time()
Hi, people. A tiny suggestion for the system.time function.
Could the returned vector have names? These could be like:
c("User", "System", "Elapsed", "Sub.User", "Sub.System")
That would then produce self-documenting output.
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
2011 Aug 01
1
--timeout=... lesson learned...
I thought other might benefit from this lesson learned and thought it maybe
should be added to the man-pages.
I thought my network connection was glitchy and hence set rsync up for
--timeout=120 but I found out that I was actually causing the glitch with
this script:
#! /bin/sh -
while true; do rsync -avz --progress --timeout=120 --delete
/media/rsync_gb01/movies/ myserver:movies; sleep 120; done
2009 Jan 14
3
Installing kernel RHEL-5.3 on CentOS 5.2 (x86_64)
Hi
I tried to install the kernel Red Hat 5.3 x86_64 (2.6.18-128.el5.x86_64)
with the command:
rpm -Uvh kernel-2.6.18-128.el5.x86_64.rpm
but there is problem with dependecy: ecryptfs-util < 44. How to solve
problems with depencies when installing a beta kernel?
I'm trying this kernel to see if I get CentOS working with the wireless
iw4965. I tried the drivers from Intel, but the
2008 May 20
3
IRC bot for cc.rb?
Hi all,
Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb
notifications?
Will.
2008 Feb 26
4
Mono installation
Hello everybody
I?m trying to install mono and when i try to install the package libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4.
Im using local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1
Finally I try with the
2015 Jul 29
3
[LLVMdev] ARM unwinding bug
> From: Renato Golin <renato.golin at linaro.org>
>
> > On 29 July 2015 at 16:53, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> > A couple weeks ago, Ben Pye, a developer working on the ARM32 stuff, found
> > and reported a bug related to incorrect generation of stack unwinding info.
> > ( https://llvm.org/bugs/show_bug.cgi?id=24146 ) Apparently it
2011 Nov 24
1
[LLVMdev] Scheduler information
[LLVMdev] tag added, sorry for duplicated message.
Hi list,
Could someone help me to understand the internal data dependecy
structure used by the scheduler ?
As far as I can see in /lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp,
SUnit nodes are created to wrap SDNodes with scheduling related
information and SDeps represent all kind of dependencies between them.
Nevertheless, I cannot figure
2003 Oct 21
1
Does 3.0.0 need krb5-1.3.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Does samba 3.0.0 need krb5-1.3.1?
Redhat 7.3 comes with krb5-1.2.4
I seem to remember seeing somethings on the list about samba ADS support
not working right with krb5 < 1.3.1
I really don't want to have to install 1.3.1 on my system, as it looks
like it'll be rpm dependecy hell....
- -Tom Dickson
-----BEGIN PGP SIGNATURE-----
Version:
2001 Sep 19
1
wine not installing
I've recently installed RH Linux 7.0 on my home PC
I've downloaded a wine rpm (wine-20010919-1.i386) to run my windows
programs.
But when I try to install it (thru gnorpm) it gives two dependecy
errors
1) libXrender.so.1 &
2) freetype.so.6 (I dont remember this correctly)
if I understand correctly, these libraries are part of XFree86 libs,
so why I am getting this message ? and what
2015 Jul 29
0
[LLVMdev] ARM unwinding bug
On 29 July 2015 at 20:14, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> Well, yes, an unwinding expert *was* who I was really hoping to hear from. But
> if I understand correctly, you're saying that rather than seeing the values Ben
> reported, the sample code crashes on you on both compilers? I do notice that
> you're using different versions of both compilers
2005 Aug 10
2
CentOS 4 HTTPD strange dependencies problem
Hello
i found a problem with dependencies in Centos 4
What I did:
I installed CentOS from my >>> 4.0 <<< CD media with httpd server.
this are installed versions:
httpd-2.0.52-9.ent.centos4.1.i386.rpm
and one of its dependecy
apr-0.9.4-24.1.i386.rpm
then I tried make update
"yum update"
and I get
...
...
...
--> Running transaction check
--> Processing
2019 Feb 13
4
changing variable naming rules in LLVM codebase
FWIW, I'm pretty strongly opposed to humbleCamelCase. We already use that
style so something else. One of the biggest advantages of changing the
variable naming convention would be to differentiate variables from other
constructs IMO, and that's the nature of many examples here.
Using underscore_names for variables as Zach suggests would,, onhe other
hand, be a significant improvement
2015 Jul 01
0
pdf-printer
Hai Mourik Jan,
?
This is the script we use, this is the work my collega. ( see the developed by, thats his company?)
This is a "as is"? share, so read the code, we added as much as possible info in there.
?
Few extra pointers,
- speed up the script by useing ramdisk, make sure your ramdisk has the space for the bigest pdf you want to create.
??? we did limit the max size in the
2006 Jul 11
0
using logger from script/runner
Can a script run by script/runner use the Rails logger?
-- fxn
2002 Jun 04
2
machine dependency [polr()/optim()]
Dear R experts:
I am running some calculations using polr() in MASS library, and found some
differences in results obtained on two different machines (IRIX 6.5, and
Linux RH 7.1). It is not clear to me whether this is due to some error in
my programming the calculation and how to resolve the differences, if
possible.
The polr() call is the following:
2009 Apr 03
2
[LLVMdev] GSoC 2009 application
Here is my formal proposal i have submitted in gsoc. Comments invited.
About me:
I am a final semester Dual Degree( B.Tech. M.Tech.) student from Indian
Institute of Technology, Kanpur. I was looking forward to participate in
this year's GSoC 2009.Starting Fall 2009 i shall be pursuing a Phd in
compilers. I am having a good background in compilers. My current masters
thesis is aimed at
2006 Nov 23
0
W3C Range specification conceptually flawed?
hi all!
check this one:
<html>
<head>
<title>Range test</title>
</head>
<body>
<div id="myText">FooBarBaz</div>
<script type="text/javascript">
myText = document.getElementById(''myText'').firstChild;
var range1 = document.createRange();
range1.setStart(myText, 3);
range1.setEnd(myText, 6);
var