Sourabh

Results 9 issues of Sourabh

Related to https://github.com/ktorio/ktor/issues/1727

Configurations such as: - [ ] Log retention period - [ ] Log group custom name - Update: This is not possible since AWS lambda expects specific name for the...

Resolves https://github.com/JetBrains/kotless/issues/66 Notes: - Add log retention configuration for AWS lambda log group Topics to discuss: - Should all config params supported by tf cloudwatch_log_group be implemented or just log...

Following does not work. Give error: `java.lang.IllegalArgumentException: Could not resolve view with name 'hello'` ``` val app = reactiveWebApplication { webFlux { codecs { string() jackson() } coRouter { (GET("/hello")...

type: enhancement

## Expected Behavior `ConstraintViolationException` are **automatically** handled by `ReactiveConstraintViolationExceptionHandler` ## Actual Behavior `ConstraintViolationException` are handled by `ExceptionHandlingWebHandler` ## Steps to Reproduce the Problem 1. Use spring kofu setup 2. Add...

This is the log: https://pastebin.com/nUiJgegZ

## Bug Report #### Versions - Driver: 0.9.0.BUILD-SNAPSHOT - Database: h2 - Java: 11 - OS: Win10 #### Current Behavior JsonCodec tries to encode/decode for non-json string values and fails...

This from https://webpack.electron.build/add-ons#react-jsx seems insufficient to a newbie like me. What should we do after this?

## Expected Behavior We should be able to disable consistent read behaviour on per query basis, instead of having to use a custom repository. This feature is helpful for queries...