-
I'd like to use elvish for some basic scripts in some Docker containers. Naturally I don't have a `~/.elvish/lib` folder at hand, so I was wondering if there's a way to override the lookup path for mo…
-
Based upon meetings with ECMWF staff, the ECMWF BUFR tables are external to the BUFR data files. This task is to enhance MET as follows:
(1) Enable pb2nc to read ECMWF BUFR files.
(2) Determine…
-
This should be updated every frame, and I don't know how integrate that, with Richard's code
me.NxtElevation = getprop("/autopilot/route-manager/route/wp[" ~ me.input.currentWp.getValue() ~ "]/altitu…
-
If we have questions we can help us together. And we can maybe support the Project for more Members.
It will helps all.
-
-
Dear developers,
First of all I would like to say that I am enthusiastic about your development. You have really developed something very great here.
However, I still have the following wish.
My …
helfm updated
2 years ago
-
## Bug Report
#### Current Behavior
Nushell can't hide `venv` after `hide-env VIRTUAL_ENV`.
And while using virtualenv, after `deactivate` the Python version will display all time in this t…
-
When developing modules interactively, using `exec` is now the only way to get around the module cache. If there is a way to let the interpreter forget all modules and bindings, it could be used as a …
-
## Bug Report
#### Current Behavior
Open terminal, type in a few words, hit escape. Error occurs without really causing any functional issues.
```
~/Workspaces
❯ asdf fasdaf
starship_zle-k…
-
In the following code:
``` sh
fn f { g }
fn g { f }
```
The `g` in the body of `f` does not refer to `g` below, but will resolve to an external command. It can be fixed by adding a forward declarati…