Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Mojolicious
Conversations
About
Mojolicious
1–30 of 2269
Welcome to
Mojolicious
. This Google Group has been deprecated in favour of
forum.mojolicious.org
.
Mark all as read
Report abusive group
0 selected
Pavel Serikov
,
Stefan Adams
2
2/12/22
Is it possible to make Mojolicious::Plugin::DefaultHelpers::redirect_to method act same as nginx proxy_pass module?
Like this? get '/:x' => sub ($c) { $c->redirect_to('http://172.22.0.6:80/') if
unread,
Is it possible to make Mojolicious::Plugin::DefaultHelpers::redirect_to method act same as nginx proxy_pass module?
Like this? get '/:x' => sub ($c) { $c->redirect_to('http://172.22.0.6:80/') if
2/12/22
Nacho B
, …
Mail Delivery Subsystem
7
2/2/22
How to manage Mojo::Pg if database do not respond at all
michelm...@yahoo.com Le mardi 13 octobre 2020 à 19:27:45 UTC+2, Nacho B a écrit : It does not
unread,
How to manage Mojo::Pg if database do not respond at all
michelm...@yahoo.com Le mardi 13 octobre 2020 à 19:27:45 UTC+2, Nacho B a écrit : It does not
2/2/22
Dingbing Liw
, …
Mail Delivery Subsystem
3
2/2/22
Can I get a return value outside of Promise?
michelm...@yahoo.com Le jeudi 5 août 2021 à 17:39:01 UTC+2, Vincent Tondellier a écrit : Hi, On
unread,
Can I get a return value outside of Promise?
michelm...@yahoo.com Le jeudi 5 août 2021 à 17:39:01 UTC+2, Vincent Tondellier a écrit : Hi, On
2/2/22
Dan Book
, …
llaro...@gmail.com
10
4/30/21
Re: [Mojolicious] Systemd "Can't locate Mojo/Base.pm in @INC"
The current working directory in Perl should be retrieved using Cwd, not $ENV{PWD}. Regardless,
unread,
Re: [Mojolicious] Systemd "Can't locate Mojo/Base.pm in @INC"
The current working directory in Perl should be retrieved using Cwd, not $ENV{PWD}. Regardless,
4/30/21
llaro...@gmail.com
4/28/21
Systemd "Can't locate Mojo::Base in @INC"
Hi, I'm trying to register my hypnotoad daemon as a service in cat /lib/systemd/system/ccdapi.
unread,
Systemd "Can't locate Mojo::Base in @INC"
Hi, I'm trying to register my hypnotoad daemon as a service in cat /lib/systemd/system/ccdapi.
4/28/21
Felipe Gasper
,
Dan Book
2
2/19/21
multiple concurrent event loops
The first example that comes to mind is Mojo::UserAgent, which uses a secondary IOLoop (from its
unread,
multiple concurrent event loops
The first example that comes to mind is Mojo::UserAgent, which uses a secondary IOLoop (from its
2/19/21
Sebastian Riedel
2
12/19/20
GitHub Discussions
Since everybody seems to like GitHub Discussions so far, we are going to use that as our default
unread,
GitHub Discussions
Since everybody seems to like GitHub Discussions so far, we are going to use that as our default
12/19/20
dal...@gmail.com
2
12/9/20
find comments (Mojo::Dom)
Seems this is probably the easiest for my $e ( $dom -> descendant_nodes -> each ) { next unless
unread,
find comments (Mojo::Dom)
Seems this is probably the easiest for my $e ( $dom -> descendant_nodes -> each ) { next unless
12/9/20
Robert Rothenberg
,
Sebastian Riedel
5
12/7/20
Using something like HTTP::Exception for exception handling
As per discussion in https://github.com/mojolicious/mojo/issues/1622, one can use something like $c-
unread,
Using something like HTTP::Exception for exception handling
As per discussion in https://github.com/mojolicious/mojo/issues/1622, one can use something like $c-
12/7/20
bs.machine...@gmail.com
,
Stefan Adams
2
11/27/20
Optimistic Framework hopes
Mojolicious is a fantastic framework and the very popular Mojo::Pg will absolutely have you excel at
unread,
Optimistic Framework hopes
Mojolicious is a fantastic framework and the very popular Mojo::Pg will absolutely have you excel at
11/27/20
bs.machine...@gmail.com
, …
Dan Book
6
11/26/20
Hypnotoad ? Required
Note that prefork servers including hypnotoad are not supported on windows (and the benefit of
unread,
Hypnotoad ? Required
Note that prefork servers including hypnotoad are not supported on windows (and the benefit of
11/26/20
Michael W. J. West
, …
Andrew
8
11/23/20
perlbrew fails, IO::Socket::SSL, perhaps my paths or @INC ?
Great to hear you're making progress. I wonder if plugging a video I made for a former employer
unread,
perlbrew fails, IO::Socket::SSL, perhaps my paths or @INC ?
Great to hear you're making progress. I wonder if plugging a video I made for a former employer
11/23/20
Joseph Fridy
, …
Dan Book
6
11/20/20
Problem with hypnotoad
The problem was in censorLogs - it forked a sub-process and failed to wait for its conclusion. I
unread,
Problem with hypnotoad
The problem was in censorLogs - it forked a sub-process and failed to wait for its conclusion. I
11/20/20
Edward Baudrez
, …
Dan Book
4
11/16/20
Suggestions how to avoid "Useless use of private variable in void context" ?
That is, after the ->reply->exception. -Dan On Mon, Nov 16, 2020 at 12:18 PM Dan Book <
unread,
Suggestions how to avoid "Useless use of private variable in void context" ?
That is, after the ->reply->exception. -Dan On Mon, Nov 16, 2020 at 12:18 PM Dan Book <
11/16/20
dal...@gmail.com
, …
dc...@prosentient.com.au
4
11/5/20
csrf vs testing
I think that most browsers default to SameSite=Lax (https://developer.mozilla.org/en-US/docs/Web/HTTP
unread,
csrf vs testing
I think that most browsers default to SameSite=Lax (https://developer.mozilla.org/en-US/docs/Web/HTTP
11/5/20
Nacho B
11/1/20
I need some help to dig into Mojo::Pg::PubSub
Hi, I am digging in the Mojo::Pg::PubSub possibilities, to use multiple channels, and I would like to
unread,
I need some help to dig into Mojo::Pg::PubSub
Hi, I am digging in the Mojo::Pg::PubSub possibilities, to use multiple channels, and I would like to
11/1/20
Alex Povolotsky
, …
Dan Book
9
10/31/20
Mojo::Log and UTF-8
Any layer on standard handles will cause double encoding when a module like Mojo::Log encodes to
unread,
Mojo::Log and UTF-8
Any layer on standard handles will cause double encoding when a module like Mojo::Log encodes to
10/31/20
Felipe Gasper
, …
Dmitry L.
7
10/26/20
Cancel in-flight HTTP request?
> On Oct 23, 2020, at 10:42 AM, Dmitry L. <dim...@gmail.com> wrote: > >> my $p = $
unread,
Cancel in-flight HTTP request?
> On Oct 23, 2020, at 10:42 AM, Dmitry L. <dim...@gmail.com> wrote: > >> my $p = $
10/26/20
David Cook
,
Sebastian Riedel
3
10/25/20
Ways of rendering a stream
Thanks for your reply, Sebastian. After I sent my email, I figured that the drain callback must be
unread,
Ways of rendering a stream
Thanks for your reply, Sebastian. After I sent my email, I figured that the drain callback must be
10/25/20
Edward Baudrez
,
Sebastian Riedel
2
10/22/20
How to "connect" embedded user agent to application being tested?
my $got = $self->ua->get('/welcome')->result->text; Relative URLs are resolved by
unread,
How to "connect" embedded user agent to application being tested?
my $got = $self->ua->get('/welcome')->result->text; Relative URLs are resolved by
10/22/20
marckp
,
Dan Book
2
10/10/20
Trouble with Mojolicious::Guides::Grow
This is not a perl module, it's a documentation page that comes with the Mojolicious distribution
unread,
Trouble with Mojolicious::Guides::Grow
This is not a perl module, it's a documentation page that comes with the Mojolicious distribution
10/10/20
Gordon Dollarnanda
,
Heiko Jansen
3
9/30/20
With Mojo::IOLoop's delay, timer, and recurring, can I use them in a promises's "then" clause?
I actually don't know about any pitfalls when using Mojo::IOLoop's delay etc. methods within
unread,
With Mojo::IOLoop's delay, timer, and recurring, can I use them in a promises's "then" clause?
I actually don't know about any pitfalls when using Mojo::IOLoop's delay etc. methods within
9/30/20
Joel Berger
,
Felipe Gasper
3
9/22/20
Deprecating or Transferring Mojo::ACME
I've finally managed to write up my article that I referred to back in ... checks notes ...
unread,
Deprecating or Transferring Mojo::ACME
I've finally managed to write up my article that I referred to back in ... checks notes ...
9/22/20
Mikhail
, …
Felipe Gasper
10
9/15/20
web cam websocket
> On Sep 15, 2020, at 11:20 AM, Sebastian Riedel <kra...@gmail.com> wrote: > > An HTTP
unread,
web cam websocket
> On Sep 15, 2020, at 11:20 AM, Sebastian Riedel <kra...@gmail.com> wrote: > > An HTTP
9/15/20
Edward Baudrez
,
Sebastian Riedel
3
8/31/20
Puzzled by error message in Mojo::IOLoop::Subprocess::run
In case anyone is curious: this was discussed on GitHub (https://github.com/mojolicious/mojo/issues/
unread,
Puzzled by error message in Mojo::IOLoop::Subprocess::run
In case anyone is curious: this was discussed on GitHub (https://github.com/mojolicious/mojo/issues/
8/31/20
Gordon Dollarnanda
2
8/12/20
how do i get the pid of a minion::job?
From what i can tell , i revisited the docs and code in Minion and seems to me that the relationship
unread,
how do i get the pid of a minion::job?
From what i can tell , i revisited the docs and code in Minion and seems to me that the relationship
8/12/20
James Szinger
, …
Scott H
4
7/29/20
Where to put view logic?
On Wed, 29 Jul 2020 10:17:05 -0700 (PDT) Sebastian Riedel <kra...@gmail.com> wrote: > >
unread,
Where to put view logic?
On Wed, 29 Jul 2020 10:17:05 -0700 (PDT) Sebastian Riedel <kra...@gmail.com> wrote: > >
7/29/20
Денис Ильиных
7/28/20
"Stranger Things" with render_to_string
In verison > SRI/Mojolicious-8.23.tar.gz render_to_string stop working for me my $message = $self-
unread,
"Stranger Things" with render_to_string
In verison > SRI/Mojolicious-8.23.tar.gz render_to_string stop working for me my $message = $self-
7/28/20
Gordon Dollarnanda
,
Veesh Goldman
4
7/24/20
How to construct a mojo request with file uploads to test a controller?
I had also looked at https://mojolicious.narkive.com/5XGiHXfh/test-mojo-with-uploading-files. I had
unread,
How to construct a mojo request with file uploads to test a controller?
I had also looked at https://mojolicious.narkive.com/5XGiHXfh/test-mojo-with-uploading-files. I had
7/24/20
Gordon Dollarnanda
,
Dan Book
3
7/16/20
How to use put_p or put properly in the controller?
hello Dan Good day. Yea, i looked at the docs of Mojo::UserAgent again and found the following. Tried
unread,
How to use put_p or put properly in the controller?
hello Dan Good day. Yea, i looked at the docs of Mojo::UserAgent again and found the following. Tried
7/16/20