-
It would be very useful if we could set path to the secret via environmental variable.
Now if I want to use one docker image in several projects I need to inject path with ugly sed hacks.
-
in my `.vscode/settings.json`:
```json
{
"tiltfile.tilt.path": "bin/.bin/tilt",
}
```
in terminal project root
```shell
~/development/project $ bin/.bin/tilt version
v0.33.20, built 2…
-
-
Splitting this off from https://github.com/rust-osdev/uefi-rs/issues/970.
> It would be nice to be able to build device paths as global constants as well. This would sidestep the use-after-free iss…
-
### Describe the bug
The `root_path` setting is necessary to serve FastAPI applications under subpaths served via a proxy and the ASGI frameworks are expected to strip it from the request path duri…
-
**Is your feature request related to a problem? Please describe.**
$ `which go`
/usr/local/bin/go
$ `ll $(which go)`
lrwxr-xr-x 26 ansidev 14 Apr 09:43 /usr/local/bin/go -> ../Cellar/go/1.18.1/b…
-
### Expected Behavior
`java.nio.file.Path`s are supported as Worker parameters.
Improve the error message "Could not serialize value of type UnixPath", to be more helpful.
### Current Behavior (o…
aSemy updated
1 month ago
-
In my config.ini i specify a path like `~/my/path/`. When I run `qobuz-dl dl ` from e.g. `~/Downloads/` a new directory `~/Downloads/~/my/path/` is created and downloaded files are stored there.
I'…
-
I stumbled upon #135 which reminded me of XDG specs consistently talking about URIs, never file paths.
How about doing similar for rudof: internally pass around only IRIs (i.e. technically Oxiri ob…
-
### Use Case
Currently when submitting a job in Maya the output path in the submitter defaults to _/path/scenes/images/_. The issue is that _/scenes/_ is always auto inserted and it would be great if…