Jakob Krigovsky
Jakob Krigovsky
This issue is still present in Detox v18.22.0.
I haven’t tested it again, but looking at the changelog, I assume this is still present in the latest version.
I haven’t tested it again, but I assume this issue is still relevant.
I haven’t tested it again, but I assume this issue is still relevant.
I haven’t tested it again, but I assume this issue is still relevant.
I’ve also been surprised about some missing items when using `frequency` until I found out about its `--limit` option. By default, this option is set to 10 so you’ll never...
I have a similar use case and am currently working around the temporary file using [process substitution](https://en.wikipedia.org/wiki/Process_substitution): ```bash mlr --csv join -f
I agree, especially because process substitution keeps all of Miller’s flexibility. Should we document this in [Questions about joins](https://miller.readthedocs.io/en/latest/questions-about-joins/), though?
Having `feed` generate `feed/index.xml` is comparable to Jekyll’s own behavior: `about.md` actually generates `about/index.html` (which is available under `/about`, `/about/`, and `/about/index.html`). The only concern I have with the documentation...
Unfortunately, there doesn’t seem to be a way to set the “Tile” option using `setDesktopImageURL`. I’ll take a look at modifying `desktoppicture.db` directly, however, this would arguably be a hacky...