David Good
David Good
I think there is an underlying issue with PyCharm here. I noticed that, when running tests, it does not pick up the environment variables from the Run Configuration Environment if...
I'd like to add one more suggestion that is closely related to this. When working with Lombok and `@DynamoDbImmutable`, I keep having to do this for derived fields: ```java @DynamoDbImmutable(builder...
The 'Type' attribute (from single table design best practices) is a good example of a static field that should be written to the database but it shouldn't be exposed on...
The "Server" one is the reactive version. "Servlet" is the traditional, non-reactive one. For reference: - Reactive: https://docs.spring.io/spring-security/site/docs/5.4.2/reference/html5/#webclient-setup - Servlet: https://docs.spring.io/spring-security/site/docs/5.4.2/reference/html5/#oauth2Client-webclient-servlet