Paul Reesman

Results 7 issues of Paul Reesman

As per, http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Modifying.html#Expressions.Modifying.UpdateExpressions.ADD I would like the option to optionally set the ADD. It seems like it is hardcoded to use SET, https://github.com/victorquinn/dynasty/blob/master/src/lib/aws-translators.coffee#L169

This is using latest Bun on Go 1.17. I have a has-many relationship on a struct and while trying to select items from it I am receiving this error message...

bug

### Check for existing issues - [X] Completed ### Describe the feature Currently, the project pane sorts everything alphabetically however I am coming from Jetbrains land where they have directories...

enhancement
triage
good first issue
admin read

Looking to resolve #74 by being smart about which function to call on the interface instead of just defaulting to Error().

ZapLogger is defined as having Info and Error methods. I have a wrapper around zap that I want to pass in which works except line 116 of zap.go attempts to...

[Zap](https://github.com/uber-go/zap) is a popular logging library for golang which I am currently using. However, the logging interface launch darkly uses is at odds with zap and I cannot utilize the...

enhancement
server-sdk

From the looks of it, if the current server does not have the session it is looking for, then the callback will fail. The store for these sessions seems to...