Joel Berger
Joel Berger
> > > Use of ->json is optional. In my opinion if you have a legacy system with nonstandard JSON encoding, you should just use `from_json(decode($charset, $msg->body))` > > >...
> > That sucks. We probably need an FAQ entry for this and recommend against the use of the `v5.38` bundle with Mojolicious. > > You can just > >...
That will work until Mojo::Base's import would load 5.38, but that's a while off and even then we could probably inspect the hints hash to see if it has already...
I'm not having luck with v8.06. Still cannot login, the pod crashes when attempting. I will also note however that the help page displays v8.05 even when I've deployed v8.06....
If this is confusing, let me demonstrate: ``` one two three ``` currently becomes ``` one two three ``` but with my patch it does the right thing, even if...
I reported something perhaps similar via IRC on Jan 31. Though I didn't see exit code 0, I saw 132. > it seems that using images from ghcr.io when I...
@jhthorsen using Crypt::Argon2 0.22 (which contains https://github.com/Leont/crypt-argon2/pull/14) if we build with `CRYPT_ARGON2_ARCH=NONE` in the environment, it should work.
I'm generally positive to this, however perhaps you want to include `$^O` too like in the `mojo version` command? https://github.com/mojolicious/mojo/blob/main/lib/Mojolicious/Command/version.pm#L25
Yep, that's all I'm asking. Thanks :) Obviously caveats about provider exist, but the same is true of say PV storage classes etc, you can't select things that aren't possible...
> As proposed by @jberger, it would also be nice to have the ability to specify an IP manually. However, I'm not sure about `spec.loadBalancerIP` as [that's going to be...