Honeyhead(흑우마스터)
Honeyhead(흑우마스터)
[https://www.dropbox.com/s/8wt815k5qqvfbd9/demo.pdf?dl=0](url) this is sample pdf.
I think I've found a way. Of course, it's only close, but not the solution. Type0FontHanlder.cs code contains the following. var UnicodeCMapName = $"{nonUnicodeCMap.Info.Registry}-{nonUnicodeCMap.Info.Order}-UCS2"; The code indicates that "Adobe-Korea1-UCS2" is...
 In my opinion, when you import system fonts, you import letters into the language of the country according to the language of the OS. I'm using the Korean operating...
Oh, sorry. It's in **_NameTokenizer.cs._** I hope it helps someone.
 ^__^
> Hi @honeyhead, we will look into this. We should be able to support this with some config. changes? Can I ask what is a priority for you to support...
@cloutiertyler Thanks for the response. I looked into it as well, and it seems that Supabase doesn’t support a JWKS URL for security reasons. Since it uses PostgreSQL underneath, I’ll...
This is a separate question, but when issuing identity and tokens through a REST API—if the authentication method works correctly with JWKS, should the identity remain consistent? I haven't fully...
@jsdt Hi, I'm a .NET developer. I tested this using C#, and at first I thought it was an issue on the C# side — but I found the same...
@jsdt https://spacetimedb.com/docs/http/identity I thought it might be a problem with the C# client, so I used the REST API instead, based on the URL provided. Actually, since SpacetimeDB doesn’t validate...