Yurii Rashkovskii
Yurii Rashkovskii
I've checked, `viewable_text` is also used in `src/modes/thread_view` So far, this is the patch that seems to fix the issue: ``` diff --git a/src/compose_message.cc b/src/compose_message.cc index b6a1a25..68b45c2 100644 --- a/src/compose_message.cc...
I can confirm that your patch works as well, however it still doesn't show the text in the preview pane before sending -- but the body is not lost (it...
Hi Gaute, Not yet, been busy with other things, but I definitely want to solve it as it clearly affects my workflow :) We just need to sit down and...
In the data model of SIT (a somewhat similar project to this one), making issues branchable was one of the original "must have features". Being designed around a simpler primitive...
@gedw99 in my case, I solved this without lamport clocks but rather a content-addressable DAG. Each record in SIT can reference 0..n parents and this forms a DAG. With this,...
As for other trackers, as I mentioned before, SIT is not only branch-aware but revision-aware as its shares the namespace with the normal files (when used in conjunction with SCM)....
Related to #86
Bumping up this one as it is important for custom comparison methods.
Partially done (or even almost done). Also need to hook this validation into the publishing process
Idea for deps: besides "name" and {"name", version}, we can also do {"name", atleast: "0.0.1"} and so on