Stefan Adams
Stefan Adams
Could this be done with a hook and therefore a plugin?
The book is already mentioned as a resource, at least on mojolicious.org. Referring to it is implied for any topic. It wouldn't make sense to call it out specifically in...
Perhaps I'm naive, but I feel like if Mojolicious was first or among the first to release HTTP/2 support that it might help it to gain some attention and even...
What is needed from a sponsor? I don't have a ton of connections but I'd be happy to spread the word as best I can, as I already do for...
OH MY GOSH PLEASE!! :dancer: I started to build [my own plugin](https://github.com/s1037989/Mojominion) to handle this, but it isn't near as good, lacks tests, and lacks documentation and not near as...
I just noticed the [dev_server branch](https://github.com/mojolicious/minion/tree/dev_server) from last June, well before this issue was opened. This looks to be what we're looking for, yes? If so, what still needs to...
/etc/network/interfaces iface eth0.117 inet manual auto br0_117 iface br0_117 inet static bridge_ports eth0.117 bridge_fd 0 bridge_maxwait 0 address 172.16.117.15 netmask 255.255.255.0 broadcast 172.16.117.255 .../lxc/config lxc.network.type = veth lxc.network.link = br0_117...
Wow, really? I searched all over the source for abstract, select, insert, update, and delete and no hits looked essential. Obviously you know better than me! But would you be...
I actually spotted this when troubleshooting #2008 and solved it this way: ``` $ git diff lib/Mojo/UserAgent.pm diff --git a/lib/Mojo/UserAgent.pm b/lib/Mojo/UserAgent.pm index 404e8bb91..c064d5add 100644 --- a/lib/Mojo/UserAgent.pm +++ b/lib/Mojo/UserAgent.pm @@ -286,6...
@kraih I believe, this issue can be closed with c1330da.