[Catalyst] View for graphs

2011-10-08 Thread Alex Povolotsky
Hello, what C::V would you recommend for graph drawing? It should not be abandoned by author a year ago at version 0.02 and be more or less working and stable. Alex ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] View for graphs

2011-10-08 Thread Kieren Diment
Chart::Clicker was a good bet back when I was writing the book. You might also consider an external API solution, or shelling out to an R binary as well. On 08/10/2011, at 17:52, Alex Povolotsky tark...@over.ru wrote: Hello, what C::V would you recommend for graph drawing? It should not

Re: [Catalyst] Session duplicate key constraints on concurrent requests

2011-10-08 Thread Janne Snabb
On Fri, 7 Oct 2011, Tobias Kremer wrote: I appreciate your taking the time to look into this. Unfortunately your patches are for the Store::DBI backend, whereas I'm using Store::DBIC (DBIx::Class). So, the code you are talking about is then Catalyst/Plugin/Session/Store/DBIC/Delegate.pm? It

Re: [Catalyst] Session duplicate key constraints on concurrent requests

2011-10-08 Thread Janne Snabb
On Sat, 8 Oct 2011, Janne Snabb wrote: return $self-model-find_or_create({ $self-id_field = $key }) Just an update: I discussed about this with mst on irc and we concluded that my initial suggestion for the fix is also not correct. It is likely to eliminate the SQL error but also likely to