Jirawat Boonkumnerd
Jirawat Boonkumnerd
@endiliey Hey did anyone did it on version 2 yet? Maybe I can help contribute?
I fixed seed by overriding `Math.random` function ```Javascript // Overwrite Math.random to use seed function randseed(s) { s = Math.sin(s) * 10000; return s - Math.floor(s); }; let seed=12; Math.random...
You can create a j2 template here https://github.com/kittinan/spotify-github-profile/tree/master/api/templates then add config here https://github.com/kittinan/spotify-github-profile/blob/716a50d2d70dc32f034d30c3e544141a4f1ddec0/api/templates/callback.html.j2#L103
I think we can't detect the Github theme using CSS my recommendation is to create an option to change and fix the background color instead.
Same as me. it works without arm64. Look like the export lib isn't supporting for arm 64 now I'll try updating unity to latest
I pass this error now. if you're using Simulator. Just change Target SDK setting to Simulator before build.
> I'm having trouble getting this to work.. is the query param supposed to be `&background_color=FFFFFFFF` or `&background_color={FFFFFFFF}`? I would like a while background but it's still showing up transparent....
I'm doing this in .less file and it works fine. ``` @media (prefers-color-scheme: dark) { @import "~antd/dist/antd.dark.less"; } ``` for toggle dark mode I do this but get a little...
> I only used scss and css, and is there a way to use it in scss? I'm not sure but you can try it ``` @media (prefers-color-scheme: dark) {...
Close already fixed by other commit