Diego Zamboni

Results 98 comments of Diego Zamboni

As I mentioned on IRC, the Wordpress sketch still has a few rough edges and has not been thoroughly tested under the latest DC framework. I'm on vacation the next...

I've been meaning to look at why this is so. The command and the configuration input prompts are supposed to be separate, thus have their own history, but for some...

Sounds useful, particularly for desktop management. Could be used to trigger syncing with a handheld when connected, reconfigure CUPS when a printer is connected, etc.

I'm pretty sure this is related to https://github.com/cfengine/copbl/pull/7 and would be solved by merging that pull request, but need to spend some time testing.

During my rewrite I replaced a lot of calls to color_warn/die to Util::error and Util::warning, with the intention of printing user-friendlier messages without stack traces and such. It should indeed...

RSS of a just-started Elvish in my system right now is 20MB 😮 I agree the web UI is probably something that could be separated (does anyone use it? Maybe...

In case it helps, please see my [github.com/zzamboni/elvish-modules/dir](https://github.com/zzamboni/elvish-modules/blob/master/dir.org) module for a reference implementation of this behavior.

If commands leave in the pipe the values they don't use (see #923 for an example), then this issue could be solved using the existing `only-bytes` and `only-values` builtins, e.g.:...

I agree with @krader1961 about not missing this feature. I moved from Fish to Elvish, and I have found Elvish's command history search and location mode work a lot better...

@xiaq can you post an example of what you mean by "forward declaring"? I tried the following but it doesn't work: ``` > cat test.elv fn f { put top-f...