Will Iverson
Will Iverson
FWIW Unity also has a (slightly different) hacked up version of Newtonsoft (because of course) https://docs.unity3d.com/Packages/[email protected]/manual/index.html I was able to get postgrest etc working using the Unity Newtonsoft instead and...
FYI, I have a bunch of bug fixes incoming shortly. Figured it was good to get to where the app was solid w/Unity on iOS and a bunch of the...
FWIW I was able to fix this on my site. The changes: In digital-garden-base.scss there were two spots with 1400px hard-coded: https://github.com/oleeskild/digitalgarden/blob/69f20fa1ba577a3962315425167f7949b9140c78/src/site/styles/digital-garden-base.scss#L259 https://github.com/oleeskild/digitalgarden/blob/69f20fa1ba577a3962315425167f7949b9140c78/src/site/styles/digital-garden-base.scss#L352 I changed both of these to 800px...
Not sure off the cuff, but a few ideas off the top of my head: - check to see if the .net versions match - check to see if there...
Not sure tbh. Right off the cuff I'm sure the supabase libs are out-of-date in this project. I just checked and it's been six months since I've touched it. Off...
So, I had a few minutes to start the process of updating to current, which I published at https://github.com/ChangeNode/spring-boot-supabase/tree/spring-boot-3-update Unfortunately it looks like SecurityConfiguration is broken due to updates in...
https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
Yeah, Spring Security has never been terribly great to work with. :P I can take a look next week, might look at Shiro instead. Or maybe just a really simple/way...
Ok, where to begin... I'm just going to start typing and see what happens, lol... The standard Supabase JavaScript library can now be configured to add the authentication JWT as...
@rassidm nope, out of the box Spring Boot & Spring Security want to do OAuth themselves, IMHO if you want to use Supabase OAuth just use the JS client and...