Calvin Lee Fernandes

Results 27 issues of Calvin Lee Fernandes

Hello Victor, It seems that scan ignores `{ExclusiveStartKey: }` when passed in as an argument, I took a deeper look into this and I found the following https://github.com/victorquinn/dynasty/blob/master/src/lib/aws-translators.coffee#L106 ``` awsParams...

Hey Victor, I notice that the name property is reserved when trying to do an update but not when trying to do an insert. Here's an example of what I...

hey @sksamuel, I'm trying to use `sbt-avro4s` to generate Scala case classes from the Avro Schema. I have a schema that looks like this placed in src/main/example.avro: ![image](https://cloud.githubusercontent.com/assets/14280155/14626109/ad602f06-05b6-11e6-9ad4-419b782b2882.png) I run...

Capture some documentation in the README.md in a new section about the new MergeHub and BroadcastHub stages that's used in this [example](https://github.com/calvinlfer/akka-http-streaming-response-examples/blob/master/src/main/scala/com/experiments/calvin/WebsocketStreamsMain.scala)

enhancement
help wanted

Is it possible to sort functions/methods and value/variables alphabetically? I would love this feature :)

help wanted
rewrite
feature request

Hey there! Thank you for this amazing library. I have a use case in Scala 2.x where I would like to fail at compile time given some some criteria (for...

Hello, Is it possible to validate an existing Kongfig configuration without having to upload the configuration to the Kong server to verify if you have a valid configuration

feature request

Hello Akka team, Just a suggestion. Would you consider including the JSON that is needed to create the table for the event journal in the documentation? I know you have...

The documentation mentions: > ...it does not include an Akka Persistence Query plugin. It would be good to reference the [DynamoDB Streams documentation](https://aws.amazon.com/blogs/database/dynamodb-streams-use-cases-and-design-patterns) as an alternative to Akka Persistence Query...

Hello, it’s me again! I was wondering if it’s possible to get a listing of all parquet files (and their partition info) in a partitioned read? To add some context:...