-
I had trouble running a GUI over untrusted (`ssh -X`) X11 forwarding. The container was launched as a slurm job, which may interact with this. The container was launched with
```
singularity --sil…
-
## Description
The current version of code missing `.env` file loading, so `os.environ` does not contain necessary keys when run locally.
## Possible solutions
1. Use an additional package li…
-
### Describe the bug
I try the example ENV_PRO, by modifying for Core2.
But BME68X error of code 2 happpens.
### To reproduce
[Uploading ENV_PRO.ino…]()
### Expected behavior
The official …
-
Hi i get this error anytime, you have some solution?
undefined
Started refreshing undefined application (/) commands.
[
{
options: [],
name: 'checkstatus',
name_localizations: und…
-
At the moment the `schemalock` param is defined as:
```json
"schemalock": {
"oneOf": [
{
"type": "boolean",
"default": false
},
{
"type": "object",
"p…
-
This issue is both a suggestion and contains questions.
I was wondering why there were 2 items under `env_file`.
I was expecting `example.env` to be a template to be copied and tweaked, and not ac…
-
## ❓ Questions
When implement dora run commend, can env created by conda used?
-
**Describe the bug**
Using both `devenv.yaml`
```yaml
imports:
- ./submodule
```
and `submodule/devenv.nix`
```nix
dotenv.enable = true;
services.minio.accessKey = config.env.VAR;
```
`…
-
-
Hello!
I am trying to put together a Kubernetes deployment and I am a little stuck with assigning the proper values for the environment.
Here's the full document so far:
Deployment
```ya…