Greg Slepak

Results 343 issues of Greg Slepak

### Problem It can be somewhat difficult for newcomers to get a grasp of the codebase. ### Solution Among SBP's many miracles is the ability to auto-generate documentation without any...

Kind:Enhancement
App:Frontend
Kind:Documentation
Kind:Core

### Problem Some members might want to be treated as a unit. ### Solution Anywhere the UI would normally naively operate directly on members, instead operate on a "cell" abstraction...

App:Frontend
Note:Discussion
Priority:High
Kind:Core

### Problem Baddies. ### Solution GPG. But make it simple.

Note:Security
Note:Tooling
Kind:Documentation
Level:Advanced
Kind:Process

### Problem See discussion in #1230, this is the implementation issue. ### Solution Do it!

Kind:Enhancement
App:Frontend
Priority:High
Note:UI/UX
Kind:Core

### Problem There's no Docker image to easily run GI. ### Solution Publish one.

App:Backend
Note:Tooling
Kind:Community

### Problem Our contract framework is currently embedded into the app. This increases the cognitive load of onboarding a bit and also makes it impossible for others to use our...

App:Frontend
App:Backend
Note:Tooling
Level:Advanced
Kind:Core

### Problem Our tests are somewhat slow, and PR #1028 adds two environment variables that should (and for some reason don't) trigger two builds: ```yml env: - NO_PERSIST - GI_PERSIST...

App:Frontend
App:Backend
Note:Tooling

### Problem There is a core part of the app that can be viewed as a framework that currently doesn't have documentation, this includes: - GIMessage - GIMessage + Vuex...

Priority:High
Kind:Documentation

### Problem Currently we do not place hard limit checks in the contracts on the length of strings, so this means things like usernames, profile summaries, bitcoin addresses, etc., are...

Kind:Bug
App:Frontend
Note:Security
Priority:High
Level:Advanced
Kind:Core

### Problem See discussion here: https://github.com/okTurtles/group-income-simple/issues/865#issuecomment-612086843 Summary: floating point math starts to break on different versions of Node and other engines at around 15 decimal places, and maybe earlier. Different...

Kind:Bug
App:Frontend
Priority:High
Kind:Core