[Catalyst] Using CatalystX::I18N::Maketext outside of Catalyst

2022-01-21 Thread Chris Welch
n undefined value at bin\maketext-demo.pl line 23. If I swap ->get_handle to ->new: my $lang = TopTable::Maketext->new; printf "%s\n", $lang->maketext( "menu.title.news" ); I get the following: maketext doesn't know how to say: menu.title.news as needed at bin\maketext-

Re: [Catalyst] $c->uri_for and $c->uri_for_action ignoring https

2021-10-02 Thread Chris Welch
Apologies, I have sorted this - I must have forgotten that I had set the using_frontend_proxy option and then set the X-Forwarded-Port header on nginx before. On Sat, 2 Oct 2021 at 14:35, Chris Welch wrote: > Hi everyone > > In my infinite(!) wisdom, I decided to do a complete serve

[Catalyst] $c->uri_for and $c->uri_for_action ignoring https

2021-10-02 Thread Chris Welch
or any suggestions! Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Caching an expensive "global" calculation?

2017-04-27 Thread Chris
I use CHI (http://search.cpan.org/~jswartz/CHI-0.60/) for this sort of thing, usually with CHI::Driver::File as this is only for the one server. - Chris On Sat, Apr 15, 2017 at 1:01 AM, tirveni yadav <yadav.tirv...@gmail.com> wrote: > On Wed, Apr 12, 2017 at 4:14 PM, Dr. Jennifer

Re: [Catalyst] Multipart/form-data file uploads missing

2016-11-15 Thread Chris Huttman
, Chris Welch wrote: I think the file upload is in $c->request->upload - I have a file called "image", which I access with $c->request->upload("image"), does that help? ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Multipart/form-data file uploads missing

2016-11-14 Thread Chris Welch
I think the file upload is in $c->request->upload - I have a file called "image", which I access with $c->request->upload("image"), does that help? ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

[Catalyst] Multipart/form-data file uploads missing

2016-11-14 Thread Chris Huttman
Hello. I am migrating an older Catalyst app running in EC2 to a more modern server. Everything works fine except for file uploads. There are no files in the $c->req->param. Doesn't work with the built in server or running as modperl in apache2. Been searching for some answers all day with

Re: [Catalyst] An MVC logic separation conundrum

2016-03-14 Thread Chris Welch
Thank you all very much for your help, it's given me some real food for thought. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] An MVC logic separation conundrum

2016-03-10 Thread Chris Welch
On 10 March 2016 at 12:42, Aristotle Pagaltzis <pagalt...@gmx.de> wrote: > * Chris Welch <welch.ch...@gmail.com> [2016-03-09 20:10]: > > All of this brings up a quandary: there are only two ways around this > > that I can see: > > There’s plenty more. E.g. you cou

Re: [Catalyst] An MVC logic separation conundrum

2016-03-10 Thread Chris Welch
hey > should not have any knowledge of or direct access to a Controller. If this > means you have to bundle up a larger amount of data in the Controller so > the data passage is clean, so be it, that is the lesser evil. -- Darren > Duncan > > > On 2016-03-09 11:

[Catalyst] An MVC logic separation conundrum

2016-03-09 Thread Chris Welch
s here). I'm guessing the preference of the above options should really be the latter (which is what I'm currently doing in the interim), but I am hoping that there's a super-clever way that I've not thought of that someone can tell me I've completely overlooked? Thank y

Re: [Catalyst] New view: ICal?

2016-03-04 Thread Chris Welch
Thanks for the reply - may I ask what the model would be doing, given that presumably it would have to go through a view in the end anyway? Because the data itself already exists in a model, all I'm wanting to do effectively is extract that and display it in a slightly different format, so I'm

[Catalyst] New view: ICal?

2016-03-03 Thread Chris Welch
which probably means the idea is a load of rubbish or no one has had need for it yet I guess - if it's the former I won't be offended if people tell me so... :-) Ta Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/m

Re: [Catalyst] Feasibility questions ref transition to Catalyst

2016-03-02 Thread Chris Welch
I know you folks are talking about Apache, but I've used this for nginx for static content if it helps anyone (I think I'm an nginx convert now mainly because, it's extremely simple for a relative Linux newbie like me): location /robots.txt { alias /path/to/robots.txt; expires 30d; } On 2

Re: [Catalyst] UK hosting

2016-01-12 Thread Chris Welch
Thank you all very much, I have a decent list to consider now. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site:

[Catalyst] UK hosting

2016-01-11 Thread Chris Welch
, so I don't have a huge amount of money to play with - I think I can persuade them to spend about £10-15 a month. Thank you in advance. Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

[Catalyst] I18N: language directory with multiple files

2015-09-07 Thread Chris Welch
help. Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] [JOB] Looking for Telecommute Web Developer

2012-07-05 Thread Chris Nehren
people, mind, not HR droids, so the amount of clue stays high. -- Chris Nehren | Coder, Sysadmin, Masochist Shadowcat Systems Ltd. | http://shadowcat.co.uk/ pgpHRg1CSSDOC.pgp Description: PGP signature ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-17 Thread Chris Stinemetz
On Tue, Sep 13, 2011 at 8:17 PM, hkcl...@gmail.com wrote: On Tue, Sep 13, 2011 at 5:03 PM, Chris Stinemetz chrisstinem...@gmail.com wrote: Thanks everyone that helped. I was able to get it to work, although I had to use VMware instead of Virtualbox to get bridged connection to work. I must

Re: [Catalyst] perldoc install on VM

2011-09-15 Thread Chris Stinemetz
Thank you Kamen and Kimi. Your suggestions worked perfectly. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site:

Re: [Catalyst] perldoc install on VM

2011-09-14 Thread Chris Stinemetz
You may need to configure your sources list (/etc/apt/sources.list). What do I need to add? Below is what my sources.list looks like. root@catalyst:/etc/apt# more sources.list # # deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Chris Stinemetz
Did you have ssh server started in VM? Yes. If you have one check firewall on VM. Where do I check the firewall on VM? What changes do I need to make? Thank you, Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Chris Stinemetz
Which network type or you using for the VM (bridged vs. NAT vs. host only)? I have it set up as bridged If you type netstat -tupan | grep 22 in the VM console, do you get anything?  (That should show if there is an SSH daemon on port 22.) tcp 0 0 0.0.0.0:22 0.0.0.0:*

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Chris Stinemetz
Thanks everyone that helped. I was able to get it to work, although I had to use VMware instead of Virtualbox to get bridged connection to work. I must have been configuring virtualbox incorrectly. At any rate, it works and I can start the tutorial! Thanks, Chris

[Catalyst] perldoc install on VM

2011-09-13 Thread Chris Stinemetz
I'm trying to install perldoc onto the VM as described in the tutorial. But I am not having any success. Bellow is the end result. Thanks in advance! root@catalyst:~# apt-get install perl-doc Reading package lists... Done Building dependency tree Reading state information... Done Package perl-doc

Re: [Catalyst] DBIC - JSON conversion for AJAX

2011-09-12 Thread Chris Stinemetz
. HTH, Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

[Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-12 Thread Chris Stinemetz
am able to ping the ip address of the VM just fine via windows cmd prompt and I am also set up as bridged for my VM network settings. Any insight is greatly appreciated in solving this issue. Thank you, Chris ___ List: Catalyst@lists.scsys.co.uk

[Catalyst] Simple tutorials

2011-09-11 Thread Chris Stinemetz
Hello, I just finished installing catalyst along with strawberry perl. Would someone please recommend a good tutorial to get my feet wet? Thank you, Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: Bounces (was Re: [Catalyst] Multiple applications (some cat based) on the same server)

2011-08-26 Thread Chris Jackson
came to light when we enabled ipv6 - so, apologies about that. -- Chris Jackson Shadowcat Systems Ltd. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-19 Thread Chris
it hasn't been an issue in our low-traffic web-apps. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site

Re: [Catalyst] Catalyst and FormBuilder vs. IExplorer 8

2010-10-11 Thread Chris
checked the JS in jslint.com? I've found it quite good at picking up syntax errors, and can reveal problematic code as well. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] DBIC mailing list?

2010-09-03 Thread Chris Jackson
Chris Jackson wrote: ... I don't see any posts arriving at lists.scsys.co.uk from you except to Catalyst... Correction, and to html-formfu -- Chris Jackson Shadowcat Systems Ltd. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] DBIC mailing list?

2010-09-03 Thread Chris Jackson
know, I'm the system admin for Shadowcat ;) -- Chris Jackson Shadowcat Systems Ltd. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] on the topic of PAR file distribution, why is it frowned upon?

2010-09-01 Thread Chris
and capturing module dependancies that we currently do manually. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk

Re: [Catalyst] Contributing code

2010-06-21 Thread Chris Jackson
on it are welcome to do just that! ;) -- Chris Jackson Shadowcat Systems Ltd. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] Suggestions for iPhone version of app

2010-04-26 Thread Chris
basic.. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] What to upload

2010-04-06 Thread Chris
] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^(.*) http://www.oursite.com/$1 [L,R] # exclude /static and process everything else using fastcgi RewriteCond %{REQUEST_URI} !^/static RewriteCond %{REQUEST_FILENAME} !oursite.fcgi RewriteRule ^(.*)$ oursite.fcgi/$1 [PT,L] --- - Chris

Re: [Catalyst] broken planet

2010-04-06 Thread Chris
On Fri, Apr 2, 2010 at 3:10 AM, Guillaume Chambriat g...@riseup.net wrote: hi, Seems like Planet Catalyst[1] is broken. [1] http://planet.catalystframework.org/ bye, --  Guillaume Chambriat g...@riseup.net Yes, it still gives a directory listing at the moment. - Chris

[Catalyst] Template::Toolkit - how to dump/view simplified stash in TT?

2010-03-18 Thread Chris M
these seem to print out the ENTIRE DBIC object in Perl. This is easily 1000’s of lines because it includes stuff I don’t care about, like all the DBIx class info for all of my tables. Is there a way to view the stash as it can be accessed from TT, like the tree above? Thanks in advance! Chris

Re: [Catalyst] Which C::View::PDF should I use?

2010-03-07 Thread Chris
, and would be easy to wrap to call from a view. Chris -- ch...@hutchinsonsoftware.com Armidale, NSW, 2350, Australia ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Can't locate object method storage via package MyApp::Model::DB

2010-01-07 Thread Chris Weyl
Catalyst::Model::DBIC::Schema to 0.35. I suspect you need to add the SchemaProxy[1] trait to your model. -Chris [1] http://search.cpan.org/perldoc?Catalyst::TraitFor::Model::DBIC::Schema::SchemaProxy -- Chris Weyl Ex astris, scientia

Re: [Catalyst] catalystframework.org down?

2010-01-05 Thread Chris Jackson
. -- Chris Jackson System Administrator Shadowcat Systems Ltd. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site

Re: [Catalyst] Per request DBIX Class Schema Connections

2009-10-05 Thread Chris Grafham
, Chris Grafham cgraf...@yahoo.co.uk wrote: Im looking for some advice for best practice for the following situation - 1.  HTTP Request arrives. 2.  Determine if a database connection is required for either a MySQL read-only slave or write master (via a piece of custom code based on request URL

[Catalyst] C:P:Authentication upgrade

2009-08-26 Thread Chris Devine
Hello all, Is anyone having trouble with clear passwords since this morning's update of C:P:Authentication to ver 0.10014? I have two instances that have stopped working. Changing to none works ok. Where have I gone wrong? Thanks, Chris use Catalyst qw/ Authentication

Re: [Catalyst] Restarting Catalyst on request or doing something per request

2009-08-24 Thread Chris
in the request sounds effective. I wonder if you could force a reload using a SIG{USR1} handler and avoid a per-request check? Good luck with it. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] Restarting Catalyst on request or doing something per request

