Julio Barros

Results 4 issues of Julio Barros

While attempting to finish the MVC tutorial I was not able to get the Auth section working for me. The last bit of text is: ``` If we navigate to...

I'm getting an invalid signature when I try to use OAMutableURLRequest to do a POST with a query parameter in the uri (?foo=bar). It works fine if I remove the...

**Config File** { "hasSrc": true, "packages": [ "shadcn-ui", "drizzle", "lucia" ], "preferredPackageManager": "pnpm", "t3": false, "alias": "@", "analytics": true, "rootPath": "src/", "componentLib": "shadcn-ui", "driver": "pg", "provider": "postgresjs", "orm": "drizzle", "auth":...

bug

You now get an error when trying to use the tabular masker: `AttributeError: module 'scipy' has no attribute 'cluster'` It looks like we may need to add: `import sp.cluster` Or...

stale