[Mojolicious] Swagger2: The World's Most Popular Framework for APIs

2014-12-09 Thread Jan Henning Thorsen
Hi,

I'm working on a new module that takes advantage of the Swagger2 API 
documentation format.

https://metacpan.org/release/Swagger2
https://metacpan.org/release/JHTHORSEN/Swagger2-0.03 (in case 0.03 isn't 
visible from the line above)

Features:
* Automatic route generation
* Input/output validation in your Mojoliicous applicaiton
* Swagger documentation to Perl documentation (POD)
* JSON Schema validation

Plans:
* Add Swagger::Client which wraps around Mojo::UserAgent and enables 
input/output validation

Any feedback/ideas are very much appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
Mojolicious group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.


Re: [Mojolicious] Changes file

2014-12-09 Thread sri


 Deprecated Mojo::DOM::siblings
 Alternative: Mojo::DOM::following_siblings and 
 Mojo::DOM::preceding_siblings.
 (Is there a more appropriate word than alternative?)


If i consider something to be an alternative, it would be part of the 
deprecation warning.
Like Deprecated Mojo::Collection::pluck in favor of Mojo::Collection::map.

Pretty much all deprecations are usually discussed in GitHub issues or on 
IRC though, and you can find more background information there.

http://irclog.perlgeek.de/mojo/2014-12-09#i_9778002

In the case of Mojo::DOM::siblings, there was simply nobody who could come 
up with a use case.

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
Mojolicious group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.


[Mojolicious] Re: Need advice with Mojo::IOLoop::Delay and segmentation faults

2014-12-09 Thread sri


 Is this something to do with Perl itself?


That would be my first guess, but it could also be a bug in an XS module.

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
Mojolicious group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.