Displaying 20 results from an estimated 2000 matches similar to: "frugalist: rails tames amazon wishlists"
2006 Jul 05
0
TestableLogger plugin
hello all,
i''ve created a plug-in from some test helper code i''ve been using.
hopefully some of you will find it useful.
in a nutshell, it lets you assert that messages were (or were not)
written to the application''s log file during a test case.
from the README:
Testable Logger acts as a buffered proxy in front of the normal
Logger object when running in a test
2006 Apr 01
2
Paypal donation or Amazon wishlist for core team?
Is there any Paypal donation or Amazon wishlist for rails core team
members?
I know programming in Ruby & Rails should be reward enough, but its
probably not a bad idea to let rails users express their appreciation in
this way.
--
Posted via http://www.ruby-forum.com/.
2008 Apr 03
3
routes.rb definitions not working???
Hello Eveyone,
I am new here, and am have no idea how to setup routes in the routes.rb file
while using fbml. The regular
map.resources :gifts
map.resources :wishlists
map.resources :invitations
map.resources :comments
does not work.
This tutorial
http://rfacebook.wordpress.com/2008/02/04/quickstartfacebooker/
says to create a map.root, such as the one mentioned "map.root
2008 Feb 20
0
Testable Logger
I like the idea of having unit tests make sure what gets logged.
I found a plugin called "testable logger" at
http://code.teytek.com/rails/plugins/testable_logger/
This promises to do what I''m looking for.
But the code itself is not available through the links provided. The
author hasn''t responded to my email.
Does anyone know an alternative or has a copy of the
2015 Feb 20
2
[LLVMdev] Writing LLVM front-end
The path of least effort, as I previously stated, is to use Boehm-GC.
Reference-counted smart pointers will require that you implement the
reference counting in your language, in the generated code. e.g. a
statement such as:
p1 = p2
really compiles into:
p1.refcount--; if (!p1.refcount) free(p1)
p1 = p2
p1.refcount++
If you want your language to be thread-safe, then the increment and
2007 Jan 01
3
Wish list
This is my 2007 New Year wishlist for R features:
1. Matrix Multiplication
Enhance matrix multiplication to work with multidimensional
arrays such that the last dimension of the first multiplicand
must equal the first dimension of the second. See:
https://www.stat.math.ethz.ch/pipermail/r-devel/2006-July/038497.html
2. Grid
- logical-valued function as first arg of grid.edit
-
2007 Dec 30
2
donations / wishlist
Since some people don't like Paypal and other people have been telling
me for years to create Amazon wishlist, I figured I'd finally do it.
http://dovecot.org/donate.html now contains URL to the wishlist.
Currently it mostly contains all kinds of TV series DVDs (feel free to
laugh at what I watch :), but I also managed to remember a couple of
books I wanted.
-------------- next part
2009 Aug 23
0
Processed: severity of 435406 is wishlist
Processing commands for control at bugs.debian.org:
> severity 435406 wishlist
Bug #435406 [xen-utils-common] xen-utils-common: xm save does not use compression
Severity set to 'wishlist' from 'normal'
>
End of message, stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
2009 Aug 23
0
Processed: severity of 503044 is wishlist
Processing commands for control at bugs.debian.org:
> severity 503044 wishlist
Bug #503044 [xen-utils-common] xen-utils-common: should make the loopback device default to supporting more nodes
Severity set to 'wishlist' from 'normal'
>
End of message, stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
2012 Jan 11
0
Processed: severity 655303 wishlist
Processing commands for control at bugs.debian.org:
> severity 655303 wishlist
Bug #655303 [xcp-xapi] xcp-xapi: document network configuration in README.Debian
Severity set to 'wishlist' from 'normal'
>
End of message, stopping processing here.
Please contact me if you need assistance.
--
655303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655303
Debian Bug Tracking
2012 May 30
0
Processed: severity #674137 wishlist
Processing commands for control at bugs.debian.org:
> severity #674137 wishlist
Bug #674137 [xcp-xapi] xcp-xapi: default ports in xapi
Severity set to 'wishlist' from 'normal'
>
End of message, stopping processing here.
Please contact me if you need assistance.
--
674137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674137
Debian Bug Tracking System
Contact owner at
2016 Apr 15
2
For the LLVM wishlist
Hi,
I don't know if there's a wishlist for future LLVM releases but, in
case there is one, maybe you'd like to consider my experience (as a
multiplatform application developer who discovered clang just because
Apple started to include it in Xcode since 10.8 Mountain Lion IIRC,
and really liked it, specially for how warnings are issued, which
really helps to improve your app code
2005 Feb 14
2
Wishlist: simple legend options (PR#7400)
Hello!
I was loooking in R-bugs and found under wishlist-fullfilled wish for
"smart" placement of a legend. This has already been done in package
gplots in function smartlegend.
One question. This "bug-report" is under wishlist-fullfilled. Is it really
fullfilled?
Mail from Elizabeth
---------------------------------------------------------------
It would be nice if
2004 Sep 13
1
Wishlist: axis() and line widths (PR#7223)
Full_Name: Tom Short
Version: 1.9.1
OS: Win2000 & Debian
Submission from: (NULL) (64.65.255.41)
WISHLIST:
axis() has a default parameter of "lwd = 1". I want skinnier lines as the
default. If I change the default lty, it doesn't change what axis uses.
The following code produces a graph with a box around it, but the axis lines are
twice as thick as the box around the plot, so
2001 Mar 28
1
[Wishlist] another level of logging
Hello - got a small wishlist item here:
The currently available LogLevel settings (according to the man page)
are:
QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
Using "INFO" causes messages about RSA key re-generation to appear in
the auth logs. However using the next-lower LogLevel of "ERROR" causes
client IP and port to not be reported in the auth logs.
I was hoping for
2002 Feb 05
0
[Bug 104] New: [WISHLIST] sftpfs?
http://bugzilla.mindrot.org/show_bug.cgi?id=104
Summary: [WISHLIST] sftpfs?
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: rainman at
2002 Jul 10
0
[Bug 351] New: wishlist: aliases in .ssh/config
http://bugzilla.mindrot.org/show_bug.cgi?id=351
Summary: wishlist: aliases in .ssh/config
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2015 Aug 27
3
[Bug 2454] New: wishlist: please add support for RFC 4432
https://bugzilla.mindrot.org/show_bug.cgi?id=2454
Bug ID: 2454
Summary: wishlist: please add support for RFC 4432
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2009 Sep 02
1
DO NOT REPLY [Bug 6685] New: [wishlist] improve message: --delete does not work without -r or -d
https://bugzilla.samba.org/show_bug.cgi?id=6685
Summary: [wishlist] improve message: --delete does not work
without -r or -d
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2004 Aug 06
0
Speex wishlist
Jean-Marc,
I was wondering if you could add a check to ensure that memory is actually
allocated during the nb_encoder_init and sb_encoder_init functions. We have
been looking at using Speex on a DSP and noticed that if we didn't allocate
a large enough heap space memory segment that the DSP would crash. I would
recommend something like:
if (!st->stack) fprintf(stderr,"ERROR