Results 511 comments of Caleb Cushing

> If foo is a map, foo.get("bar") suggests that you have to do `foo.get("bar")` and `foo["bar"]` won't work in that case. > I've created a patch for the documentation at...

right, but couldn't `PebbleTemplate.getTemplate` take a generic based on the input? e.g ` Map`. ```java HashMap context = Map.of("name", name); ``` is the returned a `HashMap`? I could check but...

My personal reason for wanting this is to avoid accidental imports as well. Unfortunately tools like Gradle and maven only go so far to prevent you from importing a jar...

``` export interface DotenvParseOutput { [name: string]: string; } ``` > exact error with some lines leading up to the error ? I'm not entirely certain what you mean, the...

the issue is that the merge didn't work... at all... honestly I suspect (after further dealings with it) that this has something to do with `dotenv.parse` returning a proxy. Which...

I did... that's when I opened the bug.

ok, I have a minimal (I think) reproduction of this, with a test https://github.com/xenoterracide/merge-anything-compilation-issue, before you can work with this, you'll have to fix the compilation issue mentioned in #13....

It's been so long... I've moved on twice since I opened this bug.

and of course then add that to the docker container...