Erik Cavalcanti

Results 5 comments of Erik Cavalcanti

I'm facing this problem in deploy step: ```bash 2023/02/10 14:40:33 ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:***:****:function:account-transfers-lambda { RespMetadata: {...

@weavejester So, like https://github.com/weavejester/medley/pull/72#issuecomment-1448217787, I was also under the impression that separating this into a new helper function makes writing clearer. When a person uses the `assoc-some` function, soon comes...

I updated the commit message

> Also, what are your thoughts regarding assoc-in-some vs. assoc-some-in? Looking at the Clojure documentation, some functions end with `-in`, but I like `assoc-in-some` because, in my opinion, it is...

@weavejester I was seeing that this function exists in another clojure lib: [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp ) https://cljdoc.org/d/com.github.clojure-lsp/clojure-lsp/2023.04.19-12.43.29/api/clojure-lsp.shared#assoc-in-some I think having `assoc-some` and `assoc-in-some` in this library standardizes this kind of action well...