[Catalyst] Re: Chained and exceptions

2013-05-14 Thread A. Pagaltzis
Hi Dimitar, * Dimitar Petrov [2013-05-14 12:35]: > That's the proposition based on Bill's answer: > https://github.com/dpetrov/catalyst-runtime/commit/391a98ed4e386af9ef11a3d4ea979f1e6a3c51f4 not sure why you’re replying to me, I don’t see a warning there. > Any thoughts? Needs a more specific

[Catalyst] Re: Questions If You Please

2012-03-05 Thread A. Pagaltzis
* James D Bearden [2012-03-02 21:55]: > 4) Finally, our current system relies on a more or less stock SSL over > TCP socket for secure transport. I already have the conversion from > a TCP socket connection to stateless HTTP working with minimal > impact to our current codebase, but n

[Catalyst] Re: process stand alone css file with TT?

2008-07-24 Thread A. Pagaltzis
* Kyle Godbold <[EMAIL PROTECTED]> [2008-07-24 22:20]: > Is there any way to use Template Toolkit to render a stand > alone css page that can be linked in with ? Use Static::Simple instead? ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.sc

[Catalyst] Re: javascript in Catalyst using Template Toolkit

2007-12-22 Thread A. Pagaltzis
* Daniel McBrearty <[EMAIL PROTECTED]> [2007-12-22 00:30]: > on the other hand, if you are running your app on a server that you > own and do admin for, and don't have such admin problems to negotiate, > it would be fine, eh? horses for courses and all that. Is it appreciably less work to omit the

[Catalyst] Re: retrieving multiple values from forms

2007-12-17 Thread A. Pagaltzis
* Andrew Rodland <[EMAIL PROTECTED]> [2007-12-17 22:40]: > On Monday 17 December 2007 03:01:53 pm Matt S Trout wrote: > > On Sat, Dec 15, 2007 at 01:10:52PM -0600, Andrew Rodland wrote: > > > See the perldoc for Catalyst::Request -- the 'param' method > > > comes in handy here. > > > > > > @values

[Catalyst] Re: trouble with model->dbic resultset

2007-12-06 Thread A. Pagaltzis
* Michael Higgins <[EMAIL PROTECTED]> [2007-12-05 22:40]: > Isn't that some general principle, you find the error just > after emailing a whole bunch of people? Another effective [debugging] technique is to explain your code to someone else. This will often cause you to explain the bug

[Catalyst] Re: State of the art in form validation; opinion poll… Model based forms/validation?

2007-12-05 Thread A. Pagaltzis
* Bill Moseley <[EMAIL PROTECTED]> [2007-12-05 05:45]: > The Rose form code is very cool. That's what I based my forms > on. Disclaimer: I haven’t used Form::Processor. However from what I have seen so far, it seems to solve the *right* problem, with the right level of abstraction for common thing

[Catalyst] Re: [patch] Catalyst::Engine::HTTP exec() options

2007-12-04 Thread A. Pagaltzis
* Chisel Wright <[EMAIL PROTECTED]> [2007-12-05 00:00]: > -exec $^X . ' "' . $0 . '" ' . join( ' ', @{ $options->{argv} } ); > +exec $^X . ' "' . $0 . '" ' . join( ' ', map(qq{'$_'},@{ > $options->{argv} }) ); That’s brittle. A single quote in any of the arguments will break it. I

[Catalyst] Re: BBC's "Perl on Rails" nuttiness

2007-12-03 Thread A. Pagaltzis
http://iamseb.com/seb/2007/12/perl-on-rails-why-the-bbc-fails-at-the-internet/ ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ De

[Catalyst] Re: need JSON converter which supports unquoted strings

2007-11-19 Thread A. Pagaltzis
* Moritz Onken <[EMAIL PROTECTED]> [2007-11-19 15:30]: > sorry, a bit off topic, but I'm looking for a > perl-object-to-JSON converter which supports unquoted strings. Derived though from Javascript as it may be, JSON is not Javascript, and there is no such thing in JSON as an unquoted (or single-

[Catalyst] Re: difficulty in assigning an array to a stash

2007-11-12 Thread A. Pagaltzis
* Carl Johnstone <[EMAIL PROTECTED]> [2007-11-12 12:10]: > jagdish eashwar wrote: >> I am getting only the last value in the tt2 template. > You're actually getting the number of items in the list, > because that's what you get when you turn a list into a single > value. No, that’s what you get f

[Catalyst] Re: difficulty in assigning an array to a stash

2007-11-11 Thread A. Pagaltzis
* Mark Smith <[EMAIL PROTECTED]> [2007-11-11 19:15]: > While you're at it, try "perldoc perlreftut" and "perldoc > perlref" for more information on references. Also `perldoc perllol` and `perldoc perldsc`. Regards, -- Aristotle Pagaltzis //

[Catalyst] Re: "Save as..."

2007-11-10 Thread A. Pagaltzis
* Octavian Rasnita <[EMAIL PROTECTED]> [2007-11-09 15:47]: > If I try to save the file pressing enter on the link to > download the file, the window that asks me if I want to save it > appears, but after I press the "Save" button, nothing happends, > and it doesn't ask me for the name of the file.

[Catalyst] Re: Hypothetical Site and Scalability Planning

2007-10-28 Thread A. Pagaltzis
* Robert Mah <[EMAIL PROTECTED]> [2007-10-28 15:00]: > Memcached is not distributed. What are you talking about? > Thus, you can't support distributed session state with it. Well, you can’t put sessions in it because it doesn’t guarantee that things you put in it will stay in it (it’s a ca

[Catalyst] Re: returning empty 200 response

2007-10-28 Thread A. Pagaltzis
Hi Devo, * Devo Coran <[EMAIL PROTECTED]> [2007-10-26 21:30]: > This is probably a basic question but after playing > around for a few hours and going through the docs I > haven't been able to figure it out. that’s because you’re looking at the wrong layer. :-) > Appreciate it if maybe someone c

[Catalyst] Re: connecting to a remote sqlite

2007-10-15 Thread A. Pagaltzis
* Matt S Trout <[EMAIL PROTECTED]> [2007-10-14 19:00]: > Kill me now. *blam* Pains me to have had to do it, but he was too far gone. Regards, -- Aristotle Pagaltzis // ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://li

[Catalyst] Re: Encoding problem - ?fastcgi?

2007-10-08 Thread A. Pagaltzis
Hi Richard, did you ever get this sorted? Quoting in full since you seem to have been warnocked. I have no idea what to suggest but am curious about this issue as a matter of personal interest. * Richard Robinson <[EMAIL PROTECTED]> [2007-09-20 20:15]: > I got my all-singing all-dancing Catalyst

[Catalyst] Re: uri_for() behaviour

2007-10-06 Thread A. Pagaltzis
* Peter Karman <[EMAIL PROTECTED]> [2007-10-03 16:55]: > The main reason I used uri_for() for external URIs was for the > nice uri-escaping features when dealing with params. URI::FromHash Regards, -- Aristotle Pagaltzis // _

[Catalyst] Re: Catalyst Unicode woes ctd.

2007-10-06 Thread A. Pagaltzis
* Bill Moseley <[EMAIL PROTECTED]> [2007-10-03 16:15]: > INSERT uses load() and from my quick look load() doesn't call > _decode_unicode() and that's where the BOM and ENCODING checks > happen. I know I’m not very constructive here… but have I mentioned that TT2 sucks? Regards, -- Aristotle Paga