José Valim

Results 1957 comments of José Valim

Personally, I don't think the solution belongs to Mint. It should rather belong to the data structure holding the headers. Imposing something like `Mint.redact` we will also break the abstraction...

> But they kinda do know. When you use any of these packages you are already aware of Mint anyway. They do it internally but they don't expose it to...

Yes, it is worth mentioning that EXLA can only execute one operation at a time per device. So if you are using serving, you want to be confident you are...

Oh, thank you! So I think there is indeed something going wrong here, but if I had to guess, it would be more on Nx.Serving side. Can you provide an...

Hi @eksperimental, I am not planning to go ahead with those changes for now. 1. The erlc one will be removed soon anyway 2. We still want to test deterministic...

I reopened the PR because we should merge the path changes. Is there a way to only run the docs one when only those files change? 🤔

Yeah, I understand now it was the original rationale but we change the code more often than we change those pages, so optimizing for faster general changes is better. I...

Since you did the work, please do send a PR! Worst case scenario it will work for documentation purposes!

It works with SQLite but not PostgreSQL, which indicates this is an issue with the postgres driver. You would have to report it upstream. :)