Diego Zamboni
Diego Zamboni
I just noticed you are another Swiss Elvish user 🇨🇭👍
The answer to (1) is **no**. The answer to (2) I guess is **maybe**? It might not be a bad idea to include some tests to make sure things don't...
I agree it would be great to have a good test framework for Elvish code. I wrote a simple one some time ago: https://github.com/zzamboni/elvish-modules/blob/master/test.org, but even I haven't used it...
It should be part of the `epm` documentation, if and when it's implemented. @xiaq any thoughts?
@frantic1048 it is by design, and explained here: https://elvish.io/learn/effective-elvish.html#code-blocks > This is because in Elvish, control structures like if follow the same syntax as normal commands, hence newlines terminate them....
I am in a few Discord communities. I'm not a big fan, but it's OK. @xiaq: The main thing to consider is that a Discord server can have multiple channels,...
@krader1961 I don't understand your objection. Strings in Elvish have always been treated as lists, and this is [documented](https://elv.sh/ref/language.html#string). E.g.: ``` [~]|> a = foobar [~]|> all $a ▶ f...
I'm sure I'm misunderstanding something, because I don't think it's practical to have a function that receives all candidates and returns numeric values for all of them. This would mean...
Version management is tricky, which is why I left it out of the initial implementation of `epm` :) The general agreement was that we would wait until Elvish stabilizes before...
This would be a great addition, would make much easier to load presets without having to modify your main config. @asymmetric your suggestion would be nice (i.e. allowing to conditionally...