Rob van der Leek

Results 37 comments of Rob van der Leek

Hi @josep-llodra The `openPR: true` option does open a new PR (or draft PR with `openDraftPR: true`) every time a branch is created, I'm not sure if that fits your...

Hi @JBruns15 As I understand you have configured `gitSafeReplacementChar: '-'` for this repository? That will indeed create a branch named `Please-fix---nasty-bug` for an issue titled `Please fix - nasty bug`....

I don't think so 🤔 `gitSafeReplacementChar` replaces all characters that are not allowed in Git branch names, so `-` becomes `---` (or `_-_` with the default setting). I would not...

Hi @zrkhan128 The use-case that you describe should display the image immediately, for example: ```shell npx mudslide send-image me tuesday.png --caption "It's Tuesday" ``` displays the PNG with a caption...

Hi @mkgitalia Mudslide uses the [Baileys library](https://github.com/WhiskeySockets/Baileys) for communication with WA. That library provides a [file based store](https://github.com/WhiskeySockets/Baileys?tab=readme-ov-file#saving--restoring-sessions) for saving and loading of credentials. I don't know which of the...

Hi @Amro-o Sorry to hear Mudslide is not working for you as expected. I've tested the poll functionality myself and for me the poll is showing up in both chats....

Hi @Anayaali2019 I've just tested this and it seems to keep the profiles separated. Maybe it works if you put the cache option before the command: ``` ./mudslide -c /some/path/here...

Hi @vinne81 As you clearly explain in your question, this is indeed how it works: to WA it appears as if you are sending the message yourself (because even though...

Hi @vinne81 I tried the option in [this branch](https://github.com/robvanderleek/mudslide/blob/a91df7dc281186098803681f278b85f95a582a81/src/whatsapp.ts#L56), unfortunately it doesn't seem to affect the behavior described above. You should be able to run the branch yourself if you...