Sean Hagstrom

Results 39 comments of Sean Hagstrom

> Are there other examples of truncation in malli that you are following? I suppose my thought process is around: "what does it mean to generate a float"? I can...

Okay great! I've pushed up a commit with that change, when you have a moment can you confirm that it's okay please 🙏

Is there any interest for implementing the `--omit-nix-env` flag (or behaviour) for the `devbox generate` command? Alternatively, we could also allow for configuration like `stdenv = pkgs.stdenvNoCC;` (to use the...

@ilmotta if it's happening after an upgrade, it sounds like it would be related to SQLCipher and Sqlite. For example, somehow we're not migrating the database properly with all of...

Just to leave a note here, I opened the app in the iPhone 15 Pro Max simulator, and I was not able to reproduce the sizing/spacing issues. It's possible that...

I've also tried to reproduce this issue and was unable to get the same error. I tested on a Pixel 7a running Android 14, and I even enabled battery saver...

Perhaps there are some other ways that will cause Android to stop the background task for notifications? I'm not sure how that's possible, but I can try looking into other...

At the moment, it seems like we're displaying any communities that are not considered joined or pending as an opened community here: https://github.com/status-im/status-mobile/blob/9862abb7ebaac387652b9f3ff263b96198a3679f/src/status_im/subs/communities.cljs#L190-L197 And I'm thinking we could only treat...

Okay I've pushed a PR to only show spectated communities in the "Opened" tab here: https://github.com/status-im/status-mobile/pull/21548