Matt Hicks

Results 128 comments of Matt Hicks

@eed3si9n, no, the only change I think I've made recently is the addition of `updateOptions in ThisBuild := updateOptions.value.withLatestSnapshots(false)` to my `build.sbt` file

@bishabosha thanks for pointing this out. This appears to be a bug in https://github.com/com-lihaoyi/sourcecode causing this, but see the issue I linked above to get this resolved.

@bishabosha This should be fixed in the latest release.

I'm not opposed to standardizing, I think that's a good plan. However, I think the `messages` array is useful when there are multiple messages to have a structured way to...

That's reasonable. I just try to avoid data-loss as much as possible.

See this pull request for a solution: https://github.com/MetaStack-pl/MetaRx/pull/67

Thanks for letting me know; I updated the wiki. Just to confirm, using `scribe-slf4j2` solves your issues?

Ideally supporting a `FormData` instance that could be passed in would be ideal to the `post` method.

Okay, I think I've figured out the problem. It looks as though as soon as the Macro completes there's still "cleanup" that Netty tries to do, but the compiler seems...