Robin Munn
Robin Munn
I plan to come back and revisit this soon, and I have some changes planned (e.g., I plan to rename `interleave` to `zip` since it seems most people will understand...
@saqimtiaz wrote: > @rmunn have you considered whether this might be more flexible if implemented as a filter run prefix? That would allow a great deal more flexibility in terms...
> Hi @rmunn thanks for this. It's an intriguing operator – are there are any specific use cases in mind that we might be able to feature in the documentation?...
@pmario wrote: > I prefer this syntax > > ``` > a b c :interleave:3[range[3]] :interleave:3[enlist[foo bar baz]] > ``` > > as long as the following is also possible...
Incidentally, I've abandoned the idea of using the name `zip`, because in functional languages, zipping two lists is *not* the same as the interleave feature. Zipping two lists means taking...
@jrob wrote: > This is definitely a bug. I have been using `autocrlf true` for many years as it saves a lot of headache when moving sharing code between different...
@Jermolene - Sure. https://github.com/Jermolene/TiddlyWiki5/pull/8007
If https://github.com/actions/upload-artifact/issues/38 ever gets fixed, so that the .zip file finally contains Unix file permissions (such as executable bits), then that would give another reason to want this. Because as...
It looks like this is the same as the request I made in https://github.com/Jermolene/TiddlyWiki5/pull/6666#issuecomment-1145756052 and https://github.com/Jermolene/TiddlyWiki5/pull/6666#issuecomment-1147226905. Glad to have it pulled out as its own issue; it will make it...
Here's a basic implementation that works, but is highly inefficient. If I can figure out how to make the "ts-body" slot only be calculated on demand, then I'll submit a...