Nikita Zhuravlev

Results 4 issues of Nikita Zhuravlev

Hello! I've tried out the setup with 3 replicas of workers, created a database, bunch of tables and filled it with data, yet it seems like workers postgreses are empty....

- Operating System: macOS Big Sur 11.5.2 - Node Version: v14.17.6 - NPM Version: 6.14.15 - webpack Version: 4.46.0 - eslint-webpack-plugin Version: 2.5.4 ### Expected Behavior Errors in all the...

bug
enhancement

Hello! This piece of code: ``` ResourceSnippetDetails details = resourceDetails() .requestSchema(new Schema(requestSchemaName)) .responseSchema(new Schema(responseSchemaName)); given() .spec(this.spec) .filter(document("{class-name}/{method-name}", details, null, preprocessResponse(prettyPrint()), requestFields( fieldWithPath("[]").description("Blah")) .andWithPrefix("[].", fieldWithPath("id").description("ID") .type(JsonFieldType.NUMBER), fieldWithPath("name").description("Name") .type(JsonFieldType.STRING)) ) ); ```...

**Describe the bug** The example [here](https://docs.spring.io/spring-security/reference/servlet/oauth2/login/advanced.html#oauth2login-advanced-oidc-user-service) doesn't work. **To Reproduce** Just repeat the customization and see that the requests are not autorized at all. Adding ``` .authorizeHttpRequests(c -> c.anyRequest().authenticated()) ```...

status: waiting-for-feedback
in: docs
type: bug
status: feedback-reminder