-
vpzom
Is there a way to check whether I'm allowed to create MUCs on a service without creating one?
-
singpolyma
Unfortunately I think not
-
singpolyma
It's something we need to fix for sure
-
moparisthebest
pascal eh? now that's a name I haven't heard in awhile
-
jjj333_p (any pronouns)
alright why might `chaos@group.pain.agency/nex (it/she) 🏳️⚧️🏳️⚧️` not be passing stringprep because of the resourcepart?
-
jjj333_p (any pronouns)
i figured it is the / but that doesnt seem to violate stringprep the way i thought it did. is it perhaps the emoji not being ascii?
-
jjj333_p (any pronouns)
also less of a spec question but if its the emoji, in a bridge context what is the best way to approximate that?
-
Link Mauve
jjj333_p (any pronouns), it’s likely the emoji, resourceprep was only defined up to Unicode 3.2.
-
Link Mauve
Which was before a lot of emoji started existing.
-
jjj333_p (any pronouns)
oh boy
-
jjj333_p (any pronouns)
tbh non-ascii would almost be easier to pick up and replace
-
Link Mauve
Non-ASCII is usually fine, just not ouside of the codepoints defined in that version of Unicode.
-
jjj333_p (any pronouns)
> Non-ASCII is usually fine, just not ouside of the codepoints defined in that version of Unicode. no what im saying is itll be more annoying to iterate over the string and replace the too new chars ↺
-
jjj333_p (any pronouns)
unless theres some way in python i do not know about. im about to go to an appointment so i dont have time to figure out that now
-
lovetox
why do you need to replace them
-
lovetox
usually you have a validation algo, and it just tells you this is invalid, and user can pick something else
-
vpzom
that would be annoying for a bridge
-
lovetox
if you need a mapping, maybe ask nicoco, as he wrote multiple bridges i bet he has a solution :)
-
jjj333_p (any pronouns)
> that would be annoying for a bridge yes, a bridge which my end goal is for it to become functionally invisible in day to day operations ↺
-
jjj333_p (any pronouns)
the word salad machine gave me this which seems probably a good option https://bpa.st/DWPA
-
jjj333_p (any pronouns)
https://downloadable.pain.agency/file_share/019b9057-a9cb-7a2d-85f1-777b18e0fd0b/6f28fe82-7f38-4f0e-b252-fe8511528c77.png
-
jjj333_p (any pronouns)
never trust the word salad machine
-
Cynthia
transgender people are closer to right than left
❓ 1 -
Cynthia
.. anyway, about your code..
-
qy