Akseli

Results 99 comments of Akseli

`git_commit_create_with_signature` asks for `const char *commit_content` but the documentation doesn't mention what exactly is the content. Is it `git_commit_body`?

> Would love to see this feature implemented! > > @Akselmo since it's been 13 days your might have your answer already But just in case, according to the tests...

Hm, I don't know where to place the `git_commit_create_with_signature` just to test it works at all. I've tried to place it in `Repository.cpp` around line 629, but I'm not sure...

Couple things i feel like are good to report in: Mentions in both directions do not work Replies do not work, but these could also just use mentions at first,...

Any possibility to have pulling repositories from any gitea instance?

I'd also like to know. I would like to try Zig in a gamejam but I think WASM is essential for that. Any news on this front?

Once again I apologize for my slowness. :sweat_smile: Just wanted to say I haven't forgotten this. Also, I am not against it if someone else can implement the solution before...

Hey, I have unassigned myself, since I don't really use Gittyup anymore (im trying to learn git commands :D ) and I wanted to make it clear that anyone who...

Seems if I try `new Audio("tauri://localhost/assets/notification-3d932661.ogg").play()` in console, I get `NotAllowedError` ``` result: NotAllowedError: The request is not allowed by the user agent or the platform in the current context,...

Could probably be fixed by updating tauri? https://github.com/tauri-apps/wry/pull/913