Dragomir Ivanov

Results 74 comments of Dragomir Ivanov

Is it really necessary to this to go through `rest-layer`? I have a use case to atomically increase an number in Mongo with `$inc`, so I will do it with...

Well, depending on what data they use to compute, I guess doing the computation in a hook is a way to go. I would prefer `rest-layer` to stay relatively simple,...

Well, there are `before` and `after` hooks. So if you use `before` hook to catch any modification attempt, you may strip this field, or raise an error and block the...

I guess further down the line, we will need to add support for multiple `ETags` supplied to HEAD/GET. But this issue can wait though. @smyrman Can you add `Enhancement` label.

@apuigsech I am :+1: for UTC() time as well.

Closing is okay, but I feel that this is major issue, and should be addressed soon, before any major package refactoring. Currently I am using a fork of `rest-layer` just...

Thanks. I will think about it more, when I have some time.

Cool, thanks! Will dig around when have some time. I need to polish my circular dependency hell skills with Go :)

Hi, yes, but there was no: ``` File "main.go", line 19, in Example return eris.New("test") File "main.go", line 23, in WrapExample err := Example() File "main.go", line 25, in WrapExample...

Thank you @smyrman for the detailed response. Let me think about it a little.