Will Sargent

Results 199 comments of Will Sargent

Okay, I think it is `ufw`, the firewall that comes with Linux Mint. Disabling that allowed conjure-up to proceed.

The `logback-structured-config` module is a packaging of logstash-logback-encoder that writes to a file amongst other things, but it's possible to set up the encoder to write to CONSOLE in exactly...

I've put together an isolated test case https://github.com/wsargent/magnolia-issue-402

It looks like a simple workaround is to define generated implicits using `implicit lazy val fooToValue = gen[Foo]` and that will resolve the NPE (presumably because by then the instant...

Maybe this is a bit unclear -- I don't actually need there to be a diff() feature. I just want the text to match the actual list of utilities. If...

Well, it still says "diff" right now: https://github.com/pathikrit/better-files#file-system-operations

@slorber in those situations, you're better off using a helper (either in a Scala file, a Twirl template, or a fragment) that will do the logic for you. ``` @Messages("emails.invitedToSharing.sharedTheSpace")...

@szeiger can you provide an example?

@adrianhurt I like the idea in general, but how would this effect already written templates?