Glenn Willen

Results 29 comments of Glenn Willen

Another change I know we've considered is to rip out `g_con_elementsmode`, and always run as though it were true (which it always is, with IIRC one exception that is either...

@greenaddress I have a counterproposal -- can we add a "unique_prefix" flag to wordlist_lookup_word, default false, which enables the following behavior: if there is exactly one word in the wordlist...

@stevenroose the mac issue phil was having is unrelated to this change -- to build with Gitian you need a bunch of non-redistributable third-party stuff, this change was fixing one...

CC: @wintercooled (reported the issue), @apoelstra @stevenroose (might have some insight into the rule)

We are using the wally layer to create python commandline tools. So we don't have any way to take advantage of autocomplete and such happening at higher layers. If there's...

(If the answer is that we should implement this in the tool, I don't disagree although it would be nice to get the benefit of all Wally's existing support for...

> @gwillen do you remember what the point of all this "copy to `/tmp`" complexity was? Because otherwise, when the script starts checking out branches / merging things / etc.,...

Hmmm, thanks for the report. I can fix this by adding the following CSS incantation to the pre tag: ``` white-space: -moz-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; white-space: pre-wrap; ``` But...

Ok, I fiddled with that, but it also puts linebreaks in ugly places, and also we seem to be generating this from Markdown so I don't know that I can...

(Also, note that I only changed the C++ snippets -- there's one place where a commandline is too long, but that's less natural to wrap, and I don't want people...