Pablo Francisco Pérez Hidalgo
Pablo Francisco Pérez Hidalgo
Quite readable
I was able to enable strict de-serialization with semi-auto derivation by providing an alternative to `deriveDecoder`: ```scala object semiauto { def deriveDecoder[T, Repr val maybeOk = for { json
It would a great contribution Emily! Looking forward to see your PR 😀 On Thu, 4 Oct 2018, 16:08 Emily Herbert, wrote: > I'll attempt this one. > > —...
> Thanks for the patch @pfcoperez !! A few generic comments: Huge thanks @symat for taking the time to review the patch. > > * this really helps only if...
I've added the HTTP admin API counterpart to the original 4lw `snap` command.
@symat I've noticed there is not such a thing as a whitelist for the HTTP admin commands. I still think this admin port should not be exposed. Yet, I find...
Thanks a lot @symat ! I will do as requested. I have a branch including exponential back-off for the HTTP version of the command and in fact that logic can...
> I have a concern about this change - tbh whether the feature should be supported at all. If you notice none of the existing 4lw allow changes to the...
@symat @phunt I am willing to work on adding some authentication capabilities to the AdminServer API then we could limit this feature to just allowing the command to be run...
@eolivelli Do you know if there is any tracking issue on authenticated HTTP admin API? I'd like to add authentication if there isn't any and this way we could unlock...