Abhijit Sarkar

Results 224 comments of Abhijit Sarkar

A PR is definitely appreciated but you can also show some code snippet here as to how you intend to use the output.

Before making a PR, I’d like to see how you intend to flip the output based on the environment. Currently there are two output formats, console and CSV. Why don’t...

I believe the problem lies in the fact that the authToken is a constant object, and not something that is reevaluated. In Java, the authToken comes from [InternalAuthToken.toMap()](https://github.com/neo4j/neo4j-java-driver/blob/5.0/driver/src/main/java/org/neo4j/driver/internal/security/InternalAuthToken.java#L42) method, so,...

@eduardoboucas > The issue is to gauge the interest I think it's clear that there's a fair amount of interest in this. I recently moved my blog to GitLab Pages...

I looked at @zongren and @sukiletxe comments, as well as the links @zongren provided, but none of that made sense to me. First of all, I don't want to maintain...

@ruippeixotog pureconfig already has options to fall back to default value in code, I'm simply suggesting extending that concept to look for defaults elsewhere. As far as a wrapper is...

OK, I'm following your argument regarding defaults. How about if the environment variables and system properties were explicitly asked for, something like `orElseFromSystemProps` or `fallbackWithEnvVar`? Would that be clear enough?

Ok, so if we make a `pureconfig/pureconfig-boot` module, will that be acceptable to all parties?

I too can't get official example of nested `Map` update to compile, neither an answer posted on SO by @julien-truffaut. I can open another issue if need be, but thought...

> I guess taking 5 minutes to read it Read what? The section you referred to is a collection of screenshots, beginning with the following: ![1](https://user-images.githubusercontent.com/1302775/101853568-a810f380-3b14-11eb-833a-5e7a63697c7e.jpeg) I have certainly spent...