Shelomo

Results 27 comments of Shelomo

@eduncan911 Can you please confirm https://discussions.apple.com/thread/7534334 (from 2016): > Your feed won't be accepted without the 'itunes:category' tag. There is an Apple Help page on categories at https://help.apple.com/itc/podcasts_connect/?lang=en#/itcb54353390 and a...

Any updates? I see from https://edumeet.org/technical-overview/ that the broadcast feature is available on the production version? What does this mean?

> Hola estoy con el mismo error me podrían explicar como solucionarlo porfavor. > > throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails)); ^ > > Error: Evaluation failed: TypeError: Cannot...

> ```js > let success = await msg.forward("[email protected]"); > ``` > > For me it works great... I've tried this (forwarding to a group; works) but when people on the...

I solved it with this (was only for testing purposes): ```javascript let phone = msg.from; if (msg.from.includes("@g.us")) { console.log("not sending message"); } else { client.sendMessage( "[email protected]", "wa.me/" + phone.split("@", 1)[0]...

This would be really nice to have in RSS feeds... any ETA on this?

I think this issue might be related to the UID/GID for the wine user since I don't see any `wine/` directory created under `home/` ``` RUN groupadd -g 1000 wine...

1) If that is the case, then the following is not needed in the Dockerfile? ``` dpkg --add-architecture i386 ``` 2) I will start working with a trader and so...