Endel Dreyer
Endel Dreyer
RPUSHX has been implemented here: https://github.com/endel/memshared/pull/9
Basic PUB/SUB has been implemented here: https://github.com/endel/memshared/issues/12
hi @RezaErfani67, only json-serializable objects can be shared
Unfortunately, it seems Patreon stopped accepting APIs [to request `https://patreon.com/xxxxx`](https://github.com/endel/shieldsio-patreon/blob/a29a79fd5a495e3ad568eaa808b327bd5ba395d6/index.js#L16), returning 403 error: ``` statusMessage: 'Forbidden', statusCode: 403, ``` I haven't spent much time inspecting to work around this issue...
Re-opening until we have a fix or an alternative solution
Hi @gamerpotion it seems the service is back. Can you confirm if it works for you now? (I think Patreon must've solved in their end)
Hi @soatok, I also find this a bit annoying... I would be really awesome if more people stepped up with such a solution 😅 😅 From popular repositories I only...
I was searching and found that Patreon already provides an official API for retrieving campaign data: https://github.com/badges/shields/issues/3585#issuecomment-689141583 **URL for my campaign:** https://www.patreon.com/api/campaigns/365642 **Full Shields.io Image URL:** https://img.shields.io/badge/dynamic/json?logo=patreon&style=for-the-badge&color=%23e85b46&label=Patreon&query=data.attributes.patron_count&suffix=%20patrons&url=https%3A%2F%2Fwww.patreon.com%2Fapi%2Fcampaigns%2F365642 Unfortunately, without a...
Thank you so much for supporting me @soatok :pray: As @leahlundqvist suggested, I've set it up on Vercel and created a **very** simple generator page to configure your badge, you...
Hi @ridozito, this sounds like an internal encoding issue on the server-side. It is very likely certain schema operation is causing the encoder to get into an inconsistent state. I'd...