Matt Krick

Results 133 issues of Matt Krick

### Story - As a uWS server, I want to capture the IP address of the connected user for logging. This could be accomplished by e.g. if the return value...

enhancement

The onConnect handler says throwing an error propagates that message to the client: https://github.com/enisdenjo/graphql-ws/blob/5161bd91388677893badb8dbaca5c6587095199b/src/server.ts#L214-L217 However, this isn't true in production: https://github.com/enisdenjo/graphql-ws/blob/5161bd91388677893badb8dbaca5c6587095199b/src/use/uWebSockets.ts#L206-L207 So if the client handles things differently based off...

enhancement

when moving a page around, we let the client decide the next sortOrder. This doesn't work because the client may not have access to all the pages. for example, if...

bug

when an item gets deleted, pop a snack saying the item was moved to the trash & offer up an undo button

- [ ] When a page gets a child page, a PageBlock linking to that child should appear in the page - [ ] When child pages get re-ordered, the...

When a user goes to a page that they don't have access to, it should tell them they don't have access. Maybe it lets them request access

i don't want to see the placeholder flicker between the time the screen loads & the page loads.

bug

AC - [ ] Accessing GCS bucket assets should require a presigned key or something similar - [ ] user avatar should be open to everyone - [ ] org...

security

something left out of the RBAC model is sharing by link. Just like you can have an invite link to join a team, we should have an invite link to...

When an external gets invited to a page, we add them to the RBAC, but we don't send them an email to alert them that they have been added. we...