Greg Slepak

Results 474 comments of Greg Slepak

*Note: might want to test with `ngrok` as well (e.g. `ngrok http 8000` after running `grunt dev`) to verify that this isn't an issue with the `loca.lt` tunnel. EDIT: Just...

So... in the console we see something like this: ``` GEThttps://568842d9f739.ngrok.io/assets/js/SignupModal-f09d4253.js [HTTP/2 429 No Reason Phrase 93ms] [Vue warn]: Failed to resolve async component: () => ({ component, loading, error...

See also comment here: https://github.com/okTurtles/group-income-simple/pull/1098#pullrequestreview-758813456 Based on conversations on Slack with @snowteamer it sounds like changes to the translation `.json` files aren't reflected unless there's a restart of the backend,...

> Could you better explain the difference between those 3 kinds of membership? Sure, basically every group is composed of "slots" for its members. Currently we think of a "slot"...

@sandrina-p I think it should be part of the MVP... if it's not difficult to do. It's often a lot easier to create the right generic abstraction early on and...

> Wouldn't that be the same as a group but with only 2 members? No, for now, don't worry at all about this. The prototype is not going to have...

@mmbotelho Nope, this is actually high on my priority list, one of the things I'll be working on next.

I'd like to leave it open so that it at the very least reminds us to go through the TODOs and create issues out of them (for the TODOs without...

> I'm not sure it's a good idea to reprocess failed events and also not sure how we could detect which events should be fixed by refreshing the page either....