Greg Slepak
Greg Slepak
### Problem We merged #1151 instead of #1150 because Cypress was taking 2 to 3x as longer (when it worked), and sometimes it would bug out on Travis going into...
### Problem Currently whether or not a vote passes is based on the threshold rule as applied to the entire group population. But if enough group members aren't voting for...
### Problem Currently we don't test two things: 1. The production build (which might involve a different bundler #1182) 2. Updating an existing install ### Solution We should create a...
### Problem It is very useful to be able to create a DM with yourself to share and remember notes with yourself. Right now we can't do this because the...
### Problem This comment is insufficient: ```js // Process message to ensure that it is valid. Should this thow, // we propagate the error. // Because of this, 'chelonia/private/in/processMessage' SHOULD...
### Problem See discussion here: https://github.com/okTurtles/shelterprotocol.net/issues/5#issuecomment-2332198606 ### Solution 1. Figure out whether this is a serious problem or not. 2. Discuss solutions and see whether the solutions result in more...
### Problem The value `originatingContractHeight` is in the head but it's not used from there, but instead is included as part of the encrypted payload, see discussion: https://github.com/okTurtles/shelterprotocol.net/issues/5 ### Solution...
### Problem  In ~~1.0.7~~ 1.0.6, both on desktop and on mobile, no matter whether I click "Mark all as read" or click on...
### Problem Right now when a user sends a DM to someone on the mobile version of the app, it's not obvious that this happened. ### Solution Part of the...
### Problem The way logging in right now works is extraordinarily confusing and complicated. There's events being thrown here and there, event handlers across multiple files, and the whole process...