2009-08-23 Thread Chris
for the lexicon? Then refreshing the texts involves clearing the cache, and updates are transparent. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] XSD Validation of Forms

2009-08-11 Thread Chris
. Is your scheme a format which, when rendered as html, defines the form and, when parsed appropriately, provides the form validation too? As in: form input type=text id=abc format=integer /br / input type=submit / /form - Chris ___ List: Catalyst

Re: [Catalyst] New Apress book shipping now from Amazon.com

2009-07-09 Thread Chris
The ebook is already available from APress. Got my copy last night. - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] [Announce] App::ForExample: Helper to generate Catalyst configurations

2009-06-08 Thread Chris
On Tue, Jun 9, 2009 at 7:29 AM, Robert Krimenrobertkri...@gmail.com wrote: Last Tuesday, during a SFPUG Catalyst talk, I announced App::ForExample Excellent, Rob! Reduces the barriers to dipping a toe into the Catalyst waters - well worth it. - Chris

Re: [Catalyst] RFC: Sample press release and announcement homepage

2009-04-24 Thread Chris
of successful web development - get Catalyzed etc, etc Go for it John - make us wildly keen to find out more about Catalyst! - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] Catalyst on Windows: fork issues

2009-02-26 Thread Chris
oLink.IconLocation = C:\Program Files\Microsoft Office\Office\MSAccess.exe, 1 oLink.Save - Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] Easiest Way To Update Fedora 10 to Catalyst-Runtime-5.71000

2009-02-06 Thread Chris Weyl
that's in stable, I can update F-10 to the latest. -Chris [1] https://bugzilla.redhat.com; directly at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora, pick the package under the component listing. [2] http://fedoraproject.org/wiki/Using_Fedora_CVS -- Chris

Re: [Catalyst] Using Selenium to test Catalyst app

2009-01-28 Thread Chris
can't. Have had a look at the doco and checked firefox-bin is in my path and LD_LIBRARY_PATH is set but no joy. I edited the module to remove the bits which launched seleniumrc. It now works very nicely talking to selenium running in a vm. - Chris

Re: [Catalyst] edit has_many relation with FormFu

2008-10-26 Thread Chris
= [ { type= 'Hidden', name= 'id', }, ... etc... - Chris ___ List: Catalyst@lists.scsys.co.uk

[Catalyst] Accessing request environment variables under fastcgi?

2008-10-17 Thread Chris Weyl
) Is there something I'm missing/overlooking here? Does Catalyst::Engine::FastCGI stash the passed %env somewhere? Or is there some other way I can get at it? Thanks- -Chris [1] http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#envvars -- Chris Weyl Ex astris

Re: [Catalyst] Accessing request environment variables under fastcgi?

2008-10-17 Thread Chris Weyl
On Fri, Oct 17, 2008 at 10:19 AM, Mark Trostler [EMAIL PROTECTED] wrote: They're all in a hashref here: $c-engine-env I knew I was making way too much out of it. Thanks :-) -Chris -- Chris Weyl Ex astris, scientia

RE: [Catalyst] How to send raw HTTP response

2008-09-27 Thread Chris Devine
headers before the first chunk for you. Do -not- rely on STDOUT being an appropriate filehandle to print to, that's an accident of the engine design and could easily go away. -- All, Using a method like this, how would you set the filename of the downloaded data in the browser? Thanks, Chris

Re: [Catalyst] Debug with FCGI

