-
also add command line support for linux/unix utilities/tools like: grep, ack-grep, sed, awk, less, perl, python3, find, df, etc..
-
The request from @suzialeksander is to make a list of all "external" linked pages documentation pages referenced on the site. As a simplifying assumption, if it's not "internal", it will need a full U…
kltm updated
3 months ago
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
The limited set of products in the 15 minute output are generated at :15, :30, and :45, but not at :00 when regular hourly products are created. Eventually want it created so we can aggregate like t…
-
### Steps to reproduce
```
:setglobal ignorecase?
:edit test.ada
:setglobal ignorecase?
```
Observe that global `ignorecase` has been changed.
### Expected behaviour
Global `ignorecase` …
-
**Is your feature request related to a problem? Please describe.**
Run:
sphinx-build -b linkcheck source/ _build/linkcheck
Produces an error for each `man:`, for example:
( command…
-
This ticket proposes two separate but overlapping ideas.
### 1. When trying to write/read Zarr files, throw an informative error if the user does not have `zarr` installed
just as Xarray does …
-
I declared global env in a taskfile like so:
```
---
version: "3"
env:
DB_DRIVER: mysql
DB_DSN: "etl:etl@tcp(localhost:3306)/etl"
tasks:
default:
desc: "Fill repos with detail…
-
What happened
Attempted to use GNU/Bash command substitution to assign the output of a command to a variable:
```shell
% yo="$(kubectl get pods -n kube-public)"; echo "$yo" | cat -vte
No resou…
-
Hello!
I am actually having several issues. I am currently running Ubuntu 20.04.4 LTS for context.
1. The `go install github.com/tylertreat/comcast@latest` installation command isn't working for me;…