Odin Vex

Results 367 comments of Odin Vex

A hackish work-around for now might be to have Gittyup automatically append to commit messages `Signed-off-by: Herp Derp ` if it doesn't end with it already, but it's hackish..eh. Before...

> To elaborate on my earlier comment regarding GPG: > > Calling an external `gpg` binary to handle signing is pretty much a requirement. Even if signing could be done...

I've managed to refactor the latest version of Gittyup to the point that the decision for a wrapper around calling gpg-signing can be implemented by adjusting `src/git/Repository.cpp`, specifically `Commit Repository::commit(const...

Woops, ignore that push, only the `Repository.cpp` stuff is relevant right now. Will wait on pushing to my fork until done.

> @OdinVex can you mark the mr as draft as long as it is not ready? I've just now learned of marking things as Draft. Neat. :) It won't be...

> Would it be feasibly to split this PR into two separate items? One for the "Signed-off-by" and one for the GPG work? It seems to me that there is...

> I for myself have a hacky workaround until this gets fixed with which I haven't logged myself out yet: > > I added a check to element's `.desktop` file...

Oo, definitely interested in support for OPDS, I've love to get my Calibre stuff working (streaming). Tried the built-in OPDS from Jellyfin...not enough experience.

> I was about to request the same, but saw this already here. If it hasn't been done by now I don't think it will be for a while unfortunately....

I'll adjust in time, I think this was older tinkering. Edit: Hm, git clone built fine and ran fine, no adjustments. (cmake .; make) Edit: Added override, must've forgot. This...