Pascal

Results 79 comments of Pascal

I would also be interested in this! If you need any help or support, just let me know! 👍

I just had a closer look at this PR again and it looks to be in a very early stage, for example some files are added that should not be...

I think this is fixed now. However, feel free to reopen this or create a new issue if you disagree or if there are any other problems! 👍

I think this is not yet fixed, or at least it's not clear what the cause for the problem is. However, it's a long time since there was some activity...

I think this is maybe fixed with the suggestion from ffjdm. However, it's a long time since there was some activity in this issue, so I will close it for...

I've merged #238 now, but I believe #216 still contains some other necessary changes, especially this part: ```patch - const url = `https://x-access-token:${token}@github.com/${full_name}.git`; + const url = `https://x-access-token:${token}@${hostname}/${full_name}.git`; ```

How do you expect that to work? Counting the number of words in the issue description? I'm not sure if that would be very useful...

I experienced similar issues and we assumed some kind of caching issues some time ago, so `headers: { "If-None-Match": "" }` was added. Without access to GitHub internals we can...

@roryabraham Regarding this comment https://github.com/pascalgn/automerge-action/issues/122#issuecomment-995284140, I thought about it some more and I think it could make sense to switch to the _mergeable_ field, so if you still want to...

Thanks to the pointer from @ribbons I could create a PR: https://github.com/pajowu/signal-backup-decode/pull/60 I'm quite sure it's working correctly, but I only checked the attachments, I didn't look at the SQL...