Jason Nochlin
Jason Nochlin
@hexgnu :clap: I'll review this later tonight
@hexgnu I removed the fail-fast option we set in .rspec (https://github.com/hexgnu/linkedin/commit/aba9e3a8869ef03fb6ba56cc54b4bbfadb1bbbff) The specs were failing for me while using MultiJSON 1.0.x. I think we'll need to raise that dependency before...
Looks like the MultiJSON interface change happend at 1.3.0: https://github.com/intridea/multi_json/commit/e90fd6cb1b0293eb0c73c2f4eb0f7a1764370216, I'll update the gemspec accordingly
@gebv @b5 FYI Starlark recently merged the `Unpacker` interface: https://github.com/google/starlark-go/pull/272 I need to solve the Custom Type problem in my application soon, so planning to look into both `UnpackArgs` for...
The first builder example in the docs uses both: That's what I was expecting to be able to do after reading https://kamal-deploy.org/docs/configuration/builders/
@djmb I updated to Kamal 1.8.2 and ran `kamal build remove`, but am still getting the error. Today, I noticed it never runs anything on the remote builder... maybe that's...
updated to 1.8.3 and it's working for me! 🎉