Moritz Reis

Results 2 issues of Moritz Reis

When I try to run my R Script in debug mode, I get an exception in Pycharm: > com.r4intellij.debugger.exception.RUnexpectedExecutionResultTypeException: Actual type is not the same as expected: [actual: RESPONSE, expected:...

This pull request introduces a small change to the `Capability` enum in `src/Client/Models/Enums/Capability.cs`. Two new capabilities related to bucket logging have been added. * [`Capability.cs`](diffhunk://#diff-6457d1be1172ae663121f9b607bd2febf4200cfe8225949ff24156c9aa57a6b5R143-R152): Added `ReadBucketLogging` and `WriteBucketLogging` to...