-
Hi! Thank for this awesome plugin :-)
One problem I have though, I am using Next.js, which has a `.env` and a `.env.local` file (the `.env.local` overrides the `.env` values), and your plugin does …
-
### Bug Description
I've stumbled upon a weird behaviour when using Langfuse tracing:
Scenario 1:
I setup connection to Langfuse via dotenv component or by setting the env variables in docker c…
-
The documentation for this library mentions that it follows the `dotenv-flow` for multi-environment variable loading. ([link](https://github.com/goatandsheep/react-native-dotenv/tree/main?tab=readme-o…
-
# Title
Error during signUp with Supabase Auth in Flutter: _asyncStorage != null: You need to provide asyncStorage to perform pkce flow. The login function works correctly, the error is only when cre…
-
### Is your feature request related to a problem?
Next.js has many `.env` files and a rich system of overrides: https://nextjs.org/docs/basic-features/environment-variables
I would like to be ab…
-
Is Parcel using [dotenv](https://github.com/motdotla/dotenv) as it claims, or [dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow)? It links to `dotenv` but supports multiple env files in the sa…
-
### Description (include screenshots)
When running the ABAP deploy comamnd;
```
npx fiori deploy --name ZJLONG0205 --package '$tmp' --transport '' --url 'https://server.exmaple' --cloud true --clou…
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
### What version of Bun is running?
1.1.0
### What platform is your computer?
Microsoft Windows NT 10.0.22635.0 x64
### What steps can reproduce the bug?
```
--> bun --bun run serve
$ vue-cli-…
-
## Bug report
### Describe the bug
The flow is very simple user enters billing address, chooses shipping option and if all then is allowed to go to payment provider. The payment provider is custom…