[Catalyst] OT - long game phishing

2016-07-14 Thread Darren Duncan
a report to their email host. -- Darren Duncan ___ 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

Re: [Catalyst] An MVC logic separation conundrum

2016-03-09 Thread Darren Duncan
so the data passage is clean, so be it, that is the lesser evil. -- Darren Duncan On 2016-03-09 11:03 AM, Chris Welch wrote: Hi This is more of a general MVC question, but hopefully it's okay to ask in here. I've set up a model to generate data in iCal format (see my previous thread and thanks

Re: [Catalyst] Fw: new message

2015-12-10 Thread Darren Duncan
Looks like someone's been hacked. ___ 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] Using Catalyst on MS SQL DB that has tables with no primary keys

2012-09-14 Thread Darren Duncan
a duplicate row, is it supposed to change all copies or just one? -- Darren Duncan On 2012-09-14 14:53, Derek W wrote: Ah, you meant just on Catalyst side, to tell it that the id column is the primary. I didn't think of that. Thanks! I'll give that a shot. On Fri, Sep 14, 2012 at 11:40 AM

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

2012-07-05 Thread Darren Duncan
Speaking for myself, I got my current (good) job because the company also posted it to the Catalyst list, in addition to jobs.perl.org. -- Darren Duncan Frank Kumro wrote: I believe the opening is posted on jobs.perl.org too (or will very soon). The opening is sent to the list because some

Re: [Catalyst] Wiki is Temporarily Unavailable

2012-07-02 Thread Darren Duncan
or the power outage or something else? -- Darren Duncan ___ 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

Re: [Catalyst] Caching SQL results for speed...?

2011-04-13 Thread Darren Duncan
iterations they were called millions of times each. (The form requested has several select/option menus.) So, several 5000s (millions / 200) of calls for a single screen? That sounds like a lot for one screen. Do you need that much? -- Darren Duncan

Re: [Catalyst] Which Form Validation Libs?

2010-11-29 Thread Darren Duncan
input error messages to be. -- Darren Duncan ___ 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

Re: [Catalyst] Question about Chained Controller

2010-11-14 Thread Darren Duncan
to intercept people going to a protected section with a login screen. Also, I don't recognize the $c-flash part of your code; where is flash() defined? -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] example of sep db config args (was Re: Accessing DB from external model)

2010-11-08 Thread Darren Duncan
Darren Duncan wrote: sub _lazy_default_for_dbc { my ($process) = @_; my $dbc = try { my $dsn = sprintf( q{dbi:Pg:dbname=%s;host=%s;port=%s}, $process-db_name(), $process-db_host(), $process-db_port() ); my $dbc = DBIx::Connector-new

[Catalyst] example of sep db config args (was Re: Accessing DB from external model)

2010-11-06 Thread Darren Duncan
to _lazy_default_for_dbc is where you feed DBIC its actual config args, where some can be defined in MyDBMSLib itself and others taken from the config file. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] Accessing DB from external model

2010-11-05 Thread Darren Duncan
config file. Stuff like LongReadLen might be okay here if and only if changing it just tunes performance, like you were setting a chunk-buffer size or something, and would have no impact on behavior nor break any code; otherwise don't have it here. -- Darren Duncan

Re: [Catalyst] Deleting the expired session files?

2010-09-04 Thread Darren Duncan
expire sessions. The main caveat that I'm aware of is that it is unreliable in a multi-thread environment. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] DBIC mailing list?

2010-09-03 Thread Darren Duncan
, then probably no one has seen it. -- Darren Duncan ___ 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

[Catalyst] test PostgreSQL 9.0 rc1

2010-08-31 Thread Darren Duncan
and needs testing, this being a minor update.) -- Darren Duncan Original Message Subject: [ANNOUNCE] PostgreSQL 9.0 Release Candidate 1 Date: Tue, 31 Aug 2010 09:05:01 -0700 From: Josh Berkus j...@postgresql.org To: pgsql-annou...@postgresql.org The first release candidate

Re: [Catalyst] Catalyst::ScriptRole and excludes

2010-08-29 Thread Darren Duncan
. :) That was true with Moose 1.10, and then Moose 1.12 turns off that warning so that other code has time to be updated. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive

[Catalyst] working with strange port setups

2010-08-21 Thread Darren Duncan
may not have encountered before. Thank you. -- Darren Duncan ___ 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] Best practice for setting up database in a complex project?

2010-07-16 Thread Darren Duncan
but the database. -- Darren Duncan ___ 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

Re: [Catalyst] Question on Perl versions with Catalyst

2010-07-07 Thread Darren Duncan
applications, and I'm using 5.8.1+ for my CPAN modules. -- Darren Duncan ___ 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

[Catalyst] perms on gen script/ files differ between platforms

2010-06-21 Thread Darren Duncan
. -- Darren Duncan ___ 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] perms on gen script/ files differ between platforms

2010-06-21 Thread Darren Duncan
Florian Ragwitz wrote: On Mon, Jun 21, 2010 at 07:05:56PM -0700, Darren Duncan wrote: On Mac OS X, the initial 5 files in script/ had these permissions: -rwx-- ... where the owner can execute but no one else can do anything. On CentOS, the same files had these permissions: -rw-rw-r

Re: [Catalyst] Clean install doesn't work at all... any ideas?

