Bastien <[email protected]> writes:

> Hi Morgan,
>
> Morgan Smith <[email protected]> writes:
>
>> Hey Bastien would it be possible to get a list of all the currently open
>> issues on BARK that have been marked done by Woof headers?
>
> There were no "Woof headers", Woof was using the same convention
> ("Applied", etc.) so I'm afraid no, there is no Woof information
> that we could use to process all currently open reports... thanks
> for going through the current backlog!  I encourage everyone to
> do the same.

I was curious what Timothy meant when he said:

>>> This was not marked as applied on updates.orgmode.org.
>>> Doing so with the X-Woof-Patch header.

I figured that he had marked this thread in some way that I could use.

Alas I guess I'll have to parse these by hand.

Searching through the open issues for instances of "Pushed (00b4de329)"
might be handy.  I'm not sure how to limit the search to open issues
though.

I tried to get Bone running on my machine to see if that would enable
some new workflows but ran into silly issues and never managed.

GNU Guix doesn't play nicely with other package managers so Babashka was
having troubles.  It looks like the clojure eco-system packaged for guix
is pretty anemic so I don't know if I'll be able to get it up and
running.

I sorta got BARK half running locally but hit the same clojure issues.

Also public-inbox-imapd does IMAP sharding so the inbox shows up as
'("emacs.orgmode.0" "emacs.orgmode.1" "emacs.orgmode.2"
"emacs.orgmode.3").

I was able to get it sorta running with the config.edn at the end of
this email before I hit Babashka and Datalevin problems.

This is in no way an indictment against you or your software choices.
GNU Guix just kinda screws me over sometimes.


{:mailboxes [{:name "orgmode0"
              :type :imap
              :host "localhost"
              :port 9013
              :ssl false
              :password ""
              :folder "emacs.orgmode.0"}
             {:name "orgmode1"
              :type :imap
              :host "localhost"
              :port 9013
              :ssl false
              :password ""
              :folder "emacs.orgmode.1"}
             {:name "orgmode2"
              :type :imap
              :host "localhost"
              :port 9013
              :ssl false
              :password ""
              :folder "emacs.orgmode.2"}
             {:name "orgmode3"
              :type :imap
              :host "localhost"
              :port 9013
              :ssl false
              :password ""
              :folder "emacs.orgmode.3"}
             ]

 }

Reply via email to