Todd Bluhm
Todd Bluhm
+1 Any chance this could get rebased and merged sometime
This is a cool idea. Interested in opening a PR?
Thanks for bringing this up. I need to do some refactoring around how error handling/propagation works anyways. I will fix this while I am at it 😄
I had been thinking about this idea for a while. Probably the next major rewrite will take this approach. Not sure when that will be, but I have been needing...
Interesting, I was not aware of this behavior. This is something I will look into. If you provide a number type as the value to an env var, it should...
Wait are you saying that expanding local variables inside of a `.env` file worked in `v9.0.3`? I honestly do not remember ever implementing that feature. It has been requested before,...
Interesting...could you create a small functioning repo project demonstrating this issue that I can use to test with? I know it is a bit more work, but it would really...
Currently `dotenv-expand` is not supported and probably will never be supported. But the idea of expanding existing env vars is a really cool idea. I will look into implementing that....
Hey everyone, sorry for not being around lately. I have been super busy working on a new/young startup with little free time to spare as well as migrating `ts-standard` over...
This is a very cool PR. I like the simplicity of it + the clarity it adds. Would make it a lot easier to support more file extensions.