2010-06-09 Thread Darren Duncan
. (2.48) Mind you, I also made sure to separately put Class::MOP up to date if that was needed, and I also did my tests on a different operating system, Mac OS X 10.6.3. I also had Perl 5.12.1, and I don't recall you saying what Perl version you had. -- Darren Duncan

[Catalyst] ANNOUNCE - Muldis D version 0.129.1

2010-05-19 Thread Darren Duncan
. This project and ancillary projects are a serious endeavor that I intend to commercially support over the long term, and others can do likewise. Good day. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi

Re: [Catalyst] Re: Alternatives to DBIx?

2010-04-17 Thread Darren Duncan
that; but this thread sort of forced my hand as I didn't want the option to go unmentioned in it. -- Darren Duncan ___ 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] KiokuDB, MongoDB and the NoSQL thing

2010-03-20 Thread Darren Duncan
. Of course, that won't generally give you the consistency/integrity that a relational DBMS backend has over a NoSQL one, but at least you'll get the powerful queries part. You heard it here first. -- Darren Duncan S.A. Kiehn wrote: Thanks for the link Darren. I will read and ponder. Also

Re: [Catalyst] Which PHP framework is the most similar to Catalyst?

2010-03-20 Thread Darren Duncan
don't you try convincing them to use the genuine article Catalyst? Its not like there is a legacy PHP codebase, and if the other developers know PHP, it isn't that hard to learn Perl, especially when Catalyst or CPAN takes care of so much. -- Darren Duncan

Re: [Catalyst] KiokuDB, MongoDB and the NoSQL thing

2010-03-02 Thread Darren Duncan
current sub-projects on CPAN earlier today. So, to answer your question, go ahead and explore the alternatives you name, but I will say to anyone that the relational model is the single best general solution for data aggregation and processing. -- Darren Duncan

Re: [Catalyst] Re: Catalyst 5.800013 - missing dependency version

2009-09-23 Thread Darren Duncan
Toby Corkindale wrote: I am running the latest stable versions of Moose/Class-MOP and their dependencies. to...@arya:~$ pmvers Moose 0.91 to...@arya:~$ pmvers Class::MOP 0.93 Meanwhile, Moose 0.92 and CMOP 0.94 came out half a day before your post. See if those are any better. -- Darren

Re: [Catalyst] Reading Database At Startup

2009-08-16 Thread Darren Duncan
as bar from baz -- Darren Duncan ___ 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

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

2009-07-28 Thread Darren Duncan
If you want it, you'll have to come here in person to pick it up. -- Darren Duncan Ali M. wrote: The extra one is mine! Regards, Ali On Mon, Jul 27, 2009 at 11:06 PM, Darren Duncandar...@darrenduncan.net wrote: Darren Duncan wrote: Ari Constancio wrote: For those interested, Amazon.com

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

2009-07-27 Thread Darren Duncan
Darren Duncan wrote: Ari Constancio wrote: For those interested, Amazon.com is shipping now pre-orders for The Definitive Guide to Catalyst. Not sure about new orders, though. I've had a different experience so far. I pre-ordered the book on amazon.ca back on June 19th, and it estimated

Re: [Catalyst] More up-to-date version of Perl 5.10 ...

2009-07-20 Thread Darren Duncan
and to get it; note that installing it in standard locations will blow away a production 5.10.0 since it is still marked as 5.10.0. Alternately, go older and try 5.8.9 or 5.8.8 for the alternate most stable right now. -- Darren Duncan ___ List

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

2009-07-11 Thread Darren Duncan
. -- Darren Duncan ___ 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] PostgreSQL 8.4 released

2009-07-01 Thread Darren Duncan
repeated portions of a query into named subqueries so you only have to write that part once. And the recursion which basically is predicated in the prior ability. That's one of the things I appreciate the most. -- Darren Duncan ___ List: Catalyst

Re: [Catalyst] More natural access to model?

2009-05-12 Thread Darren Duncan
of the main purposes of views in fact. -- Darren Duncan ___ 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

Re: [Catalyst] ANNOUNCE: SimpleDB - Auth configuration made easy

2008-10-27 Thread Darren Duncan
in an email message is also a bad idea. -- Darren Duncan ___ 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

Re: [Catalyst] ANNOUNCE: SimpleDB - Auth configuration made easy

2008-10-27 Thread Darren Duncan
the system for help in pointing out unsafe behaviour so they're in trouble if unsafe is the default. For people who do know things, having safe defaults is still good for working together with their desire to be lazy. -- Darren Duncan ___ List: Catalyst

Re: [Catalyst] tips for troubleshooting/QAing Unicode

2008-09-28 Thread Darren Duncan
as the server currently is doing; I don't think this is the cause of the problem but it might be technically incorrect, unless those things are officially case-insensitive.) Thank you. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-28 Thread Darren Duncan
for my Japanese test example to see if things look right. So see what your text editor says that your older/incorrect file version's encoding is. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

[Catalyst] tips for troubleshooting/QAing Unicode (was Re: Passing UTF-8 arg in URL to DBIC search)

2008-09-27 Thread Darren Duncan
testing those tools or configuring them. -- Darren Duncan Hugh Hunter wrote: I've been struggling with this for some time and know there must be an answer out there. I'm using URL arguments to pass parameters to my controller. It's a site about names, so take the url http://domain.com/name/Jesús

[Catalyst] Re: CGI.pm and Catalyst?

2008-03-07 Thread Darren Duncan
are relatively complicated and would have required writing a lot of SQL anyway were I to use any other DBI wrappers / ORMs, afaik. -- Darren Duncan ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst