Kurtis Rader
Kurtis Rader
I'm happy to create a pull-request but the change is trivial and I don't really care if I get attribution for the enhancement.
There is also some anti-DRY (do not repeat yourself) aspects of this theme. For example, the default RSS template uses information from the `[author]` section that this template seems to...
> As a shell, Elvish encourages taking advantage of external commands. Yes, but that's pretty much true of every command shell in the traditional UNIX/Windows sense. 😺 Implementing option one...
> I should clarify that the proposal there is not to reimplement UNIX utils within Elvish but to provide wrappers that only support features that are commonly supported. Differences in...
I have only a modicum of expertise at HTML/CSS design but I am inclined to agree with @masukomi that pixel based sizing should not be used; with the possible exception...
Is this still relevant? Should the issue be closed? It seems to me the current web/HTML docs at https://elv.sh/ (or self hosted via `cd website; make gen`) are good enough...
Revisiting this issue I'm still inclined to introduce a `random` module and move the two builtins to that module. Specifically: `builtin:rand` => `random:float` and `builtin:randint` => `random:int`. Then introduce other...
Note that commit 46008d1 introduced a `-randseed` command with this commit comment: > This command is prefixed with - since I'd like to eventually move rand and randint into their...
For those wondering about the rationale for commit 33a04f8: It was primarily in response to the [u-root](https://github.com/u-root) project wanting an easier way to build an Elvish binary that did not...
Should there should be separate `-cpuprofile` and `-memprofile` flags or a single `-profile` flag that enables both profiles with distinct file names using the `-profile` argument as a prefix? As...