Melody Daniel

Results 10 comments of Melody Daniel

It doesn't just clarify that the lifetime of an object is going to end, it does a transfer operation. That is, it transfers the ownership of the object. The object's...

How is the current implementation not "lookable" from the caller? I have also not found it weird, the opposite in fact, I found it pretty sensible, especially as Mojo tries...

I do not program with a limitation that says I can't check function signatures, every IDE or text editor has LSP hover functionality that shows what function raises or doesn't....

I mean, we can have both, but there is this from the Zen of Python: _There should be one-- and preferably only one --obvious way to do it._ Anyway, Modular...

I've mentioned this already in other places, alias should not be used for compile-time values, it's confusing. Also, Mojo can use Python's existing type alias syntax, with some extensions to...

@gabrieldemarmiesse This can be achieved by loading the file in a compile-time function. The point of this thread is that `alias` is a terrible label for the example you just...

It got fixed by setting NEXTAUTH_URL rather than AUTH_ORIGIN

> > > > @melodyogonna What about for prod? I deployed on Vercel, and according to this - https://next-auth.js.org/warnings#nextauth_url%20-%20nuxt VERCEL_URL is automatically set so there is no reason to set...