Will Iverson

Results 61 comments of Will Iverson

I'm pretty sure this is just matching the GoTrue behavior? FWIW there's a lot of debate in security circles about the behavior when it comes to registering a user if...

From a high level, yeah that makes sense. I think that would be a breaking change. @acupofjose ?

FYI updated the template to latest as of 9/27/2023. Added @acupofjose as a contributor to the template in case I'm, I dunno, retire off to some beach with no Internet...

Right now I use the command line nuget to fetch the entire dependency graph that's in the wiki page on Unity. Then I manually remove a bunch of libraries (eg...

So, FWIW there were some issues around timestamps being used for upgrade versions in the earlier version of this template. In certain circumstances a timestamp was going backwards instead of...

Hmm. Went with utf-8 to a) keep simple and b) try to encourage folks to get get away from plat specific encodings. Want to submit a PR to add as...

Yeah, Maven has a place you are supposed to set the encoding as a value e.g. https://maven.apache.org/plugins/maven-resources-plugin/examples/encoding.html And so I think off the cuff it's os/environment, the jvm encoding, and...

This is the source of the issue - this missing logger class. `Caused by: java.lang.ClassNotFoundException: org.jboss.logging.Logger` Not sure off the cuff what you want to do RE: logging, check out...

Now available in GA. https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

Totally - want to send a PR?