Allan Zhang

Results 102 comments of Allan Zhang

I have no plans to accept this PR. I am looking to add more configuration to the compile-time macro. See #128

It took me a bit to understand your request, but I think I got it: The sqlx README has a hyperlink to [dotenv-rs/dotenv](https://github.com/dotenv-rs/dotenv#examples). This repo does not have an example...

Although I closed #98, I have added the example env file and linked to variable substitution rules in this repo's README. Hopefully that will satisfy sqlx's requirement. Feel free to...

I would prefer not to link to the unmaintained repo in this repo's README. I have just added an example env file and linked to the variable substitution rules in...

This is a great idea that is definitely worth implementing. I opened a discussion (#25) for this. Maybe something like this? ```rs // dotenvy::Error enum Error { LineParse(String, usize), Io(Error),...

I opened this but I would wait for further discussion in #39

>@allan2 Are you wishing to follow a more reserved or a more aggressive approach when it comes to getting these PRs merged and issues solved? It depends on the issue....

@aidenfarley I marked some issues with a good first issue label. Docs can always be improved as well. If you do see something you would like to take on, just...

Can you provide an example .env file?

Hi @ChristianIvicevic, is this still an issue?