Displaying 19 results from an estimated 19 matches for "eariles".
Did you mean:
eariler
2008 Jan 02
2
Proxies
I really like the idea of Mock Proxies as explained in Brian Takita''s post here:
http://pivots.pivotallabs.com/users/brian/blog/articles/352-introducing-rr
I posted to this list eariler with an incomplete implementation of
.stops_mocking in the thread "Mocking Time, delegating to original
object." The Mock Proxy pattern would make this simpler.
2006 Aug 03
3
how do i build this? is the only way to use session, or can
i pass and save muliple paramters between different views with different
models?
what i am trying to do use instead of the user filling out forms to
search my database, i just want them to click on links. the first link
selects data from one table and then a different view of links will be
displayed. the user will then click on a new link but i will need to
also know what the user clicked
2006 May 22
1
New to rails, looking for some advice re: migrations
I''m trying to get started with Rails, but I''m running into a few places
where I''m having trouble understanding the expected workflow.
I''m trying to work with migrations from the beginner; its a port of an
existing application, but I''d like to let the db schema evolve as the
application grows, so I''m starting from an empty (tableless) database.
1999 Apr 11
1
R-0.64 versions of packages
Versions of
KernSmooth
VR5.3pl037
boot
gee
rpart
sm (delete src/Makefile: I'll get the version on CRAN changed)
tree
for R-0.64 are now on CRAN. Please note that spatial (in the VR bundle)
and sm really do need 0.64 as we use the platform-independent file
handling, and sm uses chull.
This will be the last version of the VR5.x software for the second
edition, as a new more `R
1999 Apr 11
1
R-0.64 versions of packages
Versions of
KernSmooth
VR5.3pl037
boot
gee
rpart
sm (delete src/Makefile: I'll get the version on CRAN changed)
tree
for R-0.64 are now on CRAN. Please note that spatial (in the VR bundle)
and sm really do need 0.64 as we use the platform-independent file
handling, and sm uses chull.
This will be the last version of the VR5.x software for the second
edition, as a new more `R
2002 Sep 05
0
Re: macromedia dreamweaver mx
Did you use only win95 dlls? If you used dlls from any other version of
win, htere could be problems with dcom 95.
>
>
> Ivan Leo wrote:
> > To install dcom95 you must have a windows 95 license (The license of no
> > other version will do), so you must have win 95, have you tried to use
> > the win95 native dlls?
> >
> > Krzysztof Pawlowski wrote:
>
2006 Jun 22
0
Status of vorbis-tahseen branch -- OggSkeleton support in vorbisfile
hi,
vorbis-tahseen is the branch I'm using for my soc project regarding
OggSkeleton support in libvorbisfile. After adding an initial support
of OggSkeleton, I attempted to also add support for handling vorbis
stream in a theora file. As it now seemed a bit more involved work,
I've stopped working on that for the moment. The present version of
vorbis-tahseen only supports OggSkeleton
2001 Feb 21
0
bug?: building RPM of 2.5.1p1 uses wrong pam.d/ssh file for RH6 vs RH7
(I'm using RedHat 6.2 and openssl-0.9.5a-3)
After rebuilding binary RPMs using openssh-2.5.1p1-1.src.rpm, I was unable
to ssh in to a system upgraded to the new openssh-server-2.5.1p1.rpm
After the failure, /var/log/messages on the destination indicated lots of
PAM errors of the form "sshd[22814]: PAM
[dlerror: /lib/security/pam_stack.so: can not open shared object file: No
such file
2010 Sep 02
1
Using stages in puppet
has anybody else noticed issues with nesting stage classes in 2.6.0?
Using Jeffs eariler post I easily make a stage script do what I need,
the problem is if you import it in site.pp it runs for every node in
the environment, it would seem becuase it is outside any class other
than it''s special stage class . Any attempt to move the stageclass
structure inside a parent class to limit its
2008 Apr 01
2
Functional Testing - page actions
Pretty simple question, I''ve tried to ajaxify some actions and the first
one I did was a delete -
def delete_job
.....
render :update do |page|
page.remove "job_#{id}"
end
....
end
and in my functional test I call this function via post
def test....
post :delete_job, :id => 1
assert_response :success
......
end
after the assert_response, how do I test that the page
2011 Oct 24
1
[LLVMdev] Function pointer parameters in PTX backend
Hi everybody,
I am trying to produce ptx code starting from OpenCL C.
I am experiencing a problem concerning pointer parameters.
Here follows an example:
kernel void function(__global float* parameter1) {}
NVIDIA NVCC Compiler:
.entry function(
.param .u32 *.ptr* .global .align 4 function_param_0
)
{
ret;
}
CLANG + LLVM PTX backend
// (skipping builtin functions definitions)
.entry
2003 Feb 18
2
syslinux booting problem with 3Com PXE server
I use 3Com's PXE server to deploy the RedHat Linux network boot disk for
an ftp install. I have done this for RedHat 7.2 and 7.3. I followed
the same procedure I used for the other RedHat boot disks using the
RedHat 8.0 boot disk and syslinux didn't work. Syslinux boots the
system, gets the boot: prompt and dies. The error message is can not
find ramdisk image and then cannot find
2002 Feb 11
4
Seeking in a saved stream; or,Why isn't thatsucker valid?
>>I realize that I may have unintentionally been misleading you by leaving some information out. That error report from
ogginfo keeps going, repeating the same 3 errors (as above) over and over again. It ends after a
stream_truncated=true, not giving a final header_integrity=fail. (Perhaps because there's not another packet?) Then it
reports a total playtime of 0.
>
>Yes,
2006 Jan 09
6
drag and drop problem
I am working on a resource planning problem. I like to use a nice drag
and drop interface for that. E.g. have a box of persons and a box of
projects, now I would like to assign a persom to project by dragging it
from the available resources box to a recieving project box.
I have studied the amazing drag and drop shopping card code listed here
http://demo.script.aculo.us/shop
What I need to
2023 Jan 07
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
ok a little bit more info ....
My servers all run under FreeBSD 12.xx
which was also the base for the apple operating system origionally.
setting default_vsz_limit = 0 i seem to remember trying with no so great
results
setting to zero can cause memory over runs (espically with replication)
etc i found that when i used the config i sent eariler (vsz_limit is
defaulted (not set )) everything
2006 Jul 12
10
Recurring mySQL Error
I am getting the following error when running my app on the server:
mysql::Error: Lost connection to MySQL server during query: <some SQL
here>
The SQL is usually a SHOW FIELDS statement, but after scouring the log
files I see that it occassionally happens with other queries as well.
I did a little research, and one topic I found suggested that I edit the
/etc/mysql/my.cnf and increase
2006 Nov 04
0
traits-0.10.0
URLS
http://rubyforge.org/projects/codeforpeople/
http://codeforpeople.com/lib/ruby/traits
INSTALL
yes|sudo gem install traits
ABOUT
traits.rb is set of attr_* like methods on steroids, caffeine, and botox.
it encourages better living through meta-programming and uniform access
priciples. traits.rb supports smart inheritence of class attributes and a
fistful of hooks for
2008 Apr 09
13
submitting an ajax form via javascript not rendering
for some reason the controller is parsing everything fine, but the
return is a page instead of code execution. I have other ajax forms no
listed that are also running fine on this same page.
there are supposed to be 3 ajax events:
onblur event that calls a function to submit - doesn''t work.
There is a submit button at the end of the form - works
there is a delete image that removed the
2023 Jan 06
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
How problematic is it to have
default_vsz_limit = 0
in dovecot.conf? macOS+MacPorts had this as a requirement even.
Gerben
> On 6 Jan 2023, at 16:49, Paul Kudla <paul at scom.ca> wrote:
>
>
> i ran into this as well
>
> here is the full config for mine with replication
>
> # cat dovecot.conf
> # 2.3.14 (cee3cbc0d): /usr/local/etc/dovecot/dovecot.conf
> #