Greg Slepak

Results 343 issues of Greg Slepak

### Problem The troubleshooting page is currently unimplemented. ![Screenshot 2024-06-17 at 9 56 43 AM](https://github.com/okTurtles/group-income/assets/138706/f2336c01-180b-4cdd-ae18-3b747f511e74) ### Solution - When the re-sync button is clicked, we need to resync and rebuild...

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

### Problem User appears to join group but their name isn't shown in the chat and their user doesn't appear in the user list. ![Screenshot 2024-06-13 at 11 15 44 ...

Kind:Bug
App:Frontend
Priority:High

### Problem Trying to log in via `grunt dev --tunnel` gives me this error sometimes: ![Photo](https://github.com/okTurtles/group-income/assets/138706/1d5d1f28-65e1-4098-b6f3-3b58824d0392) ### Solution Improve the error message.

Kind:Bug
App:Backend

### Problem For whatever reason, while trying to test #2005, I can no longer sign up a user account on mobile via the `grunt dev --tunnel` join link. After sign...

Kind:Bug
App:Frontend
Priority:High

## Problem HTTP(S) is an insecure mess. ## Solution - https://securityheaders.io/ Make sure the website does all the CORS / same origin stuff especially! - Use `hapi` to add CORS...

App:Backend
Note:Security

## Problem There are TODOs in the code that need to-doing to to-get-rid-of-ing. ## Solution - Create issues out of them - Delete them - Or leave them for later

Kind:Enhancement
App:Frontend
App:Backend
Kind:Core

### Problem Invites are not merely invites to individuals. GI supports arbitrary kinds of members, and arbitrary rules for adding members. The current system does not have this flexibility, and...

App:Frontend
App:Backend
Note:Discussion
Note:Research
Kind:Core

### Problem App bundle is too big. ### Solution 1. ~~Use tree-shaking/hoisting/whatever in webpack2 (#170)~~ NOTE: We already do this now thanks to rollup 2. Use [babili](https://github.com/babel/babili), [terser](https://github.com/terser-js/terser), [minify](https://github.com/babel/minify) or...

Kind:Enhancement
App:Frontend
Priority:Low
Note:Tooling
Note:Research

### Problem Got this: ``` lookup name: john hapi.js:77 subscribing to: 21XWnNTZZqaiqmkgLzi6K8tTmiQp51fvZuwr36Bqx7zCKjRvre TimeTravel.vue?fe481c1e:39 [TimeTravel] spied mutation: Object {type: "pending", payload: "21XWnNTZZqaiqmkgLzi6K8tTmiQp51fvZuwr36Bqx7zCKjRvre"} TimeTravel.vue?fe481c1e:49 Firing position 32: Object {…} TimeTravel.vue?fe481c1e:49 Firing position...

Kind:Bug
App:Frontend
Kind:Core

### Problem I just noticed that `package-lock.json` will get updated if *any dependency of any dependency* is not fully specified and gets updated. For example, on a clean `npm install`,...

Note:Question
Note:Security
Note:Tooling
Note:Research
Level:Advanced