MakroCoded

Results 24 comments of MakroCoded

> Well done guys @LelouchFR @hawl1 :) I switched to the new version of the project. All is fine except for the light theme, which is not working for me...

> unfortunately they have found a technique which involves adding randomized characters at the end of their messages to make them not identical and so not detected as spam "Oh...

> > > unfortunately they have found a technique which involves adding randomized characters at the end of their messages to make them not identical and so not detected as...

> I don't think there is currently a way to exclude images with a tag. > > But you can already search tags using this endpoint: https://nekosapi.com/docs/images/tag-search For example, get...

i think something like this should do the job ```py def exclude_tag(self, value: list[int] | None) -> Q: if value is None: return Q() q = Q() for tag_id in...

> @hawl1 The thing is that after-wards, users could not notice it and open more issues with icons that already exists... I don't really know if it's a good idea...

I think about hosting the svg icon files on a seperate place like cloudflare pages so this way github doesn't ratelimit us this [repo](https://github.com/Ileriayo/markdown-badges) has bunch of icons which gets...

> We could use the go server itself to generate the icon sets. > > Or we could pre-render them The vercel quota will skyrocket if you do that

> When put in a `details` tag, they get rendered after having clicked on the `summary` from what I've experienced by checking the network. @hawl1 can you say us your...