2008-08-01 Thread Chris Dolan
On Aug 1, 2008, at 6:28 AM, Moritz Onken wrote: Try CATALYST_DEBUG=1 script/myapp_fastcgi.pl -l /tmp/myapp.socket -n 5 Prefixing env CATALYST_DEBUG=1 will work in more shells than just CATALYST_DEBUG=1. Chris ___ List: Catalyst

Re: [Catalyst] 5.80 problem with Catalyst::Model::DBIC::Schema

2008-07-30 Thread Chris Dolan
On Jul 30, 2008, at 12:12 PM, Tomas Doran wrote: On 18 Jul 2008, at 11:24, Tomas Doran wrote: On 18 Jul 2008, at 04:14, Chris Dolan wrote: So, I just tested 5.7099_02 to great success (bravo!) so I decided to try 5.80 too. When using SVN rev 8136, I get the error -config-{schema_class

Re: [Catalyst] Catalyst and Taint?

2008-07-23 Thread Chris Weyl
On Tue, Jul 22, 2008 at 8:30 PM, Matt S Trout [EMAIL PROTECTED] wrote: On Mon, Jul 21, 2008 at 10:08:11PM -0700, Chris Weyl wrote: Hey all -- A google of catalyst taint turns up this message: http://lists.scsys.co.uk/pipermail/catalyst/2005-December/004007.html It doesn't look like

[Catalyst] 5.80 problem with Catalyst::Model::DBIC::Schema

2008-07-17 Thread Chris Dolan
) but it looks like the schema_class is not getting propagated from the config to the Catalyst::Model::DBIC::Schema instance via Catalyst::Component::new. Is this a known problem? Do I need any blead packages other than Catalyst::Runtime for a proper test? Chris

RE: [Catalyst] Another newbie question...

2008-06-10 Thread Chris Devine
-Original Message- From: Bill Moseley [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2008 4:22 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Another newbie question... On Mon, Jun 09, 2008 at 12:44:07PM -0500, Mitch Jackson wrote: On Mon, Jun 9, 2008 at 12:21 PM, Chris

RE: [Catalyst] TT output to a new browser window or tab

2008-05-24 Thread Chris Devine
and opened into another window. Thanks again, Chris -Original Message- From: Kutbuddin Doctor [mailto:[EMAIL PROTECTED] Sent: Saturday, May 24, 2008 12:50 PM To: The elegant MVC web framework Subject: Re: [Catalyst] TT output to a new browser window or tab If you want the output in in a new

[Catalyst] Variable Catalyst seems to be undefined.

2008-05-09 Thread Chris Devine
is not defined. I first noticed this by Catalyst.uri_for('/login') returning ''. Does anyone have any pointers on debugging this? Thanks, Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] Let's port Twitter to Perl

2008-05-05 Thread Chris Czub
It'd be a good way to get Catalyst out there. I've experimented with different frameworks(RoR and Django) and Catalyst is the one I always wind up coming back to... probably mostly because of my familiarity with perl, but I love the way of thinking that Catalyst pushes you towards. The MVC in

Re: [Catalyst] Let's port Twitter to Perl

2008-05-05 Thread Chris Carline
. This post is not intended to be pooh-poohing or flamebait, I'd personally love to see some kind of scalable twitteresque application to come out of this, it's just that I've yet to see anyone point out the enormity of such a task. :-) Chris ___ List

Re: [Catalyst] So, what do we want in the -next- book?

2008-05-03 Thread Chris Weyl
reading the _tests_ to be more helpful than wading through the source of a library, particularly if it builds on top of other code. (Of course, this presupposes a good test suite, but...) -Chris -- Chris Weyl Ex astris, scientia

Re: [Catalyst] Re: Sessions stored only at end of request

2008-03-10 Thread Chris Czub
The Catalyst::Plugin::UploadProgre ss module uses the Cache::FastMmap module to cache the status info for the progress meter. You might do something similar. Hmm, I tried using Cache::Store::Memory and it also seemed to exhibit the same behavior that Sessions had, where it was only storing