John Starich
John Starich
@dgrijalva Would you be open to cherry-picking the CVE fix from v4 onto a patch release of v3 β at least until repo ownership and v4 are sorted out?
I disagree about it being the same. Certainly is related though, thanks for the link! This issue is not about how to fix the problem; itβs about getting the existing...
@lynncyrin @saschagrunert Hi all! This is all set for review, let me know what you think π
@lynncyrin Would love to hear your thoughts!
@rliebz That's a completely fair point, and it's part of why I opened the [original issue](https://github.com/urfave/cli/issues/1242): >I found it surprising that a shared slice of commands causes data races when...
@rliebz Bump! π Where do we go from here?
Thanks for the shout out @gedw99! I've extracted the IndexedDB adapter I wrote from `go-wasm` to [`go-indexeddb`](https://github.com/hack-pad/go-indexeddb), plus a file system library [`hackpadfs`](https://github.com/hack-pad/hackpadfs) that uses it. They're both still in...
This could be solved with an auto-invitation from the bridge bot, since it can open new unencrypted DMs on behalf of the user: https://github.com/matrix-org/matrix-appservice-slack/issues/471 Thinking outside the box here, might...
I've confirmed that creating a new room outside Element (without E2EE) does fix the commands. Here's a script similar to what I used to create the room, for others' sake:...
Hey gedw99! π Yes, hackpadfs is definitely intended to be a unified API. The implementations could be platform-specific, depending on which system APIs are present. For example, `indexeddb.FS` is supported...