ShawnFumo

Results 7 issues of ShawnFumo

Our next.js application is using a serverless lambda to proxy API calls, to add the access token to the request (so the browser never has access to the unencrypted access...

enhancement

There are many cases where comparisons such as greaterThan, greatherThanOrEqual, lessThan, lessThanOrEqual do not work reliably. Works as expected (prints false): ``` const money = createMoney({amount: 1000, currency: 'USD'}) const...

bug

The [documentation site](https://easymoney.vercel.app/) is currently not working, with the error message "DEPLOYMENT_NOT_FOUND"

documentation

Hey, just a suggestion: PixArt just released their Sigma paper, in which they upgraded their DiT model to 4k image resolution, improved prompt following, etc. They said they'll try their...

Hey, I know a lot of people are looking in here for news about code and weights. No idea if/when they will release it, but wanted to mention a newer...

Hi, I'm trying to run the Colab linked on the readme of the repo, and in Step 2 on the last xformers line, it is taking a very long time....

Just curious if there is guidance on tenant-specific secrets while using this approach? If we went this route, we'd continue using Auth0 for tenant-specific logins (with nextjs-auth0), and that requires...