Théo Pomies
Théo Pomies
I don't add much value, but I do too.
Nice proposal 👍🏻 Please note there appears to be a typo in the filename: `imporved-hash-module.md` when it should actually be `improved-hash-module.md`.
Hi, I get a similar issue since upgrading to 3.9.0 to fix a preview stretch (not resolved, might open an issue for this). The logs are very similar ``` [capture/timed-out:...
For @emersonbroga and @Kayoshi-dev, the fix is to add `AUTH_URL=http://localhost:3000/api/auth` to your .env, alongside `AUTH_SECRET`
The issue seems related to the `Int` result type, as error suggests, with `String` it works. Also, removing the bodies of the functions or replacing `... fn (elem: T)...` by...
Note: I get this error with various other functions, all related to `memory-only type bound to generic result type: argument returns 'Int' by reference`
@lattner is it the kind of design choices where Mojo will differ from Rust for example, where Rust would be able to resolve and infer the types but at the...
@josselinonduty, I just merged it so it remains up to date, but _still_ awaiting review from @zwpaper
I don't know if it adds any credit/value but I am facing the same issue, where my data-only notifications show in the notification tray on android but with empty title...
@vonovak Thanks for the reply, this is what I do but it only works when the app is foregrounded on my end. It still presents an empty notifications when the...